Skip to content

Commit 2053090

Browse files
committed
version v25.11.1
1 parent daa1ff8 commit 2053090

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
2025-11-28 v25.11.1
2+
===================
3+
4+
The Nimbus consensus client `v25.11.1` is a `high-urgency` release for mainnet due to the impending Fusaka fork and a `medium-urgency` release on other networks due to stability fixes. To access blobs in Fusaka and later in this release, use the `--light-supernode` option. The undocumented `--debug-peerdas-supernode` option will be removed in a pending release.
5+
6+
### Improvements
7+
8+
- Introduce light supernodes to provide blobs with less resource usage:
9+
https://github.com/status-im/nimbus-eth2/pull/7752
10+
11+
- Allow the consensus light client to specify finalized block hashes to sync:
12+
https://github.com/status-im/nimbus-eth2/pull/7735
13+
14+
- Allow updating column custody during any slot:
15+
https://github.com/status-im/nimbus-eth2/pull/7724
16+
17+
### Fixes
18+
19+
- Fix blob and column quarantine-related hang:
20+
https://github.com/status-im/nimbus-eth2/pull/7743
21+
22+
- Fix blocking of command-line-supplied invalid blocks:
23+
https://github.com/status-im/nimbus-eth2/pull/7714
24+
125
2025-11-03 v25.11.0
226
===================
327

beacon_chain/version.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import std/[os, strutils], ./buildinfo
1515
const
1616
versionMajor* = 25
1717
versionMinor* = 11
18-
versionBuild* = 0
18+
versionBuild* = 1
1919

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

0 commit comments

Comments
 (0)