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+
1342025-03-21 v25.3.1
235==================
336
Original file line number Diff line number Diff line change 1818 " Copyright (c) 2019-" & compileYear & " Status Research & Development GmbH"
1919
2020 versionMajor* = 25
21- versionMinor* = 3
22- versionBuild* = 1
21+ versionMinor* = 4
22+ versionBuild* = 0
2323
2424 versionBlob* = " stateofus" # Single word - ends up in the default graffiti
2525
You can’t perform that action at this time.
0 commit comments