Skip to content

Commit 3c62cdc

Browse files
committed
Merge remote-tracking branch 'origin/stable' into unstable
2 parents 86a686d + ce4689f commit 3c62cdc

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
2025-12-18 v25.12.0
2+
===================
3+
4+
The Nimbus consensus client `v25.12.0` is a `medium-urgency` release for mainnet due to network stability improvements. 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+
- Allow genesis epoch BPOs:
9+
https://github.com/status-im/nimbus-eth2/pull/7788
10+
11+
### Fixes
12+
13+
- Ensure distinct Fulu and Gloas fork digests:
14+
https://github.com/status-im/nimbus-eth2/pull/7794
15+
16+
- Fix stack traces memory leak:
17+
https://github.com/status-im/nimbus-eth2/pull/7791
18+
119
2025-11-28 v25.11.1
220
===================
321

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* = 11
18-
versionBuild* = 1
17+
versionMinor* = 12
18+
versionBuild* = 0
1919

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

0 commit comments

Comments
 (0)