github Consensys/teku 21.3.2
v21.3.2

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

Breaking Changes

  • The events api /eth/v1/events - block event now returns the slot and root as detailed in the standard API specification, instead of the entire block.

Upcoming Breaking Changes

  • Teku currently publishes a head event on the REST API 4 seconds into a slot even if a block has not been received. In a future release this will be changed so head event is only published when a new
    chain head block is imported. The --Xvalidators-dependent-root-enabled option can be used to switch to the new behaviour now for testing.
    Note: this should be applied to both the beacon node and validator client if running separately.
  • 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.

Additions and Improvements

  • When downloading the --initial-state from a URL, the Accept: application/octet-stream header is now set. This provides compatibility with the standard API /eth/v1/debug/beacon/states/:state_id endpoint.
  • --ws-checkpoint CLI now accepts a URL optionally, and will load the ws_checkpoint field from that URL.
  • Reduced CPU usage by avoiding creation of REST API events when there are no subscribers.

Bug Fixes

  • Fixed issue in discv5 where nonce was incorrectly reused.
  • Block events now only return the slot and root, rather than the entire signed block.

Downloads

  • Available as 21.3.2 on Dockerhub
  • Download the binary distribution:
    • tar.gz (sha256: 35a683e2ab3d1707fa578531513f6f7835b49474ff15e1b0e6023c20653908a7)
    • zip (sha256: 54a5b1790d65e4c7c8c0898ef87aab1e201c524511ec03f75d804f380e6a096f)

Don't miss a new teku release

NewReleases is sending notifications on new releases.