github ava-labs/avalanchego v1.10.3
Cortina.3 - Push Query Reduction

latest releases: v1.11.12-remove-ami.1, v1.11.12-remove-ami.0, v1.11.12-ubuntu-noble.2...
15 months ago

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

Users must specify the --allowed-hosts-flag to receive inbound API traffic from non-local hosts.

APIs

  • Added health metrics based on tags
    • avalanche_health_checks_failing{tag="TAG"}
    • avalanche_liveness_checks_failing{tag="TAG"}
    • avalanche_readiness_checks_failing{tag="TAG"}
  • Removed P-chain VM percent connected metrics
    • avalanche_P_vm_percent_connected
    • avalanche_P_vm_percent_connected_subnet{subnetID="SUBNETID"}
  • Added percent connected metrics by chain
    • avalanche_{ChainID}_percent_connected
  • Removed avalanche_network_send_queue_portion_full metric

Configs

  • Added --http-allowed-hosts with a default value of localhost
  • Removed --snow-mixed-query-num-push-vdr
  • Removed --snow-mixed-query-num-push-non-vdr
  • Removed minPercentConnectedStakeHealthy from the subnet config

Fixes

  • Fixed platformvm.GetValidatorSet returning incorrect BLS public keys
  • Fixed IPv6 literal binding with --http-host
  • Fixed P2P message log format

What's Changed

New Contributors

Full Changelog: v1.10.2...v1.10.3

Don't miss a new avalanchego release

NewReleases is sending notifications on new releases.