Skip to content

Commit

Permalink
Version v24.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zah committed Feb 27, 2024
1 parent 4a8d271 commit fc9c72f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
==================

Expand Down
2 changes: 1 addition & 1 deletion beacon_chain/version.nim
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const

versionMajor* = 24
versionMinor* = 2
versionBuild* = 1
versionBuild* = 2

versionBlob* = "stateofus" # Single word - ends up in the default graffiti

Expand Down

0 comments on commit fc9c72f

Please sign in to comment.