Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Testnet - v1.9.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@willhickey willhickey released this 17 Feb 02:44
08cc140

This is a Testnet release. It is not recommended for Mainnet Beta

Changes

  • Fixes UDP port allocation ordering
  • Fixes snapshot serving under minimal RPC api
  • Fixes consensus incompatibility with v1.8 branch handling ed25519 precompiles
  • CLI - Fixes changing stake account staking authority with withdraw authority
  • Adds additional fee specification compute budget
  • Adds packet batch shrinking when 80+% of packets are discarded
  • Improves validator management tools (monitor and wait-for-restart-window)
  • Improves metrics and documentation

NOTE: Vote account sanity checks are now disabled by default (--no-check-vote-account is deprecated). To retain this functionality, pass --check-vote-account RPC_URL where RPC_URL is the address of an RPC endpoint serving --full-rpc-api