From 20ab16d747837a29bd844a68222ac35d63d6bac3 Mon Sep 17 00:00:00 2001 From: Matilda-Clerke Date: Mon, 15 Jul 2024 09:01:20 +1000 Subject: [PATCH] 6612: Update changelog with removal of deprecated sync modes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8a6730a9645..8547e5c50177 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - `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