Releases: ralexstokes/ethereum-consensus
Releases · ralexstokes/ethereum-consensus
beryllium
This release adds support for the sepolia
and goerli
networks as pre-defined options.
What's Changed
- update mainnet and minimal configs by @ralexstokes in #155
- Add sepolia and goerli configs by @realbigsean in #154
- pin the version of
ssz-rs
in use by @ralexstokes in #156
Full Changelog: v0.1.0...v0.1.1
alabaster
The first feature-complete version of the ethereum-consensus
repo, implementing the consensus-specs
in Rust.
This version implements the phase0
, altair
, and bellatrix
forks of the spec and passes version v1.1.10
of the consensus-spec-tests
.
Thanks to all of the contributors who helped along the way! This release is a firm foundation for an exciting future.