Skip to content

Goat Star

Pre-release
Pre-release
Compare
Choose a tag to compare
@djrtwo djrtwo released this 14 Dec 19:38
· 1954 commits to master since this release
faa9fea

v1.3.0-alpha.2 -- Goat Star -- is an alpha pre-release containing iterative improvements to Capella and 4844 in preparation for the next wave of R&D testnets.

Note the feature addition of bounding the withdrawals sweep in Capella -- #3095. The rest is primarily config changes, clarifications, and minor fixes.

PR showing full diff can be found here: #3161

Phase 0

  • Deprecate phase 0-only versions of beacon_blocks_by_{range,root} #3014

R&D

Withdrawals

  • Clarify in docs that full withdrawals only apply to exited validators #3146
  • Bound the maximum number of validators considered for withdrawals per sweep #3095

Sharding and 4844

  • Remove optimistic sync mentions #3125
  • Update MAX_BLOBS_PER_BLOCK to 4 #3145
  • Update G2 trusted setup length to 65 #3156
  • Clarify that z should not be in the domain #3159
  • Minor typos, syntax, etc #3120, #3127, #3152, #3158

Light client

  • Pass blocks to LC data creation functions #3070

Testing, repo, etc

  • Proper EL block hash implementation in tests #3126
  • Add EIP4844 pylint and Mypy checks #3134
  • Cleanup explicit fork enumerations in tests #3107
  • Add tests to test sync aggregate's order of balance operation #3157
  • Minor formatting and other fixes