Skip to content

Commit 733f6cd

Browse files
committed
version v25.10.0
1 parent 92e5c12 commit 733f6cd

File tree

2 files changed

+53
-2
lines changed

2 files changed

+53
-2
lines changed

CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,54 @@
1+
2025-10-31 v25.10.0
2+
===================
3+
4+
Nimbus `v25.10.0` is a low-urgency release which increases the default gas limit to 60M, improves beacon API support, and adds runtime configuration flexibility.
5+
6+
### Improvements
7+
8+
- Increase default builder API gas limit to 60M:
9+
https://github.com/status-im/nimbus-eth2/pull/7555
10+
11+
- Support `--peerdas-supernode` to require beacon node to operate as a supernode:
12+
https://github.com/status-im/nimbus-eth2/pull/7629
13+
14+
- Support runtime configuration of `SECONDS_PER_SLOT`:
15+
https://github.com/status-im/nimbus-eth2/pull/7639
16+
https://github.com/status-im/nimbus-eth2/pull/7643
17+
https://github.com/status-im/nimbus-eth2/pull/7644
18+
https://github.com/status-im/nimbus-eth2/pull/7645
19+
https://github.com/status-im/nimbus-eth2/pull/7647
20+
https://github.com/status-im/nimbus-eth2/pull/7652
21+
https://github.com/status-im/nimbus-eth2/pull/7653
22+
https://github.com/status-im/nimbus-eth2/pull/7654
23+
https://github.com/status-im/nimbus-eth2/pull/7658
24+
https://github.com/status-im/nimbus-eth2/pull/7661
25+
26+
- Implement getBlobs beacon API endpoint:
27+
https://github.com/status-im/nimbus-eth2/pull/7670
28+
29+
- Ensure validator client uses non-deprecated beacon API attestation endpoints:
30+
https://github.com/status-im/nimbus-eth2/pull/7642
31+
32+
- Double trusted node sync state download timeout to 6 minutes:
33+
https://github.com/status-im/nimbus-eth2/pull/7677
34+
35+
- Make `REORG_HEAD_WEIGHT_THRESHOLD` and `REORG_MAX_EPOCHS_SINCE_FINALIZATION` runtime-configurable:
36+
https://github.com/status-im/nimbus-eth2/pull/7620
37+
38+
### Fixes
39+
40+
- Fix consensus fork when validator client publishes attestations:
41+
https://github.com/status-im/nimbus-eth2/pull/7689
42+
43+
- Fix Nix builds:
44+
https://github.com/status-im/nimbus-eth2/pull/7585
45+
46+
- Ensure validator client always targets the correct slot:
47+
https://github.com/status-im/nimbus-eth2/pull/7571
48+
49+
- Stop using obsolete `TTFB_TIMEOUT` and `RESP_TIMEOUT` configuration:
50+
https://github.com/status-im/nimbus-eth2/pull/7619
51+
152
2025-09-26 v25.9.2
253
==================
354

beacon_chain/version.nim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ import std/[os, strutils], ./buildinfo
1414

1515
const
1616
versionMajor* = 25
17-
versionMinor* = 9
18-
versionBuild* = 2
17+
versionMinor* = 10
18+
versionBuild* = 0
1919

2020
versionBlob* = "stateofus" # Single word - ends up in the default graffiti
2121

0 commit comments

Comments
 (0)