From c3f7f8765d7cc5c3ce55c558e925510e04ef4935 Mon Sep 17 00:00:00 2001 From: Jason Frame Date: Tue, 11 Jun 2024 13:45:07 +1000 Subject: [PATCH] Update changelog for 24.6.0 (#7198) Signed-off-by: Jason Frame --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 421d856430e..c53b586a129 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Next Release +## 24.6.0 ### Breaking Changes - Java 21 has been enforced as minimum version to build and run Besu. @@ -13,6 +13,7 @@ - PKI-backed QBFT will be removed in a future version of Besu. Other forms of QBFT will remain unchanged. - --Xbonsai-limit-trie-logs-enabled is deprecated, use --bonsai-limit-trie-logs-enabled instead - --Xbonsai-trie-logs-pruning-window-size is deprecated, use --bonsai-trie-logs-pruning-window-size instead +- Receipt compaction will be enabled by default in a future version of Besu. After this change it will not be possible to downgrade to the previous Besu version. ### Additions and Improvements - Add two counters to DefaultBlockchain in order to be able to calculate TPS and Mgas/s [#7105](https://github.com/hyperledger/besu/pull/7105)