github Consensys/teku 22.3.2
v22.3.2

latest releases: 24.4.0, 24.3.1, 24.3.0...
2 years ago

This is a recommended upgrade that resolves a significant performance issue when processing deposits.

Downloads

  • Available as 22.3.2 on Dockerhub
  • Download the binary distribution:
    • tar.gz (
      sha256: 3b6021f872f5f4d34fa205ed89f3731f53430f1eb71524923489404633cea737)
    • zip (
      sha256: d4c81bcf9a5234cb1bb5fdde1038bd77a2adfbd73a2e0ba2d5c1e2785eb633f3)

Additions and Improvements

  • Reduced attestation pool memory usage.

Bug Fixes

  • Fixed performance issue when processing blocks containing deposits.
  • Reduce queuing of events when CPU is insufficient to keep up with the beacon chain.

Upcoming Breaking Changes

  • 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 /eth/v1/debug/beacon/heads endpoint has been deprecated in favor of the v2 Bellatrix endpoint /eth/v2/debug/beacon/heads
  • The commandline option --validators-performance-tracking-enabled has been deprecated in favour of --validators-performance-tracking-mode

Don't miss a new teku release

NewReleases is sending notifications on new releases.