github ava-labs/avalanchego v1.10.2
Cortina.2 - Post-Linearization Cleanup

latest releases: v1.11.6-go-version-test.1, v1.11.6-go-version-test.0, v1.11.5...
11 months ago

This version is backwards compatible to v1.10.0. It is optional, but encouraged. The supported plugin version is 26.

APIs

  • Significantly improved the performance of platform.getStake
  • Added portion_filled metric for all metered caches
  • Added resource metrics by process
    • avalanche_system_resources_num_cpu_cycles
    • avalanche_system_resources_num_disk_read_bytes
    • avalanche_system_resources_num_disk_reads
    • avalanche_system_resources_num_disk_write_bytes
    • avalanche_system_resources_num_disk_writes

Configs

  • Deprecated --genesis in favor of --genesis-file
  • Deprecated --genesis-content in favor of --genesis-file-content
  • Deprecated --inbound-connection-throttling-cooldown in favor of --network-inbound-connection-throttling-cooldown
  • Deprecated --inbound-connection-throttling-max-conns-per-sec in favor of --network-inbound-connection-throttling-max-conns-per-sec
  • Deprecated --outbound-connection-throttling-rps in favor of --network-outbound-connection-throttling-rps
  • Deprecated --outbound-connection-timeout in favor of --network-outbound-connection-timeout
  • Deprecated --staking-enabled in favor of --sybil-protection-enabled
  • Deprecated --staking-disabled-weight in favor of --sybil-protection-disabled-weight
  • Deprecated --consensus-gossip-frequency in favor of --consensus-accepted-frontier-gossip-frequency

Fixes

  • Fixed --network-compression-type to correctly honor the requested compression type, rather than always using gzip
  • Fixed CPU metrics on macos

What's Changed

New Contributors

Full Changelog: v1.10.1...v1.10.2

Don't miss a new avalanchego release

NewReleases is sending notifications on new releases.