diff --git a/CHANGELOG.md b/CHANGELOG.md index aa87a513d3..bb1576658e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,6 @@ ## 21.7.0 -## 21.7.0 Features -- QBFT is a Byzantine Fault Tolerant consensus algorithm, building on the capabilities of IBFT and IBFT 2.0. It aims to provide performance improvements in cases of excess round change, and provides interoperability with other EEA compliant clients, such as GoQuorum. - - Note: QBFT currently only supports new networks. Existing networks using IBFT2.0 cannot migrate to QBFT. This will become available in a future release. - - Note: QBFT is an early access feature pending community feedback. Please make use of QBFT in new development networks and reach out in case of issues or concerns - ### Additions and Improvements - eip-1559 changes: accept transactions which have maxFeePerGas below current baseFee [\#2374](https://github.com/hyperledger/besu/pull/2374) - Introduced transitions for IBFT2 block rewards [\#1977](https://github.com/hyperledger/besu/pull/1977) @@ -29,7 +24,11 @@ This release contains the activation blocks for London across all supported test * Ropsten 10_499_401 (24 Jun 2021) * Goerli 5_062_605 (30 Jun 2021) * Rinkeby 8_897_988 (7 Jul 2021) - +- QBFT is a Byzantine Fault Tolerant consensus algorithm, building on the capabilities of IBFT and IBFT 2.0. It aims to provide performance improvements in cases of excess round change, and provides interoperability with other EEA compliant clients, such as GoQuorum. + - Note: QBFT currently only supports new networks. Existing networks using IBFT2.0 cannot migrate to QBFT. This will become available in a future release. + - Note: QBFT is an early access feature pending community feedback. Please make use of QBFT in new development networks and reach out in case of issues or concerns +- GoQuorum-compatible privacy. This mode uses Tessera and is interoperable with GoQuorum. + - Note: GoQuorum-compatible privacy is an early access feature pending community feedback. ## 21.7.0-RC2