This is an optional update for Mainnet nodes, containing improvements to the client.
This is a required update for nodes running on Holesky or Sepolia network as it contains the configuration for the Electra hard fork.
Downloads
- Available as
25.2.0
on Dockerhub - Download the binary distribution:
Breaking Changes
- Removed
MAX_CHUNK_SIZE
from network global configurations, which will mean older clients will not get it from newer versions of Teku.
Additions and Improvements
- Applied spec change to alter
GOSSIP_MAX_SIZE
toMAX_PAYLOAD_SIZE
. MAX_PAYLOAD_SIZE
is now used instead ofMAX_CHUNK_SIZE
.- Updated 3rd party products to latest versions.
- Add SSZ support to validator registration via Builder API.
- Deprecated beacon-api
/eth/v1/config/deposit_contract
- will be removed after electra, in the fulu timeframe. - Deprecated beacon-api
/teku/v1/beacon/pool/deposits
- will be removed after electra, in the fulu timeframe.
Bug Fixes
N/A
Upcoming Breaking Changes
N/A