Skip to content

Commit 1ea102b

Browse files
committed
Version 23.1.1
1 parent 0c1686e commit 1ea102b

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
2023-01-25 v23.1.1
2+
==================
3+
4+
Nimbus `v23.1.1` is a `high-urgency` hotfix for users who have already enabled block
5+
history pruning after upgrading to `v22.3.0`. It fixes an issue where the client may
6+
fail to start after the database has been pruned.
7+
8+
### Fixes:
9+
10+
* A crash on start-up after running the client with `--history:prune` option - "backfill block must have a summary".
11+
https://github.com/status-im/nimbus-eth2/pull/4554
12+
13+
* The `validator-monitor-details` option was accidentally enabled by default in 23.1.0,
14+
which lead to significant increase in resource usage.
15+
16+
117
2023-01-18 v23.1.0
218
==================
319

beacon_chain/version.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ when not defined(nimscript):
2121
const
2222
versionMajor* = 23
2323
versionMinor* = 1
24-
versionBuild* = 0
24+
versionBuild* = 1
2525

2626
versionBlob* = "stateofus" # Single word - ends up in the default graffiti
2727

0 commit comments

Comments
 (0)