From fc9c72f0ebc2013858f6b28c1940838c97a2f814 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Tue, 27 Feb 2024 03:24:30 +0200 Subject: [PATCH] Version v24.2.2 --- CHANGELOG.md | 22 ++++++++++++++++++++++ beacon_chain/version.nim | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index daedda885f..f78dc8b1eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +2023-02-27 v24.2.2 +================== + +Nimbus `v24.2.2` is a hotfix release addressing a consensus violation issue affecting Deneb-transitioned network such as Holešky. Please upgrade as soon as possible if your node is affected. + +### Improvements + +* Added metrics `validator_monitor_block_hit` and `validator_monitor_block_miss` tracking the number of successful and missed block proposals: + https://github.com/status-im/nimbus-eth2/pull/5913 + +### Fixes + +* Nimbus had an incomplete implementation of EIP-7044 (Perpetually Valid Signed Voluntary Exits): + https://github.com/status-im/nimbus-eth2/pull/5953 + https://github.com/status-im/nimbus-eth2/pull/5954 + https://github.com/status-im/nimbus-eth2/pull/5959 + https://github.com/status-im/nimbus-eth2/pull/5966 + +* The Nimbus `v24.2.1` validator client was crashing with a `RangeDefect` error message during block proposal when paired with a `v24.1.x` beacon node: + https://github.com/status-im/nim-stint/pull/148 + + 2023-02-20 v24.2.1 ================== diff --git a/beacon_chain/version.nim b/beacon_chain/version.nim index 8de117fde0..5693635168 100644 --- a/beacon_chain/version.nim +++ b/beacon_chain/version.nim @@ -19,7 +19,7 @@ const versionMajor* = 24 versionMinor* = 2 - versionBuild* = 1 + versionBuild* = 2 versionBlob* = "stateofus" # Single word - ends up in the default graffiti