Skip to content

Commit

Permalink
v24.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec committed Apr 29, 2024
1 parent 41f8400 commit f20a21c
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
2024-04-29 v24.4.0
==================

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.

### Improvements

* Large numbers of exits in a single block or epoch don't cause disproportionate slowdowns:
https://github.com/status-im/nimbus-eth2/pull/6161

* Support for using era file for the initial checkpoint block:
https://github.com/status-im/nimbus-eth2/pull/6164

* ncli_db supports importing blobs:
https://github.com/status-im/nimbus-eth2/pull/6166

### Fixes

* produceBlockV3 correctly encodes execution_payload_blinded response:
https://github.com/status-im/nimbus-eth2/pull/6204

* Avoid a crash when handling blob backfill:
https://github.com/status-im/nimbus-eth2/pull/6168

* Avoid spurious errors verifying era files with empty epochs:
https://github.com/status-im/nimbus-eth2/pull/6163

* Address cases where REST blocks submitted have mismatched KZG commitments and blobs:
https://github.com/status-im/nimbus-eth2/pull/6150

* Fix a rare block verification failure depending on initialization spanning sync committees:
https://github.com/status-im/nimbus-eth2/pull/6160

2024-03-29 v24.3.0
==================

Expand Down
2 changes: 1 addition & 1 deletion beacon_chain/version.nim
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const
"Copyright (c) 2019-" & compileYear & " Status Research & Development GmbH"

versionMajor* = 24
versionMinor* = 3
versionMinor* = 4
versionBuild* = 0

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

0 comments on commit f20a21c

Please sign in to comment.