Skip to content

Commit

Permalink
[CHANGELOG] clarify breaking changes (#8052)
Browse files Browse the repository at this point in the history
* clarify breaking changes in changelog

Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>

---------

Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
  • Loading branch information
macfarla authored Dec 19, 2024
1 parent 320c476 commit 0448af8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0448af8

Please sign in to comment.