Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

21 lines (15 loc) · 1.36 KB

Changelog

Upcoming Breaking Changes

  • 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 command argument --Xengine-exchange-capabilities will be removed, update to use --engine-exchange-capabilities if you are using this option.
  • The command argument --Xdeposit-snapshot-enabled will be removed, just remove it from commandline/configuration if you use it, updated argument --deposit-snapshot-enabled defaults to true now.

Current Releases

For information on changes in released versions of Teku, see the releases page.

Unreleased Changes

Breaking Changes

Additions and Improvements

  • Set User-Agent header to "teku/v" (e.g. teku/v23.4.0) when making builder bid requests to help builders identify clients and versions. Use --builder-set-user-agent-header=false to disable.

Bug Fixes