Skip to content

Commit 102be79

Browse files
committed
version v26.3.1
1 parent 0075b88 commit 102be79

2 files changed

Lines changed: 33 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
2026-03-28 v26.3.1
2+
==================
3+
4+
The Nimbus consensus client `v26.3.1` is a `medium-urgency` release for Ethereum which improves column-handling performance and increases validator client robustness. It is `high-urgency` for Gnosis due to the imminent Fulu fork.
5+
6+
### Improvements
7+
8+
- Schedule Fulu fork for Gnosis:
9+
https://github.com/status-im/nimbus-eth2/pull/8144
10+
11+
- Implement the fast confirmation rule:
12+
https://github.com/status-im/nimbus-eth2/pull/8072
13+
https://github.com/status-im/nimbus-eth2/pull/8121
14+
https://github.com/status-im/nimbus-eth2/pull/8129
15+
https://github.com/status-im/nimbus-eth2/pull/8130
16+
https://github.com/status-im/nimbus-eth2/pull/8132
17+
https://github.com/status-im/nimbus-eth2/pull/8137
18+
19+
- Verify block signatures only once rather than for every column:
20+
https://github.com/status-im/nimbus-eth2/pull/7949
21+
22+
### Fixes
23+
24+
- Enable timely validator client proposals with partially unresponsive beacon nodes:
25+
https://github.com/status-im/nimbus-eth2/pull/8174
26+
27+
- Show optimistic sync status while backfilling:
28+
https://github.com/status-im/nimbus-eth2/pull/8136
29+
30+
- Fix crash when attempting to subscribe to `attestation` beacon API SSE:
31+
https://github.com/status-im/nimbus-eth2/pull/8057
32+
133
2026-03-02 v26.3.0
234
==================
335

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* = 26
1717
versionMinor* = 3
18-
versionBuild* = 0
18+
versionBuild* = 1
1919

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

0 commit comments

Comments
 (0)