Skip to content

Commit 7fe43fc

Browse files
committed
Version v24.2.1
1 parent ae12b71 commit 7fe43fc

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
2023-02-20 v24.2.1
2+
==================
3+
4+
Nimbus `v24.2.1` is a `medium-urgency` release that includes full support for the upcoming Ethereum mainnet Deneb hard-fork that will be executed on 13th of March. The same support is also provided for Gnosis Chain where the hard-fork will be executed on 11th of March. Other stability and performance improvements make this release a compelling upgrade for all Nimbus users.
5+
6+
### Improvements
7+
8+
* The Deneb hard-fork has been scheduled for Mainnet and Gnosis Chain:
9+
https://github.com/status-im/nimbus-eth2/pull/5868
10+
11+
* The Nimbus validator client now uses the `/eth/v3/validator/blocks/{slot}` Beacon API endpoint when the configured beacon node supports it:
12+
https://github.com/status-im/nimbus-eth2/pull/5842
13+
14+
* The list of bootstrap nodes for Mainnet has been updated:
15+
https://github.com/status-im/nimbus-eth2/pull/5848
16+
17+
* Improved use of buffering reduces the risk of EL request timeouts:
18+
https://github.com/status-im/nimbus-eth2/pull/5893
19+
20+
### Fixes
21+
22+
* A regression in the implementation of `eth_getLogs` was preventing Nimbus from syncing deposits correctly:
23+
https://github.com/status-im/nimbus-eth2/pull/5857
24+
25+
* A performance regression was causing high CPU load during the backfill process after checkpoint sync:
26+
https://github.com/status-im/nimbus-eth2/pull/5869
27+
28+
* Under certain conditions, the backfill process after checkpoint sync could fail to persist the starting checkpoint block:
29+
https://github.com/status-im/nimbus-eth2/pull/5863
30+
31+
* Under certain conditions, valid blocks with blobs that are not observed yet were permanently considered unviable for inclusion in the blockchain:
32+
https://github.com/status-im/nimbus-eth2/pull/5858
33+
34+
* The Nimbus validator client was not tracking DNS record changes when dynamic host names are used instead of IP addresses:
35+
https://github.com/status-im/nimbus-eth2/pull/5846
36+
37+
* The REST server was becoming unresponsive under certain rare conditions:
38+
https://github.com/status-im/nimbus-eth2/pull/5892
39+
40+
141
2023-02-02 v24.2.0
242
==================
343

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* = 0
22+
versionBuild* = 1
2323

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

0 commit comments

Comments
 (0)