lighthouse/eth2
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
..
lmd_ghost Forwards block root iterators (#672) 2019-12-06 18:52:11 +11:00
operation_pool Prepare for public testnet (#628) 2019-12-03 15:28:57 +11:00
state_processing Faster BeaconState enc/dec (#671) 2019-12-06 16:44:03 +11:00
types Add block/state caching on beacon chain (#677) 2019-12-09 14:20:25 +11:00
utils Faster BeaconState enc/dec (#671) 2019-12-06 16:44:03 +11:00
README.md Refactor docs into mdbook (#547) 2019-10-02 11:04:56 +10:00

eth2

Common crates containing eth2-specific logic.