Version v24.2.2

This commit is contained in:
Zahary Karadjov 2024-02-27 03:24:30 +02:00
parent 4a8d271c35
commit fc9c72f0eb
No known key found for this signature in database
GPG Key ID: C1F42EAFF38D570F
2 changed files with 23 additions and 1 deletions

View File

@ -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 2023-02-20 v24.2.1
================== ==================

View File

@ -19,7 +19,7 @@ const
versionMajor* = 24 versionMajor* = 24
versionMinor* = 2 versionMinor* = 2
versionBuild* = 1 versionBuild* = 2
versionBlob* = "stateofus" # Single word - ends up in the default graffiti versionBlob* = "stateofus" # Single word - ends up in the default graffiti