lighthouse/beacon_node/store
Adam Szkoda 536728b975
Write new blocks and states to the database atomically (#1285)
* Mostly atomic put_state()
* Reduce number of vec allocations
* Make crucial db operations atomic
* Save restore points
* Remove StateBatch
* Merge two HotColdDB impls
* Further reduce allocations
* Review feedback
* Silence clippy warning
2020-07-01 12:45:57 +10:00
..
benches Fix clippy warnings (#813) 2020-01-21 18:38:56 +11:00
examples Fix clippy warnings (#813) 2020-01-21 18:38:56 +11:00
src Write new blocks and states to the database atomically (#1285) 2020-07-01 12:45:57 +10:00
Cargo.toml Apply store refactor to new fork choice 2020-06-17 15:20:44 +10:00