22.6.1
This is a required update for the Sepolia testnet and recommended for other users.
Downloads
- Available as
22.6.1
on Dockerhub - Download the binary distribution:
Additions and Improvements
- Updated terminal total difficulty (TTD) configuration for Sepolia testnet
- Further optimization of epoch transitions
- Added additional Sepolia bootnode
- Optimised attestation gossip validation by using the current head state to validate more attestations
- Avoid revalidating signatures for attestations re-added to the memory pool during a re-org
Bug Fixes
- Fixed the beacon-rest-api opening a listen port on too many interfaces
- Fixed issue where blocks received via gossip may not be processed if an ancestor's execution payload returned an error from the execution engine.
- Increased the default queue size limit for validator tasks to better support running very large numbers of validators.
- Fixed issue where execution engine connections using web sockets may fail during the merge transition
Upcoming Breaking Changes
- The
/eth/v1/debug/beacon/states/:state_id
endpoint has been deprecated in favor of the v2 Altair endpoint/eth/v2/debug/beacon/states/:state_id
- The
/eth/v1/beacon/blocks/:block_id
endpoint has been deprecated in favor of the v2 Altair endpoint/eth/v2/beacon/blocks/:block_id
- The
/eth/v1/validator/blocks/:slot
endpoint has been deprecated in favor of the v2 Altair endpoint/eth/v2/validator/blocks/:slot
- The
/eth/v1/debug/beacon/heads
endpoint has been deprecated in favor of the v2 Bellatrix endpoint/eth/v2/debug/beacon/heads