Goat Star
Pre-release
Pre-release
djrtwo
released this
14 Dec 19:38
·
1954 commits
to master
since this release
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