Grandine 2.0.0.rc0 is a high-priority release for Holesky, Sepolia, Hoodi testnet users only. It's not recommended to upgrade mainnet nodes to this version.
What's Changed
- Change blinded block reveal timeout message log level by @povi in #388
- Fix for blob schedule sort in config by @povi in #393
- Fix blob schedule sort by @hangleang in #394
- Add
beacon_custody_groups_backfilledmetric by @hangleang in #306 - Data column backfill termination fix by @povi in #396
- Request new data from the network in
p2p::block_sync_servicevia queue by @Tumas in #398 - Support the
/eth/v2/builder/blinded_blockspost-fulu by @hangleang in #403 - Debug P2p message handling performance by @povi in #409
- Local validators now publish single attestations instead of electra ones by @povi in #410
- Compute blob poofs post fulu for
/eth/v1/beacon/blob_sidecars/{block_id}by @hangleang in #406 - Ensure peer connected only after other sync checks to avoid unnecessary peer collection locking by @povi in #412
- Fix typos by @Tumas in #414
- Check data availability ranges in range requests by @Tumas in #413
- Take into account
earliest_available_slotwhen build sync batches by @Tumas in #411 - Make calls to
eip_7594functions in blocking tasks by @povi in #421 - Validate
subcommittee_indexin Beacon API (#389) by @Tumas in #423 - Ensure data column sidecars respect the blob limit by @hangleang in #425
- Add feature to disable finalized root check by @hangleang in #418
- Update
consensus-spec-teststo v1.6.0-beta.0 by @povi in #427 - Misc: reorder
chain_configas first argument by @hangleang in #426 - Update rust-kzg to latest version by @ArtiomTr in #428
- Added comment recarding 'bls' backends by @sauliusgrigaitis in #138
- Don't send whole head state to P2p on head change by @povi in #431
- Reuse electra epoch processing operations in fulu by @hangleang in #429
- Added 'make release' by @sauliusgrigaitis in #436
- Run metrics service system stats refresh in tokio blocking task by @povi in #438
- Don't use
RUST_LOGwhen setting up logging filters by @Tumas in #440 - Handle cgc count increase after restart (#377) by @Tumas in #433
- Update consensus-spec-tests to
v1.6.0-beta.1by @hangleang in #441 - Enforce stricter
verify_kzg_proofsresult checks by @Tumas in #445 - Don't error on ignore result when publishing via beacon API by @Tumas in #442
Full Changelog: 2.0.0.rc0...2.0.0.rc1