prysm-pulse/beacon-chain/state/stategen
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
..
BUILD.bazel Applies assertion funcs to state tests (#6623) 2020-07-18 07:56:48 +00:00
cold_test.go Improved cold state checkpoints: migrate database index and usage (#6461) 2020-07-18 18:05:04 +00:00
cold.go Improved cold state checkpoints: migrate database index and usage (#6461) 2020-07-18 18:05:04 +00:00
epoch_boundary_state_cache_test.go Applies assertion funcs to state tests (#6623) 2020-07-18 07:56:48 +00:00
epoch_boundary_state_cache.go Epoch boundary cache (#6486) 2020-07-03 17:29:30 +00:00
errors.go Remove unused code (#6065) 2020-05-31 15:47:15 -07:00
getter_test.go Improved cold state checkpoints: migrate database index and usage (#6461) 2020-07-18 18:05:04 +00:00
getter.go Clean up block chain pkg initial sync (#6562) 2020-07-12 20:44:06 -07:00
hot_test.go Applies assertion funcs to state tests (#6623) 2020-07-18 07:56:48 +00:00
hot.go Batch Verify Blocks (#6469) 2020-07-07 04:16:12 +00:00
log.go Feature flag to gate prune state upon start up (#5011) 2020-03-05 06:24:59 +00:00
migrate_test.go Improved cold state checkpoints: migrate database index and usage (#6461) 2020-07-18 18:05:04 +00:00
migrate.go Improved cold state checkpoints: migrate database index and usage (#6461) 2020-07-18 18:05:04 +00:00
replay_test.go Improved cold state checkpoints: migrate database index and usage (#6461) 2020-07-18 18:05:04 +00:00
replay.go Improved cold state checkpoints: migrate database index and usage (#6461) 2020-07-18 18:05:04 +00:00
service_test.go Improved cold state checkpoints: migrate database index and usage (#6461) 2020-07-18 18:05:04 +00:00
service.go Improved cold state checkpoints: migrate database index and usage (#6461) 2020-07-18 18:05:04 +00:00
setter_test.go Applies assertion funcs to state tests (#6623) 2020-07-18 07:56:48 +00:00
setter.go Clean up block chain pkg initial sync (#6562) 2020-07-12 20:44:06 -07:00