mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-11 06:46:10 +00:00
merge stable into unstable
This commit is contained in:
commit
478e6f7c38
19
CHANGELOG.md
19
CHANGELOG.md
@ -1,3 +1,22 @@
|
||||
2022-12-12 v22.11.1
|
||||
===================
|
||||
|
||||
Nimbus `v22.11.1` is a `high-urgency` hotfix for all users who are
|
||||
running validators backed by remote keystores and web3signer.
|
||||
This update addresses a compatibility issue 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