Downloads
- Available as
21.10.1on Dockerhub - Download the binary distribution:
Upcoming Breaking Changes
- Docker images will default to the JDK 17 variant in a future release.
- 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 commandline option
--validators-performance-tracking-enabledhas been deprecated in favour of--validators-performance-tracking-mode - The commandline option
--networkof thevalidator-clientsubcommand introduces a new option valueauto, which automatically
fetches network configuration information from the configured beacon node endpoint. Other--networkoption values for an external validator client
are now deprecated in favour of this option value (usage:teku validator-client --network=auto)
Bug Fixes
- Reverted to blst 0.3.5 to resolve an incompatibility with Windows systems that do not have MingW installed.