lighthouse/eth2
Paul Hauner 20e45b3369
Refactor block_processing
- Add the rayon library for parallelization
- Move from std::sync::Rwlock to rayon::RwLock
- Add `state` field to BeaconChain
- Fix major bug in attestation validator where justified slot was
incorrectly looked up.
2019-02-01 14:48:09 +11:00
..
attester Add FreeAttesation type 2019-01-28 16:21:33 +11:00
block_producer Add attester to beacon chain test harness 2019-01-28 15:50:42 +11:00
genesis Add state helpers from #148 2019-01-28 19:12:20 +11:00
naive_fork_choice Rename beacon_chain/ -> eth2/ 2019-01-22 16:16:02 +11:00
types Refactor block_processing 2019-02-01 14:48:09 +11:00
utils Add BitAnd impl for BooleanBitfield 2019-01-28 11:23:01 +11:00
validator_change Rename beacon_chain/ -> eth2/ 2019-01-22 16:16:02 +11:00
validator_induction Merge spec crate into types 2019-01-25 13:52:21 +11:00
validator_shuffling Merge spec crate into types 2019-01-25 13:52:21 +11:00