lighthouse/consensus
Michael Sproul b4689e20c6 Altair consensus changes and refactors (#2279)
## Proposed Changes

Implement the consensus changes necessary for the upcoming Altair hard fork.

## Additional Info

This is quite a heavy refactor, with pivotal types like the `BeaconState` and `BeaconBlock` changing from structs to enums. This ripples through the whole codebase with field accesses changing to methods, e.g. `state.slot` => `state.slot()`.


Co-authored-by: realbigsean <seananderson33@gmail.com>
2021-07-09 06:15:32 +00:00
..
cached_tree_hash rust 1.53.0 updates (#2411) 2021-06-18 05:58:01 +00:00
fork_choice Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
int_to_bytes Update to tokio 1.1 (#2172) 2021-02-10 23:29:49 +00:00
merkle_proof Implement matches! macro (#1777) 2020-10-15 21:42:43 +00:00
proto_array Advance state to next slot after importing block (#2174) 2021-02-15 07:17:52 +00:00
safe_arith Remove saturating arith from state_processing (#1644) 2020-09-25 05:18:21 +00:00
serde_utils Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
ssz Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
ssz_derive Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
ssz_types Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
state_processing Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
swap_or_not_shuffle Update to the latest libp2p (#2239) 2021-03-02 05:59:49 +00:00
tree_hash Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
tree_hash_derive Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
types Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00