v5.3.2 - 2025-03-25
This release introduces support for the Hoodi
testnet.
Release highlights:
- Ability to run the node on the
Hoodi
tesnet. See https://blog.ethereum.org/2025/03/18/hoodi-holesky for more information aboutHoodi
. - A new feature that allows treat certain blocks as invalid. This is especially useful when the network is split, allowing the node to discontinue following unwanted forks.
Testnet operators are required to update to this release. Without this release you will be unable to run the node on the Hoodi
testnet.
Mainnet operators are recommended to update to this release at their regular cadence.
Added
- enable SSZ for builder API calls. [PR]
- Add Hoodi testnet flag
--hoodi
to specify Hoodi testnet config and bootnodes. [PR] - block_gossip topic support to the beacon api event stream. [PR]
- Added a static analyzer to discourage use of panic() in Prysm. [PR]
- Add a feature flag
--blacklist-roots
to allow the node to specify blocks that will be treated as invalid. [PR]
Changed
- changed request object for
POST /eth/v1/beacon/states/head/validators
to omit the field if empty for satisfying other clients. [PR] - Update spec test to v1.5.0-beta.3. [PR]
- Update Gossip and RPC message limits to comply with the spec. [PR]
- Return 404 instead of 500 from API when when a blob for a requested index is not found. [PR]
- Save Electra orphaned attestations into attestations pool's block attestations. [PR]
- Removed redundant string conversion in
BeaconDbStater.State
to improve code clarity and maintainability. [PR]
Fixed
- Update seen unaggregated att cache to properly handle Electra attestations. [PR]
- cosmetic fix for calling
/prysm/validators/performance
when connecting to non prysm beacon nodes and removing the 404 error log. [PR] - Tracked validator cache: Make sure no to loose the reference. [PR]
- Fixed proposing at genesis when starting post Bellatrix. [PR]