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
+
1
17
2023-01-18 v23.1.0
2
18
==================
3
19
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ when not defined(nimscript):
21
21
const
22
22
versionMajor* = 23
23
23
versionMinor* = 1
24
- versionBuild* = 0
24
+ versionBuild* = 1
25
25
26
26
versionBlob* = " stateofus" # Single word - ends up in the default graffiti
27
27
You can’t perform that action at this time.
0 commit comments