prysm-pulse/beacon-chain/state/stategen
terence tsao 3b9a03d517
State service clean up - better cold state getter (#5393)
* Update load cold states by root and slot

* Update cold tests

* Add a way to recover state summary

* Short circuit slot 0 to return genesis state

* Short circuit if there's no block in DB

* Fixed test

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2020-04-13 11:32:02 -05:00
..
BUILD.bazel Micro optimizations on new-state-mgmt service for initial syncing (#5241) 2020-03-30 17:10:45 -05:00
cold_test.go State service clean up - better cold state getter (#5393) 2020-04-13 11:32:02 -05:00
cold.go State service clean up - better cold state getter (#5393) 2020-04-13 11:32:02 -05:00
errors.go Add error definitions for state gen pkg (#5000) 2020-03-04 16:50:08 +00:00
getter_test.go Micro optimizations on new-state-mgmt service for initial syncing (#5241) 2020-03-30 17:10:45 -05:00
getter.go State service clean up - better cold state getter (#5393) 2020-04-13 11:32:02 -05:00
hot_test.go Micro optimizations on new-state-mgmt service for initial syncing (#5241) 2020-03-30 17:10:45 -05:00
hot.go State service clean up - better cold state getter (#5393) 2020-04-13 11:32:02 -05:00
log.go Feature flag to gate prune state upon start up (#5011) 2020-03-05 06:24:59 +00:00
migrate_test.go State service clean up - better migration (#5391) 2020-04-11 13:54:19 -07:00
migrate.go State service clean up - better migration (#5391) 2020-04-11 13:54:19 -07:00
replay_test.go State service clean up - better cold state getter (#5393) 2020-04-13 11:32:02 -05:00
replay.go State service clean up - better cold state getter (#5393) 2020-04-13 11:32:02 -05:00
service_test.go Micro optimizations on new-state-mgmt service for initial syncing (#5241) 2020-03-30 17:10:45 -05:00
service.go Use the config value (#5342) 2020-04-07 20:11:19 -05:00
setter_test.go Micro optimizations on new-state-mgmt service for initial syncing (#5241) 2020-03-30 17:10:45 -05:00
setter.go New state setter (#5100) 2020-03-14 16:31:21 +00:00