Version 23.6.1

This commit is contained in:
Zahary Karadjov 2023-06-26 19:54:26 +03:00
parent e137f81ef9
commit be4db2112e
No known key found for this signature in database
GPG Key ID: C1F42EAFF38D570F
2 changed files with 12 additions and 1 deletions

View File

@ -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 2023-06-20 v23.6.0
================== ==================

View File

@ -18,7 +18,7 @@ const
versionMajor* = 23 versionMajor* = 23
versionMinor* = 6 versionMinor* = 6
versionBuild* = 0 versionBuild* = 1
versionBlob* = "stateofus" # Single word - ends up in the default graffiti versionBlob* = "stateofus" # Single word - ends up in the default graffiti