File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 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+
1182022-08-30 v22.8.1
219==================
320
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ when not defined(nimscript):
1818const
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
You can’t perform that action at this time.
0 commit comments