Skip to content

Commit 77cfa78

Browse files
committed
version v25.4.1
1 parent fb9a158 commit 77cfa78

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
1+
2025-04-26 v25.4.1
2+
==================
3+
4+
Nimbus `v25.4.1` is a high-urgency release for Ethereum and Gnosis mainnets due to their Pectra hardforks.
5+
6+
### Fixes
7+
8+
- fix potential missed MEV blocks starting with Electra builder API:
9+
https://github.com/status-im/nimbus-eth2/pull/7103
10+
11+
- fix `single_attestation` SSE beacon API stream subscription:
12+
https://github.com/status-im/nimbus-eth2/pull/7107
13+
114
2025-04-21 v25.4.0
215
==================
316

4-
Nimbus `v25.4.0` is a high-urgency release for Ethereum Foundation and Gnosis mainnets due to their Pectra hardforks.
17+
Nimbus `v25.4.0` is a high-urgency release for Ethereum and Gnosis mainnets due to their Pectra hardforks.
518

619
### Improvements
720

beacon_chain/version.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const
1919

2020
versionMajor* = 25
2121
versionMinor* = 4
22-
versionBuild* = 0
22+
versionBuild* = 1
2323

2424
versionBlob* = "stateofus" # Single word - ends up in the default graffiti
2525

0 commit comments

Comments
 (0)