Skip to content

Durango.13 - Etna Compatible

Latest
Compare
Choose a tag to compare
@StephenButtolph StephenButtolph released this 18 Nov 22:24
· 10 commits to master since this release
049be36

This version is backwards compatible to v1.11.0. It is optional, but encouraged.

The plugin version is updated to 38 all plugins must update to be compatible.

APIs

  • Added platform.getL1Validator
  • Added platform.getProposedHeight
  • Updated platform.getValidatorsAt to accept "proposed" as valid height input

Configs

  • Added P-chain configs
    • "l1-weights-cache-size"
    • "l1-inactive-validators-cache-size"
    • "l1-subnet-id-node-id-cache-size"

Fixes

  • Fixed metrics initialization in the RPCChainVM. This could cause crashes during startup if metrics were requested during VM initialization.
  • Fixed compilation on macos 14.7 and higher
  • Fixed avalanchego wallet usage with ledger >=v0.8.4
  • Fixed missing NodeIDs argument in the info.peers client implementation
  • Fixed getSubnetID state tracing

What's Changed

New Contributors