23.11.0
This is an optional update containing bug fixes, performance improments and security fixes.
Downloads
- Available as
23.11.0
on Dockerhub - Download the binary distribution:
Breaking Changes
N/A
Additions and Improvements
- Updated dependencies.
- Added
validator_duty_timer
metrics recording the time to performblock_production
,attestation_production
andattestation_aggregation
duties. Please note that this metric is not available by default and needs to be enabled using the--metrics-categories
CLI option. - Updated the default number of threads for batch signature verification based on CPUs available to help larger instances that may have more processing power available.
- Added
/eth/v3/validator/blocks/{slot}
experimental beacon API for block production - Added
--checkpoint-sync-url
CLI option. - Updated Netty HTTP2 codec version addressing CVE-2023-44487.