From e4b1933773917f4db6db4613d1d962e84070bda6 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Mon, 12 Dec 2022 20:18:57 +0200 Subject: [PATCH] Version 22.11.1 --- CHANGELOG.md | 18 ++++++++++++++++++ beacon_chain/version.nim | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbd771859..39fe7829d 100644 --- a/CHANGELOG.md +++ b/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 =================== diff --git a/beacon_chain/version.nim b/beacon_chain/version.nim index 54038c08b..271eeb474 100644 --- a/beacon_chain/version.nim +++ b/beacon_chain/version.nim @@ -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