From c4037d6361601c903e086d87b37e0185e747dd23 Mon Sep 17 00:00:00 2001 From: tersec Date: Tue, 29 Oct 2024 00:26:19 +0000 Subject: [PATCH] version v24.10.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ beacon_chain/version.nim | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 092e560ce..fcab6d63f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +2024-10-29 v24.10.0 +=================== + +Nimbus `v24.10.0` is a `low-urgency` release with performance improvements and stability fixes. It is `high-urgency` in specific cases where the beacon REST API might be externally exposed, which is not the default configuration. + +### Improvements + +* Improve performance for syncing with a timing-out or nonresponsive execution client: + https://github.com/status-im/nimbus-eth2/pull/6665 + +* Increase execution payload block hash verification performance for optimistic sync by 100x: + https://github.com/status-im/nimbus-eth2/pull/6610 + +* Increase validator client scalability with number of validators: + https://github.com/status-im/nimbus-eth2/pull/6609 + +### Fixes + +* Fix crash on overlong JSON array reading: + https://github.com/status-im/nimbus-eth2/pull/6674 + +* Fix infinite loop in validator client when all validators lack indices: + https://github.com/status-im/nimbus-eth2/pull/6615 + 2024-09-30 v24.9.0 ================== diff --git a/beacon_chain/version.nim b/beacon_chain/version.nim index 1726c8834..bcf997130 100644 --- a/beacon_chain/version.nim +++ b/beacon_chain/version.nim @@ -18,7 +18,7 @@ const "Copyright (c) 2019-" & compileYear & " Status Research & Development GmbH" versionMajor* = 24 - versionMinor* = 9 + versionMinor* = 10 versionBuild* = 0 versionBlob* = "stateofus" # Single word - ends up in the default graffiti