š ļø š ļø #Avalanche Durango 6 is out: github.com/ava-labs/avalanchego/releases/tag/v1.11.6 š ļø š ļø
This version (v1.11.6) is backwards compatible to v1.11.0. It is optional but recommended for all operators.
š Focus: secp256r1 Staking Keys + Improve C-Chain State Sync Reliability + Fix Connection Tracking
š§ Attn Node Operators: Metrics Refresh š§
Durango 6 overhauls the format of many of AvalancheGo's exported metrics. This new format is easier to work with when creating dashboards and cheaper for hosted metrics platforms to ingest.
This work will continue in Durango 7.
ā Compatibility Check: VM Interface (v35) ā
Durango 6 DOES NOT modify the VM interface. If you are running a Custom VM on v1.11.3-v1.11.5 (like Subnet-EVM@v0.6.3), it will work with v1.11.6.
github.com/ava-labs/subnet-evm/releases/tag/v0.6.3
secp256r1 Staking Keys
Durango 6 defaults to using secp256r1 (P-256) staking keys instead of RSA 4096. This change dramatically reduces the size of the staking key, the staking key signature, and the time required to generate, sign, and verify it.
github.com/ava-labs/avalanchego/pull/3025
Improve C-Chain State Sync Reliability
Durango 6 fixes 2 regressions in C-Chain State Sync. The first regression could cause degraded performance after a successful state sync and the second could cause state sync to stall.
github.com/ava-labs/coreth/pull/557github.com/ava-labs/coreth/pull/559