You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 1, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-3Lines changed: 18 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
## Unreleased
4
4
5
5
### 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.
7
7
8
8
### Upcoming Breaking Changes
9
9
- Plugin API will be deprecating the BesuContext interface to be replaced with the ServiceManager interface.
@@ -16,12 +16,27 @@
16
16
- Proof of Work consensus
17
17
- Fast Sync
18
18
19
-
20
-
21
19
### Additions and Improvements
22
20
- Retrieve all transaction receipts for a block in one request [#6646](https://github.com/hyperledger/besu/pull/6646)
23
21
24
22
### 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)
0 commit comments