Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 923 Bytes

CHANGELOG.md

File metadata and controls

19 lines (10 loc) · 923 Bytes

Changelog

Upcoming Breaking Changes

  • Upgrading the minimum Java version to Java 17, which means users will need to upgrade their Java installation to at least Java 17. The docker versions relying on jdk16 will no longer be published, so docker users explicitly referencing the jdk16 build need to update their package to reference jdk17, as tags develop-jdk16, develop-jdk16-arm64, latest-jdk16 will no longer be updated.

Current Releases

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

Unreleased Changes

Breaking Changes

Additions and Improvements

  • --validators-external-signer-public-keys parameter now accepts external-signer value. It will enable public key retrieval from external signer standard API, making sure that configured keystore and trustStore will be used, if any.

Bug Fixes