Update deprecated section to include quickstart (#1529)

* Update deprecated section to include quickstart

Signed-off-by: Tim Beiko <t.beiko23@gmail.com>

* Fix typo

Signed-off-by: Tim Beiko <t.beiko23@gmail.com>

* Fix more typos

Signed-off-by: Tim Beiko <t.beiko23@gmail.com>
pull/1535/head
Tim Beiko 4 years ago committed by GitHub
parent 765a3f4204
commit c36598b100
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      CHANGELOG.md

@ -16,12 +16,16 @@
* Fix a bug on `eth_estimateGas` which returned `Internal error` instead of `Execution reverted` in case of reverted transaction [\#1478](https://github.com/hyperledger/besu/pull/1478)
## Deprecated and Scheduled for removal in _Next_ Release
## Deprecated
### --privacy-precompiled-address
### --privacy-precompiled-address (Scheduled for removal in _Next_ Release)
Deprecated in 1.5.1
- CLI option `--privacy-precompiled-address` option removed. This address is now derived, based
on `--privacy-onchain-groups-enabled`. [\#1222](https://github.com/hyperledger/besu/pull/1222)
- CLI option `--privacy-precompiled-address` option removed. This address is now derived, based on `--privacy-onchain-groups-enabled`. [\#1222](https://github.com/hyperledger/besu/pull/1222)
### Besu Sample Network repository
The [Besu Sample Networks repository](https://github.com/ConsenSys/besu-sample-networks) has been replaced by the [Quorum Developer Quickstart](https://besu.hyperledger.org/en/latest/Tutorials/Developer-Quickstart).
## 20.10.0

Loading…
Cancel
Save