b4689e20c6
## 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> |
||
---|---|---|
.. | ||
impls | ||
generic_aggregate_public_key.rs | ||
generic_aggregate_signature.rs | ||
generic_keypair.rs | ||
generic_public_key_bytes.rs | ||
generic_public_key.rs | ||
generic_secret_key.rs | ||
generic_signature_bytes.rs | ||
generic_signature_set.rs | ||
generic_signature.rs | ||
get_withdrawal_credentials.rs | ||
lib.rs | ||
macros.rs | ||
zeroize_hash.rs |