hyperledger / besu

An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
https://www.hyperledger.org/projects/besu
Apache License 2.0
1.43k stars 759 forks source link

Enable receipt compaction by default #7157

Open jframe opened 1 month ago

jframe commented 1 month ago

Description

Enable receipt compaction by default introduced in this PR https://github.com/hyperledger/besu/pull/6602. It was deliberately disabled by default as the database version changed with adding this feature.