File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 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+
1162025-12-18 v25.12.0
217===================
318
Original file line number Diff line number Diff line change 1313import std/ [os, strutils], ./ buildinfo
1414
1515const
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
You can’t perform that action at this time.
0 commit comments