Skip to content

Commit

Permalink
Version 22.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zah committed Sep 1, 2022
1 parent 3a04569 commit 3a8abd6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
==================

Expand Down
2 changes: 1 addition & 1 deletion beacon_chain/version.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3a8abd6

Please sign in to comment.