Skip to content

chitchat

Compare
Choose a tag to compare
@djrtwo djrtwo released this 23 Aug 16:49
· 6747 commits to master since this release
db34ee1

Release

Minor release prior to initial client interop efforts. As discussed on the latest eth2.0 implementers call this is the selected spec release target for client interop work going on in September.

This release contains no substantive spec changes wrt the state transition, fork choice, validator guide, and SSZ. It does contain some test-coverage fixes, spec clarifications, and a port of the updated network spec from dev.

Changelog

A full diff can be found in PR #1375

Non-substantive

  • clarify SSZ default values (#1346)

Networking

  • network spec for interop and mainnet (#1338)
  • minor network spec corrections/clarificatons (#1350)
  • clarify note on aggregation during interop (#1377)
  • doc standardization (#1334)

Testing

  • make nil-count randomization work for lists (#1347)
  • fix ssz-generic bitvector tests (#1374)