prysm-pulse/beacon-chain/state/stategen
terence tsao 2a0711ab01
Regen and save historical states as default (#5544)
* Better error
* Use copy
* Conflict
* Fixed a bug on using pre state. Added a LRU cache for saving pre state.
* Removed interaction menu. Ran Gazelle
* Fixed delete state to continue than exit
* Gazelle
* Merge branch 'master' of github.com:prysmaticlabs/prysm into regen-default
* Merge refs/heads/master into regen-default
* Added a warning message
* Merge branch 'regen-default' of github.com:prysmaticlabs/prysm into regen-default
* Merge refs/heads/master into regen-default
2020-04-20 20:19:53 +00:00
..
BUILD.bazel Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
cold_test.go proper error checking and type assertions (#5424) 2020-04-14 16:41:09 +00: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 Replay and generate state using proper parent root (#5466) 2020-04-17 02:06:23 +00:00
getter.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
hot_test.go Retrieve last ancestor state from DB. (Radical improvement from 5466) (#5475) 2020-04-18 01:04:25 +00:00
hot.go Save init sync cached blocks before regenerate state (#5501) 2020-04-18 23:29:58 +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 proper error checking and type assertions (#5424) 2020-04-14 16:41:09 +00:00
migrate.go Regen and save historical states as default (#5544) 2020-04-20 20:19:53 +00:00
replay_test.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
replay.go State service clean up - better cold state getter (#5393) 2020-04-13 11:32:02 -05:00
service_test.go proper error checking and type assertions (#5424) 2020-04-14 16:41:09 +00:00
service.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
setter_test.go proper error checking and type assertions (#5424) 2020-04-14 16:41:09 +00:00
setter.go New state setter (#5100) 2020-03-14 16:31:21 +00:00