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

Commit 63d9090

Browse files
macfarlagaryschulte
authored andcommitted
[CHANGELOG] clarify breaking changes (#8052)
* clarify breaking changes in changelog Signed-off-by: Sally MacFarlane <[email protected]> --------- Signed-off-by: Sally MacFarlane <[email protected]>
1 parent 16de069 commit 63d9090

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66
- `--host-whitelist` has been deprecated since 2020 and this option is removed. Use the equivalent `--host-allowlist` instead.
77

88
### Upcoming Breaking Changes
9-
- Plugin API will be deprecating the BesuContext interface to be replaced with the ServiceManager interface.
109
- `MetricSystem::createLabelledGauge` is deprecated and will be removed in a future release, replace it with `MetricSystem::createLabelledSuppliedGauge`
11-
- k8s (KUBERNETES) Nat method is now deprecated and will be removed in a future release
12-
- `--host-whitelist` has been deprecated in favor of `--host-allowlist` since 2020 and will be removed in a future release
10+
- k8s (KUBERNETES) Nat method is now deprecated and will be removed in a future release. Use docker or none instead.
1311
- Sunsetting features - for more context on the reasoning behind the deprecation of these features, including alternative options, read [this blog post](https://www.lfdecentralizedtrust.org/blog/sunsetting-tessera-and-simplifying-hyperledger-besu)
1412
- Tessera privacy
1513
- Smart-contract-based (onchain) permissioning

evm/src/main/java/org/hyperledger/besu/evm/gascalculator/GasCalculator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -673,8 +673,8 @@ default long delegateCodeGasCost(final int delegateCodeListLength) {
673673
}
674674

675675
/**
676-
* Calculates the refund for proessing the 7702 code delegation list if an delegater account
677-
* already exist in the trie.
676+
* Calculates the refund for processing the 7702 code delegation list if a delegator account
677+
* already exists in the trie.
678678
*
679679
* @param alreadyExistingAccountSize The number of accounts already in the trie
680680
* @return the gas refund

0 commit comments

Comments
 (0)