Version 23.6.1
This commit is contained in:
parent
af3ef5a9b0
commit
187e1a0633
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,3 +1,14 @@
|
|||
2023-06-26 v23.6.1
|
||||
==================
|
||||
|
||||
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.
|
||||
|
||||
Fixes:
|
||||
|
||||
* The legacy Nimbus database is not subjected to pruning due to the high I/O cost of the operations:
|
||||
https://github.com/status-im/nimbus-eth2/pull/5116
|
||||
|
||||
|
||||
2023-06-20 v23.6.0
|
||||
==================
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ const
|
|||
|
||||
versionMajor* = 23
|
||||
versionMinor* = 6
|
||||
versionBuild* = 0
|
||||
versionBuild* = 1
|
||||
|
||||
versionBlob* = "stateofus" # Single word - ends up in the default graffiti
|
||||
|
||||
|
|
Loading…
Reference in New Issue