v6.0.2 - 2025-05-12
This is a patch release to fix a few important bugs. Most importantly, we have adjusted the index limit for field tries in the beacon state to better support Pectra states. This should alleviate memory issues that clients are seeing since Pectra mainnet fork.
Added
- Enable light client gossip for optimistic and finality updates. [PR]
- Implement peerDAS core functions. [PR]
- Force duties start on received blocks. [PR]
- Added additional tracing spans for the GetDuties routine. [PR]
Changed
- Use otelgrpc for tracing grpc server and client. [PR]
- Upgraded ristretto to v2.2.0, for RISC-V support. [PR]
- Update spec to v1.5.0 compliance which changes minimal execution requests size. [PR]
- Increase indices limit in field trie rebuilding. [PR]
- Increase sepolia gas limit to 60M. [PR]
Fixed
- Fixed wrong field name in pending partial withdrawals was returned on state json representation, described in https://github.com/ethereum/consensus-specs/blob/dev/specs/electra/beacon-chain.md#pendingpartialwithdrawal. [PR]
- Fixed gocognit on propose block rest path. [PR]