Skip to content

Commit 742f151

Browse files
committed
Version v24.2.0
1 parent 8b261dd commit 742f151

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
2023-02-02 v24.2.0
2+
==================
3+
4+
Nimbus `v24.2.0` is a `low-urgency` upgrade bringing important stability improvements for Deneb-enabled networks. It's highly recommended for users who are testing their setups in the Holešky testnet, which will be transitioned to Deneb on 7th of February.
5+
6+
### Improvements
7+
8+
* Nimbus now supports the `/eth/v1/beacon/blinded_blocks/{block_id}` Beacon API endpoint:
9+
https://github.com/status-im/nimbus-eth2/pull/5829
10+
https://ethereum.github.io/beacon-APIs/?urls.primaryName=v2.4.2#/Beacon/getBlindedBlock
11+
12+
* Nimbus now reports more comprehensive information in case of errors while interacting with an external builder:
13+
https://github.com/status-im/nimbus-eth2/pull/5819
14+
15+
## Fixes
16+
17+
* Nimbus was frequently getting out of sync on Deneb-transitioned networks due to a regression introduced in the `v24.1.2` release:
18+
https://github.com/status-im/nimbus-eth2/pull/5834
19+
20+
* The `block_sidecar` event reported by the Beacon API had incorrect format for the `versioned_hash` value:
21+
https://github.com/status-im/nimbus-eth2/pull/5844
22+
23+
* Rare circumstances could cause the Nimbus validator client to permanently lose its connection to the configured beacon node when the two processes had system clock disparities:
24+
https://github.com/status-im/nimbus-eth2/pull/5827
25+
26+
* Nimbus now uses smaller Builder API validator registration batch size in order to prevent rarely triggered registration timeouts:
27+
https://github.com/status-im/nimbus-eth2/pull/5837
28+
29+
130
2023-01-25 v24.1.2
231
==================
332

beacon_chain/version.nim

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ const
1717
"Copyright (c) 2019-" & compileYear & " Status Research & Development GmbH"
1818

1919
versionMajor* = 24
20-
versionMinor* = 1
21-
versionBuild* = 2
20+
versionMinor* = 2
21+
versionBuild* = 0
2222

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

0 commit comments

Comments
 (0)