Skip to content

Commit ad14211

Browse files
committed
version v26.1.0
1 parent f896feb commit ad14211

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
2025-01-29 v26.1.0
2+
===================
3+
4+
The Nimbus consensus client `v26.1.0` is a `low-urgency` release with improved validator client stability.
5+
6+
### Improvements
7+
8+
- Support alternate fallback mode for multiple beacon nodes in the validator client:
9+
https://github.com/status-im/nimbus-eth2/pull/7747
10+
11+
### Fixes
12+
13+
- Fix a validator client crash with offline or unavailable beacon nodes:
14+
https://github.com/status-im/nimbus-eth2/pull/7862
15+
116
2025-12-18 v25.12.0
217
===================
318

beacon_chain/version.nim

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

1515
const
16-
versionMajor* = 25
17-
versionMinor* = 12
16+
versionMajor* = 26
17+
versionMinor* = 1
1818
versionBuild* = 0
1919

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

0 commit comments

Comments
 (0)