File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 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+
1172023-01-18 v23.1.0
218==================
319
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ when not defined(nimscript):
2121const
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
You can’t perform that action at this time.
0 commit comments