prysm-pulse/beacon-chain/state/stategen
Nishant Das 64fa474434
Batch Verify Blocks (#6469)
* add everything so far
* checkpoint progress
* Merge branch 'master' of https://github.com/prysmaticlabs/geth-sharding into fastBLS
* fix
* checkpoint
* Merge branch 'master' of https://github.com/prysmaticlabs/geth-sharding into fastBLS
* checkpoint again
* checkpoint again
* Merge branch 'master' of https://github.com/prysmaticlabs/geth-sharding into fastBLS
* commenting
* Merge branch 'master' of https://github.com/prysmaticlabs/geth-sharding into fastBLS
* bls cleanup
* revert this back
* Merge branch 'master' of https://github.com/prysmaticlabs/geth-sharding into fastBLS
* revert core changes
* Merge branch 'master' of https://github.com/prysmaticlabs/geth-sharding into fastBLS
* add flag
* add test
* add one more test
* clean up
* comment
* lint
* terence's review
* Merge refs/heads/master into fastBLS
* Merge refs/heads/master into fastBLS
* Merge branch 'master' of https://github.com/prysmaticlabs/geth-sharding into fastBLS
* Merge refs/heads/master into fastBLS
* remove additional method
* Merge branch 'fastBLS' of https://github.com/prysmaticlabs/geth-sharding into fastBLS
* fix
* Merge refs/heads/master into fastBLS
* copy
* Merge branch 'fastBLS' of https://github.com/prysmaticlabs/geth-sharding into fastBLS
2020-07-07 04:16:12 +00:00
..
BUILD.bazel Epoch boundary cache (#6486) 2020-07-03 17:29:30 +00:00
cold_test.go Hot states use no DB (#6488) 2020-07-06 17:22:12 +00:00
cold.go Handle missing archived index (#5899) 2020-05-18 19:46:06 +00:00
epoch_boundary_state_cache_test.go Epoch boundary cache (#6486) 2020-07-03 17:29:30 +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 Hot states use no DB (#6488) 2020-07-06 17:22:12 +00:00
getter.go Hot states use no DB (#6488) 2020-07-06 17:22:12 +00:00
hot_test.go Hot states use no DB (#6488) 2020-07-06 17:22:12 +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 Hot states use no DB (#6488) 2020-07-06 17:22:12 +00:00
migrate.go Hot states use no DB (#6488) 2020-07-06 17:22:12 +00:00
replay_test.go Hot states use no DB (#6488) 2020-07-06 17:22:12 +00:00
replay.go Minor clean up on state gen package (#6480) 2020-07-03 06:33:58 +00:00
service_test.go Minor clean up on state gen package (#6480) 2020-07-03 06:33:58 +00:00
service.go Hot states use no DB (#6488) 2020-07-06 17:22:12 +00:00
setter_test.go Hot states use no DB (#6488) 2020-07-06 17:22:12 +00:00
setter.go Minor clean up on state gen package (#6480) 2020-07-03 06:33:58 +00:00