prysm-pulse/beacon-chain/state/stategen
terence tsao 678347e64b
Handle missing archived index (#5899)
* Make `archivedRoot` handle missing root case
* Regression tests
* Fixed existing tests
* Removed debug log
* Merge refs/heads/master into handle-missing-archived-index
* Merge refs/heads/master into handle-missing-archived-index
* More comments on the look back
* Merge branch 'handle-missing-archived-index' of github.com:prysmaticlabs/prysm into handle-missing-archived-index
* Merge refs/heads/master into handle-missing-archived-index
2020-05-18 19:46:06 +00:00
..
BUILD.bazel libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
cold_test.go Handle missing archived index (#5899) 2020-05-18 19:46:06 +00:00
cold.go Handle missing archived index (#5899) 2020-05-18 19:46:06 +00:00
errors.go Add error definitions for state gen pkg (#5000) 2020-03-04 16:50:08 +00:00
getter_test.go Handle missing archived index (#5899) 2020-05-18 19:46:06 +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 Handle missing archived index (#5899) 2020-05-18 19:46:06 +00:00
replay.go Handle missing archived index (#5899) 2020-05-18 19:46:06 +00:00
service_test.go Refactor db teardown to testing.TB.Cleanup (#5725) 2020-05-04 01:14:34 +00:00
service.go Add skip-regen-historical-states flag (#5871) 2020-05-15 14:49:13 -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