Skip to content

Commit 660ebee

Browse files
committed
version v25.9.0
1 parent 8e4a36f commit 660ebee

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
2025-09-02 v25.9.0
2+
==================
3+
4+
Nimbus `v25.9.0` is a `low-urgency` release which increases the resiliency and efficiency of block production. Furthermore, macOS amd64 releases have been deprecated and will be discontinued by October 2025.
5+
6+
### Improvements
7+
8+
- Allow fallback to builder API if EL provides invalid requests:
9+
https://github.com/status-im/nimbus-eth2/pull/7396
10+
11+
- Propose blocks more efficiently when the builder API is enabled:
12+
https://github.com/status-im/nimbus-eth2/pull/7353
13+
14+
- Log execution addresses more readably:
15+
https://github.com/status-im/nimbus-eth2/pull/7325
16+
17+
### Fixes
18+
19+
- Avoid crashing on startup when data directory can't be created:
20+
https://github.com/status-im/nimbus-eth2/pull/7326
21+
22+
- Require matching Electra fork configurations between beacon node and REST clients:
23+
https://github.com/status-im/nimbus-eth2/pull/7321
24+
https://github.com/status-im/nimbus-eth2/pull/7322
25+
26+
- Fix dropped connections being interpreted as empty lists during syncing:
27+
https://github.com/status-im/nimbus-eth2/pull/7318
28+
129
2025-07-31 v25.7.1
230
==================
331

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* = 7
22-
versionBuild* = 1
21+
versionMinor* = 9
22+
versionBuild* = 0
2323

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

0 commit comments

Comments
 (0)