github Consensys/teku 21.11.1
v21.11.1

latest releases: 24.8.0, 24.6.1, 24.6.0...
2 years ago

This is an optional upgrade fixing bugs in the standard REST API compatibility.

Binary Downloads

  • Available as 21.11.1 on Dockerhub
  • Download the binary distribution:
    • tar.gz (
      sha256: dfec645eefd4f36fa4e5df46277d560d313f3fe24c23fe3c213df00ef851e5a1)
    • zip (
      sha256: 46b529802c1cd7faee6d74a127a2bad20dbf677f15f5eb0bb3fe021572a190eb)

Bug Fixes

  • Fixed compatibility of /eth/v2/beacon/blocks/{block_id} and /eth/v1/beacon/blocks endpoints.
  • Fixed compatibility of BLST on Apple Silicon chips.

Upcoming Breaking Changes

  • Support for the Pyrmont testnet will be removed in an upcoming release. The Prater testnet should be used instead.
  • Docker images will default to the JDK 17 variant in a future release.
  • The /teku/v1/beacon/states/:state_id endpoint has been deprecated in favor of the standard API /eth/v1/debug/beacon/states/:state_id which now returns the state as SSZ when the Accept: application/octet-stream header is specified on the request.
  • The /eth/v1/debug/beacon/states/:state_id endpoint has been deprecated in favor of the v2 Altair endpoint /eth/v2/debug/beacon/states/:state_id
  • The /eth/v1/beacon/blocks/:block_id endpoint has been deprecated in favor of the v2 Altair endpoint /eth/v2/beacon/blocks/:block_id
  • The /eth/v1/validator/blocks/:slot endpoint has been deprecated in favor of the v2 Altair endpoint /eth/v2/validator/blocks/:slot
  • The commandline option --validators-performance-tracking-enabled has been deprecated in favour of --validators-performance-tracking-mode
  • The commandline option --network of the validator-client subcommand introduces a new option value auto, which automatically
    fetches network configuration information from the configured beacon node endpoint. Other --network option values for an external validator client
    are now deprecated in favour of this option value (usage: teku validator-client --network=auto)

Don't miss a new teku release

NewReleases is sending notifications on new releases.