File tree Expand file tree Collapse file tree 2 files changed +35
-2
lines changed Expand file tree Collapse file tree 2 files changed +35
-2
lines changed Original file line number Diff line number Diff line change
1
+ 2025-04-21 v25.4.0
2
+ ==================
3
+
4
+ Nimbus ` v25.4.0 ` is a high-urgency release for Ethereum Foundation and Gnosis mainnets due to their Pectra hardforks.
5
+
6
+ ### Improvements
7
+
8
+ - Add Ethereum Foundation mainnet Pectra support:
9
+ https://github.com/status-im/nimbus-eth2/pull/7063
10
+
11
+ - Add Gnosis mainnet Pectra support:
12
+ https://github.com/status-im/nimbus-eth2/pull/7062
13
+
14
+ - Improve Electra attestation packing quality:
15
+ https://github.com/status-im/nimbus-eth2/pull/7053
16
+
17
+ - Reduce unnecessary state replays on low-participation networks:
18
+ https://github.com/status-im/nimbus-eth2/pull/7072
19
+
20
+ - Implement ` block_gossip ` beacon API SSE stream support:
21
+ https://github.com/status-im/nimbus-eth2/pull/7054
22
+
23
+ - Reduce unnecessary Electra attestation logging verbosity:
24
+ https://github.com/status-im/nimbus-eth2/pull/7058
25
+
26
+ ### Fixes
27
+
28
+ - Fix compatibility with certain builder API relays:
29
+ https://github.com/status-im/nimbus-eth2/pull/7045
30
+
31
+ - Fix getAggregatedAttestationV2 beacon API endpoint for non-zero committee indices:
32
+ https://github.com/status-im/nimbus-eth2/pull/7037
33
+
1
34
2025-03-21 v25.3.1
2
35
==================
3
36
Original file line number Diff line number Diff line change 18
18
" Copyright (c) 2019-" & compileYear & " Status Research & Development GmbH"
19
19
20
20
versionMajor* = 25
21
- versionMinor* = 3
22
- versionBuild* = 1
21
+ versionMinor* = 4
22
+ versionBuild* = 0
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