Skip to content

Commit 3a8abd6

Browse files
committed
Version 22.8.2
1 parent 3a04569 commit 3a8abd6

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
2022-08-30 v22.8.2
2+
==================
3+
4+
Nimbus `v22.8.2` is a `low-urgency` hotfix release, addressing a potential crash introduced in `v22.8.1` when
5+
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.
6+
7+
### Improvements:
8+
9+
* Reduced CPU usage for validator registration when using an external builder:
10+
https://github.com/status-im/nimbus-eth2/pull/4040
11+
12+
### Fixes:
13+
14+
* A potential crash during block production when DEBUG logging is enabled:
15+
https://github.com/status-im/nimbus-eth2/pull/4054
16+
17+
118
2022-08-30 v22.8.1
219
==================
320

beacon_chain/version.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ when not defined(nimscript):
1818
const
1919
versionMajor* = 22
2020
versionMinor* = 8
21-
versionBuild* = 1
21+
versionBuild* = 2
2222

2323
versionBlob* = "stateofus" # Single word - ends up in the default graffiti
2424

0 commit comments

Comments
 (0)