lighthouse/beacon_node/beacon_chain
Adam Szkoda 59ead67f76
Race condition fix + Reliability improvements around forks pruning (#1132)
* Improve error handling in block iteration

* Introduce atomic DB operations

* Fix race condition

An invariant was violated:  For every block hash in head_tracker, that
block is accessible from the store.
2020-05-16 13:23:32 +10:00
..
src Race condition fix + Reliability improvements around forks pruning (#1132) 2020-05-16 13:23:32 +10:00
tests Replace assert! with assert_ne! (#1140) 2020-05-13 17:05:12 +10:00
Cargo.toml Add attestation gossip pre-verification (#983) 2020-05-06 21:42:56 +10:00