File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change
1
+ 2025-03-21 v25.3.1
2
+ ==================
3
+
4
+ Nimbus ` v25.3.1 ` is a ` low-urgency ` release except for the Hoodi testnet, for which it's a ` high-urgency ` release.
5
+
6
+ ### Improvements
7
+
8
+ - Add Hoodi testnet support:
9
+ https://github.com/status-im/nimbus-eth2/pull/7021
10
+ https://github.com/status-im/nimbus-eth2/pull/7022
11
+ https://github.com/status-im/nimbus-eth2/pull/7025
12
+
13
+ - Improve block quarantine performance on forked chains:
14
+ https://github.com/status-im/nimbus-eth2/pull/7006
15
+
16
+ - Implement getPendingDeposits and getPendingPartialWithdrawals beacon API endpoints:
17
+ https://github.com/status-im/nimbus-eth2/pull/7010
18
+
19
+ - Add SSZ encoding support to builder API client calls:
20
+ https://github.com/status-im/nimbus-eth2/pull/6970
21
+
22
+ - Stop the ` --dump ` command-line option dumping correct outgoing attestations:
23
+ https://github.com/status-im/nimbus-eth2/pull/7012
24
+
25
+ ### Fixes
26
+
27
+ - Improve partial blob sidecar response checking:
28
+ https://github.com/status-im/nimbus-eth2/pull/6985
29
+
30
+ - Respond to un-synced blocks requests with ` ResourceUnavailable ` :
31
+ https://github.com/status-im/nimbus-eth2/pull/6977
32
+
1
33
2025-03-02 v25.3.0
2
34
==================
3
35
Original file line number Diff line number Diff line change 19
19
20
20
versionMajor* = 25
21
21
versionMinor* = 3
22
- versionBuild* = 0
22
+ versionBuild* = 1
23
23
24
24
versionBlob* = " stateofus" # Single word - ends up in the default graffiti
25
25
You can’t perform that action at this time.
0 commit comments