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
andwait-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