Skip to content

Commit 381a80a

Browse files
committed
version v25.6.0
1 parent c61db83 commit 381a80a

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
2025-06-16 v25.6.0
2+
==================
3+
4+
Nimbus `v25.6.0` is a `low-urgency` release.
5+
6+
### Improvements
7+
8+
- Exit on first slashing of a validator for which it is responsible:
9+
https://github.com/status-im/nimbus-eth2/pull/7091
10+
11+
- Reduce the extent to which backfilling can hinder forward sync or chain progress:
12+
https://github.com/status-im/nimbus-eth2/pull/7191
13+
14+
- Prevent empty block responses from peers from causing forward sync to overshoot:
15+
https://github.com/status-im/nimbus-eth2/pull/7197
16+
17+
- Provide blocks and blobs over req/resp regardless of payload validation status:
18+
https://github.com/status-im/nimbus-eth2/pull/7198
19+
20+
- Remove deprecated Eth1Data polling for deposits in favor of EIP6110:
21+
https://github.com/status-im/nimbus-eth2/pull/7114
22+
23+
### Fixes
24+
25+
- Implement getPendingConsolidations and add `version` field to getPendingDeposits and getPendingPartialWithdrawals beacon API endpoints:
26+
https://github.com/status-im/nimbus-eth2/pull/7170
27+
28+
- Add missing `finalized` field to getStateRandao beacon API endpoint:
29+
https://github.com/status-im/nimbus-eth2/pull/7171
30+
131
2025-05-08 v25.5.0
232
==================
333

0 commit comments

Comments
 (0)