Accumulation
Pre-release
Pre-release
v1.3.0-rc.0
-- Accumulation -- is the first release candidate for the coming Capella upgrade.
Capella specs are now feature complete and expected to be stable unless an unexpected issue arises.
4844 specs have been rebased (#3181) to be built on full Capella functionality. This is reflected in the test suite.
PR showing full diff can be found here: #3192
Capella
R&D
Sharding and 4844
- Rebase 4844 on Capella functionality #3181
BlobsSidecarsByRange:
Change range lower bound toEIP4844_FORK_EPOCH
#3163- Clarify
BeaconBlockAndBlobsSidecarByRoot
no blob available #3154 - Handle unavailable data outside of prune window #3169
- Signify
compute_kzg_proof
as a public method #3167 - Move
is_data_available
check to fork-choiceon_block
#3185 - minor typos, edits, etc #3188
Light client
- Add
block_to_light_client_header
helper #3149
Testing, repo, etc
- Ensure that no duplicate block hashes in
sync/from_syncing_to_invalid
test case #3187