Skip to content

Protostellar Evolution

Pre-release
Pre-release
Compare
Choose a tag to compare
@djrtwo djrtwo released this 21 May 21:26
· 4016 commits to master since this release
0347c52

Release

v1.1.0-alpha.6 pre-release -- Protostellar Evolution -- cleans up client configuration through the further separation of "constants", "presets", and "configuration" (#2390). This effort, spearheaded by @protolambda, will allow for stricter typing for better compile-time guarantees as well as simpler network configurations.

Additionally, we've added some more Altair test coverage (#2426) as well as the ResourceUnavailable error code for BlocksByRange requests (#2430).

PR showing full diff can be found here: #2431

Altair

Beacon chain

  • More Altair fork transition tests (#2426)

Phase 0

Networking

  • Add ResourceUnavailable error code with more guidance (#2430)

Testing, repo, etc

  • Seperation of Constant, Preset, and Configuration variables (#2390)