File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1+ 2022-12-12 v22.11.1
2+ ===================
3+
4+ Nimbus ` v22.11.1 ` is a ` high-urgency ` hotfix for users that use remote
5+ keystores with a web3signer. It addresses a compatibility problem
6+ that may result in missed block proposals. If you are not using a
7+ remote signer, you can safely skip this release.
8+
9+ ### Fixes
10+
11+ * Incompatible encoding used in the web3signer block signing requests
12+ after the merge:
13+ https://github.com/status-im/nimbus-eth2/pull/4407
14+
15+ * Ignored ` graffiti ` option of the validator client:
16+ https://github.com/status-im/nimbus-eth2/pull/4417
17+
18+
1192022-11-30 v22.11.0
220===================
321
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ when not defined(nimscript):
2121const
2222 versionMajor* = 22
2323 versionMinor* = 11
24- versionBuild* = 0
24+ versionBuild* = 1
2525
2626 versionBlob* = " stateofus" # Single word - ends up in the default graffiti
2727
You can’t perform that action at this time.
0 commit comments