Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Commit 5a691e8

Browse files
macfarlagaryschulte
authored andcommitted
[CHANGELOG] add 24.12.1 and 24.12.2 hotfix release notes (#8025)
* add hotfix to changelog Signed-off-by: Sally MacFarlane <[email protected]> * add 24.12.2 notes Signed-off-by: Sally MacFarlane <[email protected]> --------- Signed-off-by: Sally MacFarlane <[email protected]>
1 parent 18180a2 commit 5a691e8

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Unreleased
44

55
### Breaking Changes
6-
- `--host-whitelist` has been deprecated since 2020 and its related option will be removed in a future release.
6+
- `--host-whitelist` has been deprecated since 2020 and this option is removed. Use the equivalent `--host-allowlist` instead.
77

88
### Upcoming Breaking Changes
99
- Plugin API will be deprecating the BesuContext interface to be replaced with the ServiceManager interface.
@@ -16,12 +16,27 @@
1616
- Proof of Work consensus
1717
- Fast Sync
1818

19-
20-
2119
### Additions and Improvements
2220
- Retrieve all transaction receipts for a block in one request [#6646](https://github.com/hyperledger/besu/pull/6646)
2321

2422
### Bug fixes
23+
- Fix serialization of state overrides when `movePrecompileToAddress` is present [#8204](https://github.com/hyperledger/besu/pull/8024)
24+
25+
## 24.12.2 Hotfix
26+
27+
This is an optional hotfix to address serialization of state overrides parameter when `movePrecompileToAddress` is present.
28+
29+
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.
30+
31+
### Bug fixes
32+
- Fix serialization of state overrides when `movePrecompileToAddress` is present [#8204](https://github.com/hyperledger/besu/pull/8024)
33+
34+
## 24.12.1 Hotfix
35+
36+
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.
37+
38+
### Bug fixes
39+
- Fix BOM pom publication to Artifactory [#8201](https://github.com/hyperledger/besu/pull/8021)
2540

2641
## 24.12.0
2742

0 commit comments

Comments
 (0)