Skip to content

Commit e4b1933

Browse files
committed
Version 22.11.1
1 parent 6a80b56 commit e4b1933

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
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+
119
2022-11-30 v22.11.0
220
===================
321

beacon_chain/version.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ when not defined(nimscript):
2121
const
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

0 commit comments

Comments
 (0)