25.3.0
This is a required update to run Hoodi testnet. Optional for other networks.
Downloads
- Available as
25.3.0on Dockerhub - Download the binary distribution:
Breaking Changes
--loggingCLI option has been modified to specify only the logging level of Teku classes and
related dependencies (discovery, lipb2p). Logging level of other 3rd party dependencies can still be
changed either via log4j configuration file
or via API at runtime.
Additions and Improvements
- Added beacon-api
/eth/v1/beacon/states/{state_id}/pending_partial_withdrawalsendpoint for use post-electra. - Added beacon-api
/eth/v1/beacon/states/{state_id}/pending_depositsendpoint for use post-electra. - Added beacon-api
/eth/v1/beacon/states/{state_id}/pending_consolidationsendpoint for use post-electra. - Added Chiado Electra configuration due at Mar-06-2025 09:43:40 GMT+0000
- Removed stack trace by default from duty failure messages.
- Holesky pectra bad block ignored to aid syncing
- Added a development flag to increase the maximum pending queue for attestations.
- Added support for Hoodi testnet.
Bug Fixes
- Added 415 response code for beacon-api
/eth/v1/validator/register_validator. - Accept HTTP headers in a case-insensitive manner (RFC 7230)
- Increased the attestation queue size limits.
Upcoming Breaking Changes
N/A