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:
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
or23.12.1
#7842.
Breaking Changes
N/A
Additions and Improvements
- Added
--ee-jwt-claim-id
command line option to provideid
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