Skip to content

Commit c7e5caf

Browse files
committed
version v25.4.0
1 parent ea27f52 commit c7e5caf

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-2
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
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+
134
2025-03-21 v25.3.1
235
==================
336

beacon_chain/version.nim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ const
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

0 commit comments

Comments
 (0)