github OffchainLabs/prysm v6.1.4

one day ago

v6.1.4 - 2025-10-28

This release includes a bug fix affecting block proposals in rare cases, along with an important update for Windows users running post-Fusaka fork.

Added

  • SSZ-QL: Add endpoints for BeaconState/BeaconBlock. [PR]
  • Add native state diff type and marshalling functions. [PR]
  • Update the earliest available slot after pruning operations in beacon chain database pruner. This ensures the P2P layer accurately knows which historical data is available after pruning, preventing nodes from advertising or attempting to serve data that has been pruned. [PR]

Fixed

  • Correctly advertise (in ENR and beacon API) attestation subnets when using --subscribe-all-subnets. [PR]
  • randomPeer: Return if the context is cancelled when waiting for peers. [PR]
  • Improve error message when the byte count read from disk when reading a data column sidecars is lower than expected. (Mostly, because the file is truncated.). [PR]
  • Delete the genesis state file when --clear-db / --force-clear-db is specified. [PR]
  • Fix sync committee subscription to use subnet indices instead of committee indices. [PR]
  • Fixed metadata extraction on Windows by correctly splitting file paths. [PR]
  • VerifyDataColumnsSidecarKZGProofs: Check if sizes match. [PR]
  • Fix recoverStateSummary to persist state summaries in stateSummaryBucket instead of stateBucket (#15896). [PR]
  • updateCustodyInfoInDB: Use NumberOfCustodyGroups instead of NumberOfColumns. [PR]
  • Sync committee uses correct state to calculate position. [PR]

Don't miss a new prysm release

NewReleases is sending notifications on new releases.