From 38de746aa498fef37a26f93921856ba24bcd91b8 Mon Sep 17 00:00:00 2001 From: tersec Date: Fri, 29 Nov 2024 11:18:07 +0000 Subject: [PATCH] version v24.11.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ beacon_chain/version.nim | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcab6d63f..540a5ed7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +2024-11-29 v24.11.0 +=================== + +Nimbus `v24.11.0` is a `low-urgency` release with performance and compatibility improvements. + +### Improvements + +* Update Holesky bootnodes: + https://github.com/status-im/nimbus-eth2/pull/6703 + +* Improve forward syncing performance: + https://github.com/status-im/nimbus-eth2/pull/6682 + +* Experimental light client-based sync method, for testing only: + https://github.com/status-im/nimbus-eth2/pull/6515 + +### Fixes + +* Avoid validator client network configuration mismatch errors pertaining to unscheduled forks: + https://github.com/status-im/nimbus-eth2/pull/6698 + 2024-10-29 v24.10.0 =================== diff --git a/beacon_chain/version.nim b/beacon_chain/version.nim index bcf997130..ae919028b 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* = 10 + versionMinor* = 11 versionBuild* = 0 versionBlob* = "stateofus" # Single word - ends up in the default graffiti