23.6.2
This is an optional update with minor bug fixes and dependencies updates.
Downloads
- Available as
23.6.2on Dockerhub - Download the binary distribution:
Breaking Changes
--exchange-capabilities-enabledoption has been removed since it is no longer applicable because of execution-apis spec change.- Removed kiln and ropsten as
--networkoptions
Additions and Improvements
--validators-external-signer-public-keysparameter now acceptsexternal-signervalue. It will enable public key retrieval from external signer standard API, making sure that configured keystore and trustStore will be used, if any.- Stopped calling
engine_exchangeTransitionConfigurationV1Engine API method, since the method will be deprecated in the future.
Bug Fixes
- Fix Get Attestation Rewards API to fetch beacon state instead of block and beacon state (fixes #7338)
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 onjdk16will no longer be published, so docker users explicitly referencing thejdk16build need to update their package to referencejdk17, as tagsdevelop-jdk16,develop-jdk16-arm64,latest-jdk16will no longer be updated.