Skip to content

Commit f20a21c

Browse files
committed
v24.4.0
1 parent 41f8400 commit f20a21c

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
2024-04-29 v24.4.0
2+
==================
3+
4+
Nimbus `v24.4.0` is a `low-urgency` release with stability and performance improvements. It also [removes built-in Prater/Goerli chain support](https://blog.ethereum.org/2023/11/30/goerli-lts-update); people are encouraged to migrate to Holesky or Sepolia.
5+
6+
### Improvements
7+
8+
* Large numbers of exits in a single block or epoch don't cause disproportionate slowdowns:
9+
https://github.com/status-im/nimbus-eth2/pull/6161
10+
11+
* Support for using era file for the initial checkpoint block:
12+
https://github.com/status-im/nimbus-eth2/pull/6164
13+
14+
* ncli_db supports importing blobs:
15+
https://github.com/status-im/nimbus-eth2/pull/6166
16+
17+
### Fixes
18+
19+
* produceBlockV3 correctly encodes execution_payload_blinded response:
20+
https://github.com/status-im/nimbus-eth2/pull/6204
21+
22+
* Avoid a crash when handling blob backfill:
23+
https://github.com/status-im/nimbus-eth2/pull/6168
24+
25+
* Avoid spurious errors verifying era files with empty epochs:
26+
https://github.com/status-im/nimbus-eth2/pull/6163
27+
28+
* Address cases where REST blocks submitted have mismatched KZG commitments and blobs:
29+
https://github.com/status-im/nimbus-eth2/pull/6150
30+
31+
* Fix a rare block verification failure depending on initialization spanning sync committees:
32+
https://github.com/status-im/nimbus-eth2/pull/6160
33+
134
2024-03-29 v24.3.0
235
==================
336

beacon_chain/version.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const
1818
"Copyright (c) 2019-" & compileYear & " Status Research & Development GmbH"
1919

2020
versionMajor* = 24
21-
versionMinor* = 3
21+
versionMinor* = 4
2222
versionBuild* = 0
2323

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

0 commit comments

Comments
 (0)