From f9a92d4c833b013205ad5ab0ecb68f836314cec8 Mon Sep 17 00:00:00 2001 From: Sally MacFarlane Date: Thu, 19 Dec 2024 10:18:12 +1000 Subject: [PATCH 1/2] clarify breaking changes in changelog Signed-off-by: Sally MacFarlane --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f0f3d40763..5202ffb9c8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,8 @@ - `--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. - `MetricSystem::createLabelledGauge` is deprecated and will be removed in a future release, replace it with `MetricSystem::createLabelledSuppliedGauge` -- k8s (KUBERNETES) Nat method is now deprecated and will be removed in a future release -- `--host-whitelist` has been deprecated in favor of `--host-allowlist` since 2020 and will be removed in a future release +- k8s (KUBERNETES) Nat method is now deprecated and will be removed in a future release. Use docker or none instead. - 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) - Tessera privacy - Smart-contract-based (onchain) permissioning From 404cfd033f0e2fc11f6313f4991685db1d6166fa Mon Sep 17 00:00:00 2001 From: Sally MacFarlane Date: Thu, 19 Dec 2024 10:18:17 +1000 Subject: [PATCH 2/2] typos Signed-off-by: Sally MacFarlane --- .../org/hyperledger/besu/evm/gascalculator/GasCalculator.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/evm/src/main/java/org/hyperledger/besu/evm/gascalculator/GasCalculator.java b/evm/src/main/java/org/hyperledger/besu/evm/gascalculator/GasCalculator.java index 049b197d031..9859d1dd7d7 100644 --- a/evm/src/main/java/org/hyperledger/besu/evm/gascalculator/GasCalculator.java +++ b/evm/src/main/java/org/hyperledger/besu/evm/gascalculator/GasCalculator.java @@ -673,8 +673,8 @@ default long delegateCodeGasCost(final int delegateCodeListLength) { } /** - * Calculates the refund for proessing the 7702 code delegation list if an delegater account - * already exist in the trie. + * Calculates the refund for processing the 7702 code delegation list if a delegator account + * already exists in the trie. * * @param alreadyExistingAccountSize The number of accounts already in the trie * @return the gas refund