Compare commits

...

1 Commits

Author SHA1 Message Date
Preston Van Loon
21d0c09342 Run unclog for v5.3.2 2025-03-25 08:56:55 -05:00
23 changed files with 27 additions and 70 deletions

View File

@@ -4,6 +4,32 @@ All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
## [v5.3.2](https://github.com/prysmaticlabs/prysm/compare/v5.3.1...v5.3.2) - 2025-03-25
### Added
- enable SSZ for builder API calls. [[PR]](https://github.com/prysmaticlabs/prysm/pull/14976)
- Add Hoodi testnet flag `--hoodi` to specify Hoodi testnet config and bootnodes. [[PR]](https://github.com/prysmaticlabs/prysm/pull/15057)
- block_gossip topic support to the beacon api event stream. [[PR]](https://github.com/prysmaticlabs/prysm/pull/15038)
- Added a static analyzer to discourage use of panic() in Prysm. [[PR]](https://github.com/prysmaticlabs/prysm/pull/15075)
- Add a feature flag `--blacklist-roots` to allow the node to specify blocks that will be treated as invalid. [[PR]](https://github.com/prysmaticlabs/prysm/pull/15030)
### Changed
- changed request object for `POST /eth/v1/beacon/states/head/validators` to omit the field if empty for satisfying other clients. [[PR]](https://github.com/prysmaticlabs/prysm/pull/15031)
- Update spec test to v1.5.0-beta.3. [[PR]](https://github.com/prysmaticlabs/prysm/pull/15050)
- Update Gossip and RPC message limits to comply with the spec. [[PR]](https://github.com/prysmaticlabs/prysm/pull/14799)
- Return 404 instead of 500 from API when when a blob for a requested index is not found. [[PR]](https://github.com/prysmaticlabs/prysm/pull/14845)
- Save Electra orphaned attestations into attestations pool's block attestations. [[PR]](https://github.com/prysmaticlabs/prysm/pull/15060)
- Removed redundant string conversion in `BeaconDbStater.State` to improve code clarity and maintainability. [[PR]](https://github.com/prysmaticlabs/prysm/pull/15081)
### Fixed
- Update seen unaggregated att cache to properly handle Electra attestations. [[PR]](https://github.com/prysmaticlabs/prysm/pull/15034)
- cosmetic fix for calling `/prysm/validators/performance` when connecting to non prysm beacon nodes and removing the 404 error log. [[PR]](https://github.com/prysmaticlabs/prysm/pull/15062)
- Tracked validator cache: Make sure no to loose the reference. [[PR]](https://github.com/prysmaticlabs/prysm/pull/15077)
- Fixed proposing at genesis when starting post Bellatrix. [[PR]](https://github.com/prysmaticlabs/prysm/pull/15084)
## [v5.3.1](https://github.com/prysmaticlabs/prysm/compare/v5.3.0...v5.3.1) - 2025-03-13
This release is packed with critical fixes for **Electra** and some important fixes for mainnet too.
@@ -3218,4 +3244,4 @@ There are no security updates in this release.
# Older than v2.0.0
For changelog history for releases older than v2.0.0, please refer to https://github.com/prysmaticlabs/prysm/releases
For changelog history for releases older than v2.0.0, please refer to https://github.com/prysmaticlabs/prysm/releases

View File

@@ -1,3 +0,0 @@
### Added
- enable SSZ for builder API calls

View File

@@ -1,3 +0,0 @@
### Fixed
- cosmetic fix for calling `/prysm/validators/performance` when connecting to non prysm beacon nodes and removing the 404 error log.

View File

@@ -1,3 +0,0 @@
### Changed
- changed request object for `POST /eth/v1/beacon/states/head/validators` to omit the field if empty for satisfying other clients.

View File

@@ -1,3 +0,0 @@
### Ignored
- switched panics for thrown errors in NewBeaconApiChainClientWithFallback functions

View File

@@ -1,3 +0,0 @@
### Changed
- Removed redundant string conversion in `BeaconDbStater.State` to improve code clarity and maintainability.

View File

@@ -1,2 +0,0 @@
### Ignored
- prysmaticlabs/prysm repo security fix: use forked version of tj-actions/changed-files and version pin other actions to commit sha in the changelog workflow.

View File

@@ -1,3 +0,0 @@
### Ignored
- `subscribeToSubnets`: Remove unused parameter.

View File

@@ -1,3 +0,0 @@
### Fixed
- Tracked validator cache: Make sure no to loose the reference.

View File

@@ -1,3 +0,0 @@
### Changed
- Update Gossip and RPC message limits to comply with the spec.

View File

@@ -1,3 +0,0 @@
### Added
- Add a feature flag `--blacklist-roots` to allow the node to specify blocks that will be treated as invalid.

View File

@@ -1,3 +0,0 @@
### Fixed
- Fixed proposing at genesis when starting post Bellatrix

View File

@@ -1,3 +0,0 @@
### Added
- Added a static analyzer to discourage use of panic() in Prysm

View File

@@ -1,3 +0,0 @@
#### Ignored
- Updated changelog for v5.3.1

View File

@@ -1,7 +0,0 @@
### Changed
- Return 404 instead of 500 from API when when a blob for a requested index is not found.
### Ignored
- Improve error messages and logs.

View File

@@ -1,3 +0,0 @@
### Changed
- Save Electra orphaned attestations into attestations pool's block attestations.

View File

@@ -1,3 +0,0 @@
### Fixed
- Update seen unaggregated att cache to properly handle Electra attestations.

View File

@@ -1,3 +0,0 @@
### Added
- block_gossip topic support to the beacon api event stream.

View File

@@ -1,3 +0,0 @@
### Ignored
- Clarify infinity signature tests

View File

@@ -1,3 +0,0 @@
### Ignored
- Clean up infinity signature usages

View File

@@ -1,3 +0,0 @@
### Ignored
- Clean up batch process pending deposits

View File

@@ -1,3 +0,0 @@
### Added
- Add Hoodi testnet flag `--hoodi` to specify Hoodi testnet config and bootnodes.

View File

@@ -1,3 +0,0 @@
### Changed
- Update spec test to v1.5.0-beta.3