Changelog v6.0.2 (#15270)

* Run unclog for v6.0.2

* Notes on v6.0.2
This commit is contained in:
Preston Van Loon
2025-05-21 15:40:42 -05:00
committed by GitHub
parent 3dfd3d0416
commit 74aca49741
14 changed files with 27 additions and 38 deletions

View File

@@ -1,3 +0,0 @@
### Added
- Enable light client gossip for optimistic and finality updates.

View File

@@ -1,3 +0,0 @@
### Changed
- Upgraded ristretto to v2.2.0, for RISC-V support.

View File

@@ -1,7 +0,0 @@
### Fixed
- Fixed gocognit on propose block rest path.
### Ignored
- Removed jsonify functions that duplicate FromConsensus functions in the structs package for rest calls on propose block.

View File

@@ -1,3 +0,0 @@
### Fixed
- Fixed wrong field name in pending partial withdrawals was returned on state json representation, described in https://github.com/ethereum/consensus-specs/blob/dev/specs/electra/beacon-chain.md#pendingpartialwithdrawal

View File

@@ -1,2 +0,0 @@
### Added
- Implement peerDAS core functions.

View File

@@ -1,3 +0,0 @@
### Changed
- Increase indices limit in field trie rebuilding.

View File

@@ -1,3 +0,0 @@
### Added
- Force duties start on received blocks.

View File

@@ -1,2 +0,0 @@
### Ignored
- HistoricalRoots should not return an error.

View File

@@ -1,3 +0,0 @@
### Added
- Added additional tracing spans for the GetDuties routine

3
changelog/pvl-v6.0.2.md Normal file
View File

@@ -0,0 +1,3 @@
### Ignored
- Release notes

View File

@@ -1,3 +0,0 @@
### Changed
- Use otelgrpc for tracing grpc server and client

View File

@@ -1,3 +0,0 @@
### Changed
- Increase sepolia gas limit to 60M.

View File

@@ -1,3 +0,0 @@
### Changed
- Update spec to v1.5.0 compliance which changes minimal execution requests size.