prysm-pulse/beacon-chain/state
Preston Van Loon c419e4ed8f
Improved cold state checkpoints: migrate database index and usage (#6461)
* Add database migrations, still need to update the API usage...
* gofmt goimports
* progress
* Merge branch 'master' of github.com:prysmaticlabs/prysm into index-migration
* use slot instead of index
* rename LastArchivedIndex to LastArchivedSlot
* rename LastArchivedIndexRoot to LastArchivedRoot
* remove unused HighestSlotStates method
* deprecate old key, include in migration
* deprecate old key, include in migration
* remove blocks index in migration
* rename bucket variable
* fix code to pass tests
* Merge branch 'master' of github.com:prysmaticlabs/prysm into index-migration
* gofmt, goimports
* fix
* Add state slot index
* progress
* lint
* fix build
* Merge branch 'master' of github.com:prysmaticlabs/prysm into index-migration
* kafka
* Merge refs/heads/master into index-migration
* Merge refs/heads/master into index-migration
* Merge refs/heads/master into index-migration
* remove SaveArchivedPointRoot, a few other big changes
* Merge branch 'index-migration' of github.com:prysmaticlabs/prysm into index-migration
* fix tests and lint
* lint again
* Merge refs/heads/master into index-migration
* Merge refs/heads/master into index-migration
* Merge refs/heads/master into index-migration
* block migration, some renaming
* gaz, gofmt
* add tests
* change index to uint bytes
* Merge branch 'index-migration' of github.com:prysmaticlabs/prysm into index-migration
* rm method notes
* stop if the bucket doesn't exist
* Merge refs/heads/master into index-migration
* Merge refs/heads/master into index-migration
* Merge refs/heads/master into index-migration
* Merge refs/heads/master into index-migration
* Merge refs/heads/master into index-migration
* Merge refs/heads/master into index-migration
* Merge refs/heads/master into index-migration
* Merge refs/heads/master into index-migration
* @rauljordan pr feedback
* Simplify
* Merge refs/heads/master into index-migration
* Remove unused method, add roundtrip test
* gofmt
* Merge refs/heads/master into index-migration
* Merge refs/heads/master into index-migration
* Merge refs/heads/master into index-migration
* Merge refs/heads/master into index-migration
* Merge refs/heads/master into index-migration
* Merge refs/heads/master into index-migration
* Merge refs/heads/master into index-migration
* Merge branch 'master' of github.com:prysmaticlabs/prysm into index-migration
2020-07-18 18:05:04 +00:00
..
stategen Improved cold state checkpoints: migrate database index and usage (#6461) 2020-07-18 18:05:04 +00:00
stateutil Applies assertion funcs to state tests (#6623) 2020-07-18 07:56:48 +00:00
BUILD.bazel Applies assertion funcs to state tests (#6623) 2020-07-18 07:56:48 +00:00
cloners.go Add Reference Copying (#5245) 2020-04-19 13:57:43 +00:00
docs.go Update beacon state locks (#6326) 2020-07-06 20:52:53 +00:00
field_trie_test.go Applies assertion funcs to state tests (#6623) 2020-07-18 07:56:48 +00:00
field_trie.go Fix race condition issues in beacon state (#6322) 2020-06-20 00:27:23 +00:00
getters_test.go Applies assertion funcs to state tests (#6623) 2020-07-18 07:56:48 +00:00
getters.go [QSP] Deduplicate functions for audit best practices (#6476) 2020-07-07 11:29:25 -05:00
references_test.go Applies assertion funcs to state tests (#6623) 2020-07-18 07:56:48 +00:00
setters.go Update beacon state locks (#6326) 2020-07-06 20:52:53 +00:00
state_trie_test.go Applies assertion funcs to state tests (#6623) 2020-07-18 07:56:48 +00:00
state_trie.go State: use a constant for field count (#6513) 2020-07-09 03:37:08 +00:00
types_bench_test.go Tiny optimization in state refs lock/unlock (#6520) 2020-07-08 12:53:36 +00:00
types_test.go Applies assertion funcs to state tests (#6623) 2020-07-18 07:56:48 +00:00
types.go State: use a constant for field count (#6513) 2020-07-09 03:37:08 +00:00