š ļø š ļø #Avalanche Durango 7 is out: github.com/ava-labs/avalanchego/releases/tag/v1.11.7 š ļø š ļø
This version (v1.11.7) is backwards compatible to v1.11.0. It is optional but recommended for all operators.
š Focus: State Sync Robustness + Reduce DB Compaction Rate + Prepare for Metrics Overhaul
ā Compatibility Check: VM Interface (v35) ā
Durango 7 DOES NOT modify the VM interface. If you are running a Custom VM on v1.11.3-v1.11.6 (like Subnet-EVM@v0.6.5), it will work with v1.11.7.
github.com/ava-labs/subnet-evm/releases/tag/v0.6.5
Reduce DB Compaction Rate
Durango 6 introduced a bootstrapping regression that was ultimately caused by compacting the database too frequently.
@stephenbuttolph explained this issue in detail and implemented a fix here: github.com/ava-labs/avalanchego/pull/3065