lighthouse/beacon_node/store
Paul Hauner 2bfc512fb6
Add block/state caching on beacon chain (#677)
* Add basic block/state caching on beacon chain

* Adds checkpoint cache

* Stop storing the tree hash cache in the db

* Remove dedunant beacon state write

* Use caching get methods in fork choice

* Use caching state getting in state_by_slot

* Add state.cacheless_clone

* Attempt to improve attestation processing times

* Introduce HeadInfo struct

* Used cache tree hash for block processing

* Use cached tree hash for block production too
2019-12-09 14:20:25 +11:00
..
benches Faster BeaconState enc/dec (#671) 2019-12-06 16:44:03 +11:00
examples Faster BeaconState enc/dec (#671) 2019-12-06 16:44:03 +11:00
src Add block/state caching on beacon chain (#677) 2019-12-09 14:20:25 +11:00
Cargo.toml Faster BeaconState enc/dec (#671) 2019-12-06 16:44:03 +11:00