This is a recommended upgrade which enables the "proposer boost" upgrade to incentivize timely block production.
Downloads
- Available as
22.4.0on Dockerhub - Download the binary distribution:
Breaking Changes
- The
/eth/v1/node/peersendpoint had fieldaddressindataobject, which is not correct according to the spec, changed tolast_seen_p2p_address. Alsometaobject withcountadded - The
/eth/v1/node/peers/{peer_id}endpoint had fieldaddressindataobject, which is not correct according to the spec, changed tolast_seen_p2p_address
Additions and Improvements
- Introduced smarter state selection strategy when validating attestations to reduce required regenerations after a full GC.
- Improved peer scoring to better handle temporary errors from peers.
- Enabled fork choice proposer boost by default.
- Added Websockets and IPC protocols support for execution client’s Engine JSON RPC API.
- Early access: Support for Gnosis beacon chain via `--network gnosis
Bug Fixes
- Fixed the target database format for the
migrate-databasecommand.
Upcoming Breaking Changes
- The
/teku/v1/beacon/states/:state_idendpoint has been deprecated in favor of the standard API/eth/v1/debug/beacon/states/:state_idwhich now returns the state as SSZ when theAccept: application/octet-streamheader is specified on the request. - 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 - The commandline option
--validators-performance-tracking-enabledhas been deprecated in favour of--validators-performance-tracking-mode