lighthouse/remote_signer/tests
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
..
get_keys.rs Enable Compatibility with Windows (#2333) 2021-05-19 23:05:16 +00:00
sign_attestation.rs Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
sign_block.rs Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
sign_randao.rs Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
sign.rs Fix remote signer test (#2400) 2021-06-16 10:42:55 +00:00
upcheck.rs [Remote signer] Fold signer into Lighthouse repository (#1852) 2020-11-06 06:17:11 +00:00