Skip to content

Durango.11 - SoV Networking

Latest
Compare
Choose a tag to compare
@StephenButtolph StephenButtolph released this 04 Sep 00:01
· 30 commits to master since this release
d3c09eb

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

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

APIs

  • Updated JSON marshalling of the Memo field to follow best practices
  • Added info.upgrades
  • Added platform.getFeeConfig
  • Added platform.getFeeState
  • Deprecated subnet uptimes
    • info.uptimes with non-primary network subnetIDs is deprecated
    • info.peers observedSubnetUptimes is deprecated
    • platform.getCurrentValidators uptime and connected are deprecated for non-primary network subnetIDs.
    • avalanche_network_node_subnet_uptime_weighted_average metric is deprecated
    • avalanche_network_node_subnet_uptime_rewarding_stake metric is deprecated
  • Added avalanche_network_tracked_peers metric
  • Added avalanche_network_tracked_subnets metric
  • Removed avalanche_network_tracked_ips metric
  • Added disconnected validators to the health check result

Configs

  • Added upgrade config
    • --upgrade-file
    • --upgrade-file-content
  • Added dynamic fees config
    • --dynamic-fees-bandwidth-weight
    • --dynamic-fees-read-weight
    • --dynamic-fees-write-weight
    • --dynamic-fees-compute-weight
    • --dynamic-fees-max-gas-capacity
    • --dynamic-fees-max-gas-per-second
    • --dynamic-fees-target-gas-per-second
    • --dynamic-fees-min-gas-price
    • --dynamic-fees-excess-conversion-constant

Fixes

  • Fixed panic when tracing is enabled
  • Removed duplicate block signature verifications during bootstrapping
  • Fixed racy timer clearing in message throttling

What's Changed

New Contributors

Full Changelog: v1.11.10...v1.11.11