prysm-pulse/beacon-chain/state/stategen
terence tsao 2f27966b44
Fix state gen migration (#5858)
* Remove useless `currentSplitSlot == 0`
* Increase slots per archived point to 2048
* Don't delete last archived state
* Revert back to 256
* Merge branch 'master' of github.com:prysmaticlabs/prysm into fix-migration-delete-latest-state
* Don't delete last archived state
* Regression test
* Revert
2020-05-14 20:03:14 +00:00
..
BUILD.bazel libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
cold_test.go Fix cold state generation (#5770) 2020-05-06 13:25:37 -07:00
cold.go Fix cold state generation (#5770) 2020-05-06 13:25:37 -07:00
errors.go Add error definitions for state gen pkg (#5000) 2020-03-04 16:50:08 +00:00
getter_test.go Reduce memory usage for new-state-mgmt at init sync (#5778) 2020-05-08 19:02:48 +00:00
getter.go Reduce memory usage for new-state-mgmt at init sync (#5778) 2020-05-08 19:02:48 +00:00
hot_test.go Use stateutil.BlockRoot everywhere (#5739) 2020-05-05 04:30:24 +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 Fix state gen migration (#5858) 2020-05-14 20:03:14 +00:00
migrate.go Fix state gen migration (#5858) 2020-05-14 20:03:14 +00:00
replay_test.go Fix cold state generation (#5770) 2020-05-06 13:25:37 -07:00
replay.go Fix cold state generation (#5770) 2020-05-06 13:25:37 -07:00
service_test.go Refactor db teardown to testing.TB.Cleanup (#5725) 2020-05-04 01:14:34 +00:00
service.go All Beacon Node Package-Level Godocs (#5677) 2020-04-29 12:40:33 -05:00
setter_test.go Refactor db teardown to testing.TB.Cleanup (#5725) 2020-05-04 01:14:34 +00:00
setter.go Reduce memory usage for new-state-mgmt at init sync (#5778) 2020-05-08 19:02:48 +00:00