This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
Testnet - v1.6.5
This is a Testnet release. It is not recommended for Mainnet Beta
Changes
- RPC: new
getInflationReward
endpoint - Cli:
solana stake-account
andsolana vote-account
are now wicked fast; use the--with-rewards
and--num-rewards-epochs
parameters to control amount of reward data- New
solana inflation rewards
command allows inspecting rewards for multiple accounts during a particular epoch - All transaction-generating commands now support
--with-memo
to add an spl-memo instruction
solana-validator
: Add newauthorized-voter
subcommand to give dynamic control over the validator's ability to votesolana-test-validator
: Add --faucet-port option- Bug fix in banking stage
- Update BPF VM
BREAKING CHANGES
solana stake-account
andsolana vote-account
will only show rewards with the--with-rewards
flag addedsolana-faucet
args--slice
and--per-time-cap
now apply to individual IP addresses and recipient account addresses
Updating to solana-program-test v1.6
See https://github.com/solana-labs/solana/wiki/Migrating-Rust-programs-from-v1.5-to-v1.6 for information on how to upgrade a Rust program from v1.5 to v1.6