Version 22.8.2
This commit is contained in:
parent
3a045690e4
commit
3a8abd6010
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -1,3 +1,20 @@
|
|||
2022-08-30 v22.8.2
|
||||
==================
|
||||
|
||||
Nimbus `v22.8.2` is a `low-urgency` hotfix release, addressing a potential crash introduced in `v22.8.1` when
|
||||
producing blocks on a node with DEBUG logs enabled. If you don't run your node with DEBUG logging, you can safely skip this release.
|
||||
|
||||
### Improvements:
|
||||
|
||||
* Reduced CPU usage for validator registration when using an external builder:
|
||||
https://github.com/status-im/nimbus-eth2/pull/4040
|
||||
|
||||
### Fixes:
|
||||
|
||||
* A potential crash during block production when DEBUG logging is enabled:
|
||||
https://github.com/status-im/nimbus-eth2/pull/4054
|
||||
|
||||
|
||||
2022-08-30 v22.8.1
|
||||
==================
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ when not defined(nimscript):
|
|||
const
|
||||
versionMajor* = 22
|
||||
versionMinor* = 8
|
||||
versionBuild* = 1
|
||||
versionBuild* = 2
|
||||
|
||||
versionBlob* = "stateofus" # Single word - ends up in the default graffiti
|
||||
|
||||
|
|
Loading…
Reference in New Issue