From b74a87856af5141a4a28f8bab6fbf4668bf6dd10 Mon Sep 17 00:00:00 2001 From: Sally MacFarlane Date: Fri, 13 Dec 2024 14:29:11 +1000 Subject: [PATCH 1/2] add hotfix to changelog Signed-off-by: Sally MacFarlane --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3047e298c83..af0fc1b1f00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,13 @@ ### Bug fixes +## 24.12.1 Hotfix + +This is a hotfix to address publishing besu maven artifacts. There are no issues with 24.12.0 other than incomplete artifact publishing, and there is no functional difference between 24.12.0 and 24.12.1 release binaries. + +### Bug fixes +- Fix BOM pom publication to Artifactory [#8201](https://github.com/hyperledger/besu/pull/8021) + ## 24.12.0 ### Breaking Changes From 20161797db687a98e0bb60148e8e8eae979ee0f0 Mon Sep 17 00:00:00 2001 From: Sally MacFarlane Date: Mon, 16 Dec 2024 13:49:10 +1000 Subject: [PATCH 2/2] add 24.12.2 notes Signed-off-by: Sally MacFarlane --- CHANGELOG.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af0fc1b1f00..795147ccb34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## Unreleased ### Breaking Changes -- `--host-whitelist` has been deprecated since 2020 and its related option will be removed in a future release. +- `--host-whitelist` has been deprecated since 2020 and this option is removed. Use the equivalent `--host-allowlist` instead. ### Upcoming Breaking Changes - Plugin API will be deprecating the BesuContext interface to be replaced with the ServiceManager interface. @@ -16,12 +16,20 @@ - Proof of Work consensus - Fast Sync - - ### Additions and Improvements - Retrieve all transaction receipts for a block in one request [#6646](https://github.com/hyperledger/besu/pull/6646) ### Bug fixes +- Fix serialization of state overrides when `movePrecompileToAddress` is present [#8204](https://github.com/hyperledger/besu/pull/8024) + +## 24.12.2 Hotfix + +This is an optional hotfix to address serialization of state overrides parameter when `movePrecompileToAddress` is present. + +There is no need to upgrade from 24.12.0 (or 24.12.1) to this release if you are not yet using this functionality. + +### Bug fixes +- Fix serialization of state overrides when `movePrecompileToAddress` is present [#8204](https://github.com/hyperledger/besu/pull/8024) ## 24.12.1 Hotfix