lighthouse/.github/workflows
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
..
book.yml remove protected environment (#2135) 2021-01-19 01:29:06 +00:00
cancel-previous-runs.yml Fix short sha in github actions (#2210) 2021-02-18 06:18:47 +00:00
docker.yml Rust 1.50 fixes (#2199) 2021-02-15 06:09:54 +00:00
release.yml Update rustup in release action (#2206) 2021-02-17 23:04:09 +00:00
test-suite.yml Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00