This is a strongly recommended update that fixes a corner case which could lead to producing invalid blocks.
IMPORTANT: Mainnet nodes must be made "merge ready"
All Mainnet nodes will need to prepare for the merge, including:
- Connecting to a local execution client's engine API with the
--ee-endpointoption. - Validators will need to set a default fee recipient with
--validators-proposer-default-fee-recipient.
Both Teku and your execution client will need to be updated to prepare for the merge. You should not receive any warning or error messages about the execution client being unavailable.
See the Teku guide on preparing for the merge for more information.
Downloads
- Available as
22.8.2on Dockerhub - Download the binary distribution:
Additions and Improvements
- Added Gas Limit APIs (GET/POST/DELETE)
- Skip finding the PoW block that first satisfies the minimum genesis time condition when the genesis state is already known. Fixes an incompatibility with Nethermind's backwards sync for historic blocks.
- Circuit breaker logic added when interacting with Builder endpoint
- VC using failover nodes for retrieving the network spec when
--network=autoand multiple beacon nodes are configured - Teku now confirms the first successful connection to the execution client by logging
Execution Client is online.
Bug Fixes
- Fixed a corner case that could lead to producing invalid blocks
- Fixed
io.libp2p.core.InternalErrorException: [peerHandler] not initialized yeterror from jvm-libp2p - Fixed VC incompatibility with Nimbus BN for the
/eth/v1/validator/beacon_committee_subscriptionsendpoint
Upcoming Breaking Changes
- The
validator_beacon_node_published_attestation_total,validator_beacon_node_published_aggregate_total,
validator_beacon_node_send_sync_committee_messages_total,validator_beacon_node_send_sync_committee_contributions_total
andvalidator_beacon_node_published_block_totalmetrics have been deprecated in favour of the newvalidator_beacon_node_requests_totalmetric.
The old metrics will be removed in a future release. An update to the Teku Dashboard that uses the new metric is available. - The
/eth/v1/debug/beacon/states/:state_idendpoint has been deprecated in favor of the v2 Altair endpoint/eth/v2/debug/beacon/states/:state_id - The
/eth/v1/beacon/blocks/:block_idendpoint has been deprecated in favor of the v2 Altair endpoint/eth/v2/beacon/blocks/:block_id - The
/eth/v1/validator/blocks/:slotendpoint has been deprecated in favor of the v2 Altair endpoint/eth/v2/validator/blocks/:slot - The
/eth/v1/debug/beacon/headsendpoint has been deprecated in favor of the v2 Bellatrix endpoint/eth/v2/debug/beacon/heads