Skip to content

23.11.0

Compare
Choose a tag to compare
@lucassaldanha lucassaldanha released this 14 Nov 10:29
· 394 commits to master since this release
ee1e1aa

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:
    • tar.gz (sha256: 75c1fdb4fa3c7b4e797e25d9ec92a21909aed905311f2e2eb252058046ee2d08)
    • zip (sha256: f38c5419199cb6600ee18956e35d3f2d279428716dbe6332938a7ad770d57e2e)

Breaking Changes

N/A

Additions and Improvements

  • Updated dependencies.
  • Added validator_duty_timer metrics recording the time to perform block_production, attestation_production and attestation_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.