This is an optional update that primarily updates dependent libraries. It is a required update for Sepolia network nodes.
Downloads
- Available as
23.2.0
on Dockerhub - Download the binary distribution:
Breaking Changes
--Xmetrics-block-timing-tracking-enabled
option has been removed. The--metrics-block-timing-tracking-enabled
option should be used instead (enabled by default).
Additions and Improvements
- Introduced Doppelganger Detection feature
- Changed color of block production duty to cyan, rather than dark blue.
- Introduced a configuration overview printed during start up.
- Introduced a new field
el_offline
in theGetSyncingStatusResponse
which is set totrue
when the execution layer is offline: Syncing API update - Added Capella fork information for Sepolia network configuration.
- Removed references to beacon block methods
/eth2/beacon_chain/req/beacon_blocks_by_root
and/eth2/beacon_chain/req/beacon_blocks_by_range
.
Bug Fixes
- Fixed issue which was causing validator keys to be loaded twice, which, in some cases, was causing beacon node to initialize slower.