lighthouse/crypto/bls/src
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
..
impls Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
generic_aggregate_public_key.rs Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
generic_aggregate_signature.rs Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
generic_keypair.rs Support multiple BLS implementations (#1335) 2020-07-25 02:03:18 +00:00
generic_public_key_bytes.rs rust 1.53.0 updates (#2411) 2021-06-18 05:58:01 +00:00
generic_public_key.rs Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
generic_secret_key.rs Update to spec v1.0.0-rc.0 and BLSv4 (#1765) 2020-10-28 22:19:38 +00:00
generic_signature_bytes.rs Implement standard eth2.0 API (#1569) 2020-10-01 11:12:36 +10:00
generic_signature_set.rs Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
generic_signature.rs Implement slasher (#1567) 2020-11-23 03:43:22 +00:00
get_withdrawal_credentials.rs Support multiple BLS implementations (#1335) 2020-07-25 02:03:18 +00:00
lib.rs Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
macros.rs Fix new clippy lints (#2036) 2020-12-03 01:10:26 +00:00
zeroize_hash.rs Implement key cache to reduce keystore loading times for validator_client (#1695) 2020-10-05 10:50:43 +00:00