lighthouse/beacon_node/beacon_chain
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
..
src Add block/state caching on beacon chain (#677) 2019-12-09 14:20:25 +11:00
tests Forwards block root iterators (#672) 2019-12-06 18:52:11 +11:00
Cargo.toml Implement freezer database (#508) 2019-11-27 10:54:46 +11:00