Skip to content

Testnet - v1.6.3

Compare
Choose a tag to compare
@t-nelson t-nelson released this 01 Apr 19:23
2e983fb

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

Changes

  • Write locks on sysvar accounts are automatically lowered to read locks; increases transaction processing batch sizes
  • Fixes BPF ELF layout
  • solana-validator monitor now displays the max retransmit slot
  • RPC: fixes potential for getConfirmedTransaction to return the wrong slot
  • RPC: getConfirmedSignaturesForAddress2 now returns confirmed data when specified with the commitment parameter (default finalized)

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