Skip to content

Commit 187e1a0

Browse files
committed
Version 23.6.1
1 parent af3ef5a commit 187e1a0

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2023-06-26 v23.6.1
2+
==================
3+
4+
Nimbus `v23.6.1` is a `low-urgency` point release significantly improving the performance of database pruning on Nimbus instances that have accumulated history prior to April 2021 (Nimbus 1.1.0). Affected users are advised to upgrade as soon as possible in order to reduce the risk of missed attestations and blocks.
5+
6+
Fixes:
7+
8+
* The legacy Nimbus database is not subjected to pruning due to the high I/O cost of the operations:
9+
https://github.com/status-im/nimbus-eth2/pull/5116
10+
11+
112
2023-06-20 v23.6.0
213
==================
314

beacon_chain/version.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const
1818

1919
versionMajor* = 23
2020
versionMinor* = 6
21-
versionBuild* = 0
21+
versionBuild* = 1
2222

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

0 commit comments

Comments
 (0)