Skip to content

Commit fc9c72f

Browse files
committed
Version v24.2.2
1 parent 4a8d271 commit fc9c72f

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
2023-02-27 v24.2.2
2+
==================
3+
4+
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.
5+
6+
### Improvements
7+
8+
* Added metrics `validator_monitor_block_hit` and `validator_monitor_block_miss` tracking the number of successful and missed block proposals:
9+
https://github.com/status-im/nimbus-eth2/pull/5913
10+
11+
### Fixes
12+
13+
* Nimbus had an incomplete implementation of EIP-7044 (Perpetually Valid Signed Voluntary Exits):
14+
https://github.com/status-im/nimbus-eth2/pull/5953
15+
https://github.com/status-im/nimbus-eth2/pull/5954
16+
https://github.com/status-im/nimbus-eth2/pull/5959
17+
https://github.com/status-im/nimbus-eth2/pull/5966
18+
19+
* 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:
20+
https://github.com/status-im/nim-stint/pull/148
21+
22+
123
2023-02-20 v24.2.1
224
==================
325

beacon_chain/version.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const
1919

2020
versionMajor* = 24
2121
versionMinor* = 2
22-
versionBuild* = 1
22+
versionBuild* = 2
2323

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

0 commit comments

Comments
 (0)