This is a Testnet release. It is recommended for up to 10% of Mainnet Beta
v1.16 removes solana-sys-tuner
. For manual tuning please see these System Tuning instructions
- In previous v1.16 releases, the
TransactionStatus
andAddressSignatures
columns were not properly cleaned. This could have resulted in excessive storage use for nodes running with--enable-rpc-transaction-history
. This has been fixed with #32548
Changes
- v1.16: [zk-token-proof] Enable proof program to be invoked as an inner call (backport of #33045) (#33071)
- v1.16: [zk-token-proof] Add CUs to close account instruction (backport of #33042) (#33075)
- v1.16: unpin tokio for various client crates (#33058)
- v1.16: rekey stake_redelegate_instruction feature (backport of #33056) (#33059)
- v1.16: banks-server: Support versioned transactions (backport of #33005) (#33036)
- v1.16: revises turbine epoch stakes for shreds propagation (backport of #32743) (#33041)
- v1.16: Handle closing of the program in the same slot as deployment (backport of #33025) (#33027)