- 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
For information on changes in released versions of Teku, see the releases page.
- The commandline option
--validators-performance-tracking-enabled
has been removed in favour of--validators-performance-tracking-mode
- Reduced memory requirements for storing the deposit merkle tree.
- Fixed issue where the REST API may return content as SSZ instead of JSON if the header
Accept: */*
was specified.