From 1ea102b033b13847298fef4a79c802186ffcf538 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Thu, 26 Jan 2023 14:37:03 +0100 Subject: [PATCH] Version 23.1.1 --- CHANGELOG.md | 16 ++++++++++++++++ beacon_chain/version.nim | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b292ae99f..8cf90183a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +2023-01-25 v23.1.1 +================== + +Nimbus `v23.1.1` is a `high-urgency` hotfix for users who have already enabled block +history pruning after upgrading to `v22.3.0`. It fixes an issue where the client may +fail to start after the database has been pruned. + +### Fixes: + +* A crash on start-up after running the client with `--history:prune` option - "backfill block must have a summary". + https://github.com/status-im/nimbus-eth2/pull/4554 + +* The `validator-monitor-details` option was accidentally enabled by default in 23.1.0, + which lead to significant increase in resource usage. + + 2023-01-18 v23.1.0 ================== diff --git a/beacon_chain/version.nim b/beacon_chain/version.nim index 1caea7f90..66fc39d2b 100644 --- a/beacon_chain/version.nim +++ b/beacon_chain/version.nim @@ -21,7 +21,7 @@ when not defined(nimscript): const versionMajor* = 23 versionMinor* = 1 - versionBuild* = 0 + versionBuild* = 1 versionBlob* = "stateofus" # Single word - ends up in the default graffiti