From 5d1764c33204dbb0f5c234bf9d0ee5f23538fa57 Mon Sep 17 00:00:00 2001 From: Matilda-Clerke Date: Mon, 15 Jul 2024 09:03:24 +1000 Subject: [PATCH] 6612: Update changelog with removal of deprecated sync modes Signed-off-by: Matilda Clerke --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8547e5c5017..68888c3fcb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Next release ### Breaking Changes +- Removed deprecated sync modes (X_SNAP and X_CHECKPOINT) [#7309](https://github.com/hyperledger/besu/pull/7309) ### Additions and Improvements - `--Xsnapsync-bft-enabled` option enables experimental support for snap sync with IBFT/QBFT permissioned Bonsai-DB chains [#7140](https://github.com/hyperledger/besu/pull/7140) @@ -10,7 +11,6 @@ - `privacy-nonce-always-increments` option enables private transactions to always increment the nonce, even if the transaction is invalid [#6593](https://github.com/hyperledger/besu/pull/6593) - Added `block-test` subcommand to the evmtool which runs blockchain reference tests [#7293](https://github.com/hyperledger/besu/pull/7293) - implement gnark-crypto for eip-2537 [#7316](https://github.com/hyperledger/besu/pull/7316) -- Removed deprecated sync modes (X_SNAP and X_CHECKPOINT) [#7309](https://github.com/hyperledger/besu/pull/7309) ### Bug fixes