From 3bf96a592315f11e2b71200ed28e038de7b9d5be Mon Sep 17 00:00:00 2001 From: tersec Date: Mon, 30 Sep 2024 03:14:58 +0000 Subject: [PATCH] version v24.9.0 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ beacon_chain/version.nim | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e49e395c2..092e560ce7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +2024-09-30 v24.9.0 +================== + +Nimbus `v24.9.0` is a `low-urgency` release with beacon API improvements and stability fixes. + +### Improvements + +* Add support for getBlockRewards and getSyncCommitteeRewards beacon API endpoints: + https://github.com/status-im/nimbus-eth2/pull/6556 + +* Add support for publishAggregateAndProofsV2 beacon API endpoint: + https://github.com/status-im/nimbus-eth2/pull/6546 + +* Add support for getPoolAttestationsV2 beacon API endpoint: + https://github.com/status-im/nimbus-eth2/pull/6511 + +### Fixes + +* Web3signer always resolves DNS hostnames: + https://github.com/status-im/nimbus-eth2/pull/6567 + +* Avoid potential crash while initializing UPnP: + https://github.com/status-im/nimbus-eth2/pull/6538 + +* Fix missing field values in Deneb and Electra getBlindedBlock beacon API endpoint responses: + https://github.com/status-im/nimbus-eth2/pull/6569 + 2024-08-29 v24.8.0 ================== diff --git a/beacon_chain/version.nim b/beacon_chain/version.nim index 29dd9fcc67..1726c88341 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* = 8 + versionMinor* = 9 versionBuild* = 0 versionBlob* = "stateofus" # Single word - ends up in the default graffiti