github Consensys/teku 24.2.0

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

Changelog

This is a required update for Mainnet users containing the configuration for the Deneb upgrade on March 13th. This update is required for Gnosis Deneb network upgrade on March 11th. For all other networks, this update is optional.

Attention: Teku will require around 50 GB of extra storage for blobs for Mainnet (35 GB for Gnosis), but theoretically blob storage requirements can go up to ~100 GB (200 GB for Gnosis). This extra storage space WILL NOT grow above this limit over time.

For more information about blobs, please have a look at the following page: https://docs.teku.consensys.io/concepts/proto-danksharding

Downloads

  • Available as 24.2.0 on Dockerhub
  • Download the binary distribution:
    • tar.gz (sha256: f7da4109b180e1f1118d6fa13e4d48a964d0f58724d1e6d3fd4a92ddccabab58)
    • zip (sha256: 32810f44a169dae094d8da36ac4cb7b3b8f5f409de55536263b3a634571f6834)

Breaking Changes

  • The CLI options --beacon-events-block-notify-when-validated-enabled and
    --beacon-events-block-notify-when-imported-enabled have been removed. This change was made due
    to redundancy, as the functionality of these options is now covered by the new block_gossip and
    the existing block SSE events.

Additions and Improvements

  • Updated Mainnet configuration with Deneb fork scheduled for epoch 269568 (March 13, 2024, 13:55:35 UTC)
  • Updated Gnosis configuration with Deneb fork scheduled for epoch 889856 (March 11, 2024, 18:30:20 UTC)
  • Improved compatibility with /eth/v3/validator/blocks/{slot} experimental beacon API for block production. It can now respond with blinded and unblinded content based on the block production flow. It also supports the builder_boost_factor parameter.
  • Add block_gossip SSE event as per ethereum/beacon-APIs#405
  • Deposit tree snapshots will be downloaded from checkpoint-sync-url when available #7715
  • Applied fork-choice confirmation rule prerequisite change outlined in ethereum/consensus-specs#3431.

Don't miss a new teku release

NewReleases is sending notifications on new releases.