mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-11 06:46:10 +00:00
Version 23.1.1
This commit is contained in:
parent
0c1686eb20
commit
1ea102b033
16
CHANGELOG.md
16
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
|
||||
==================
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user