Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

22 lines (15 loc) · 1.13 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

Current Releases

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

Unreleased Changes

Breaking Changes

  • The commandline option --validators-performance-tracking-enabled has been removed in favour of --validators-performance-tracking-mode

Additions and Improvements

  • Reduced memory requirements for storing the deposit merkle tree.

Bug Fixes

  • Fixed issue where the REST API may return content as SSZ instead of JSON if the header Accept: */* was specified.