github ava-labs/avalanchego v1.10.4
Cortina.4 - X-Chain DB Cleanup

latest releases: v1.11.9-status-removal, v1.11.8, v1.11.8-rc.5...
11 months ago

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

The plugin version is unchanged at 26 and compatible with versions v1.10.1 - v1.10.3.

The first startup of the X-Chain will perform a pruning operation. This pruning runs in the background and does not impact restart time.

APIs

  • Removed avalanche_X_vm_avalanche_metervm_pending_txs_count metric
  • Removed avalanche_X_vm_avalanche_metervm_pending_txs_sum metric
  • Removed avalanche_X_vm_avalanche_metervm_get_tx_count metric
  • Removed avalanche_X_vm_avalanche_metervm_get_tx_sum metric
  • Removed avalanche_X_vm_avalanche_metervm_get_tx_err_count metric
  • Removed avalanche_X_vm_avalanche_metervm_get_tx_err_sum metric

Configs

  • Added --staking-host to allow binding only on a specific address for staking
  • Added checksums-enabled to the X-chain and P-chain configs

Fixes

  • Fixed proposervm preForkBlock.Status() response after the fork has occurred
  • Fixed C-chain logs collection error when no receipts occur in a block
  • Fixed merkledb's findNextKey when an empty end proof is provided
  • Fixed 0 length key issues with proof generation and verification
  • Fixed Docker execution on non-amd64 architectures

What's Changed

New Contributors

Full Changelog: v1.10.3...v1.10.4

Don't miss a new avalanchego release

NewReleases is sending notifications on new releases.