[CHANGELOG] Deprecation warnings for privacy, permissioning, PoW, fast sync (#7891)

* typo

* added deprecation for sunset group

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

---------

Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
pull/7898/head
Sally MacFarlane 2 weeks ago committed by GitHub
parent 55920e002a
commit ab12657f32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 7
      CHANGELOG.md
  2. 2
      docs/README.md

@ -8,6 +8,13 @@
### 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
- 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 permissioning
- Proof of Work consensus
- Fast Sync
### Additions and Improvements
- Fine tune already seen txs tracker when a tx is removed from the pool [#7755](https://github.com/hyperledger/besu/pull/7755)

@ -1,4 +1,4 @@
Besu user documentation was moved to as separate repository to help manage versions and releases.
Besu user documentation was moved to a separate repository to help manage versions and releases.
If you want to contribute to the doc site, make a pull request against https://github.com/hyperledger/besu-docs

Loading…
Cancel
Save