mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-11 06:46:10 +00:00
Version 22.11.1
This commit is contained in:
parent
6a80b56d82
commit
e4b1933773
18
CHANGELOG.md
18
CHANGELOG.md
@ -1,3 +1,21 @@
|
||||
2022-12-12 v22.11.1
|
||||
===================
|
||||
|
||||
Nimbus `v22.11.1` is a `high-urgency` hotfix for users that use remote
|
||||
keystores with a web3signer. It addresses a compatibility problem
|
||||
that may result in missed block proposals. If you are not using a
|
||||
remote signer, you can safely skip this release.
|
||||
|
||||
### Fixes
|
||||
|
||||
* Incompatible encoding used in the web3signer block signing requests
|
||||
after the merge:
|
||||
https://github.com/status-im/nimbus-eth2/pull/4407
|
||||
|
||||
* Ignored `graffiti` option of the validator client:
|
||||
https://github.com/status-im/nimbus-eth2/pull/4417
|
||||
|
||||
|
||||
2022-11-30 v22.11.0
|
||||
===================
|
||||
|
||||
|
@ -21,7 +21,7 @@ when not defined(nimscript):
|
||||
const
|
||||
versionMajor* = 22
|
||||
versionMinor* = 11
|
||||
versionBuild* = 0
|
||||
versionBuild* = 1
|
||||
|
||||
versionBlob* = "stateofus" # Single word - ends up in the default graffiti
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user