Skip to content

23.12.1

Compare
Choose a tag to compare
@lucassaldanha lucassaldanha released this 18 Dec 03:02
· 348 commits to master since this release
f3d80b3

This is an optional update containing a few fixes of bugs found on 23.12.0. It is only a recommended upgrade for users running 23.12.0.

Note: The validator client in this release is not compatible with Lighthouse beacon nodes. If using this combination, please use release 23.11.0 of the validator client.

Downloads

  • Available as 23.12.1 on Dockerhub
  • Download the binary distribution:
    • tar.gz (sha256: 0dcb49ac758b79779324b28c600d299bd9b30ed6b505e4a66fbb7a8797b9832f)
    • zip (sha256: 3089a2fcaee766476de81f41b6539c46a948ddb04f8d00828586140cc9bde1a7)

Known Issues

  • Using Teku Validator Client with Lighthouse beacon node won't work. Users using Teku Validator Client with Lighthouse Beacon Node should not upgrade to 23.12.0 or 23.12.1 #7842.

Breaking Changes

N/A

Additions and Improvements

  • Added --ee-jwt-claim-id command line option to provide id to the execution engine JWT claims

Bug Fixes

  • Fixed the command line help not displaying --checkpoint-sync-url as an option. #7823
  • Fixed bug preventing node to startup when using --exit-when-no-validator-keys-enabled even with keys present. #7829
  • Fixed bug when node would not start if it failed downloading the deposit snapshot tree from Beacon API. #7827