github solana-labs/solana v1.6.5
Testnet - v1.6.5

latest releases: v1.18.17, v1.18.16, v1.18.15...
3 years ago

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

Changes

  • RPC: new getInflationReward endpoint
  • Cli:
    • solana stake-account and solana 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 new authorized-voter subcommand to give dynamic control over the validator's ability to vote
  • solana-test-validator: Add --faucet-port option
  • Bug fix in banking stage
  • Update BPF VM

BREAKING CHANGES

  • solana stake-account and solana vote-account will only show rewards with the --with-rewards flag added
  • solana-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

Don't miss a new solana release

NewReleases is sending notifications on new releases.