lighthouse/testing/remote_signer_test/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
..
api_test_signer.rs Update to tokio 1.1 (#2172) 2021-02-10 23:29:49 +00:00
constants.rs [Remote signer] Fold signer into Lighthouse repository (#1852) 2020-11-06 06:17:11 +00:00
consumer.rs Fix remote signer test (#2400) 2021-06-16 10:42:55 +00:00
lib.rs [Remote signer] Add signer consumer lib (#1763) 2020-11-19 04:04:52 +00:00
local_signer_test_data.rs Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
mock.rs [Remote signer] Add signer consumer lib (#1763) 2020-11-19 04:04:52 +00:00
remote_signer_test_data.rs [Remote signer] Add signer consumer lib (#1763) 2020-11-19 04:04:52 +00:00
utils.rs Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00