This is a Testnet release. It is not recommended for 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: cli: skip delegate-stake current voter check for unstaked voters (backport of #32787) (#32814)
- v1.16: program-test: Prohibit setting the compute unit limit past
i64::MAX
(backport of #32807) (#32811) - v1.16: ledger-tool: Relax ledger requirements for program subcommand (backport of #32770) (#32774)
- v1.16: rpc: get_feature_activation_slot should not error for inactive features (backport of #32778) (#32784)
- v1.16: stake: pub use config constants for api backwards compatibility (backport of #32769) (#32782)
- v1.16: adds extensions to contact-info (backport of #32309) (#32781)
- v1.16: Add from field for message tracking (backport of #32725) (#32746)
- v1.16: stake: Set the Delegation's warmup / cooldown to the correct default (backport of #32768) (#32777)
- v1.16: stake: deprecate on chain warmup/cooldown rate and config (backport of #32723) (#32749)
- v1.16: report received message signatures only on PUSH requests (backport of #32708) (#32772)
- v1.16: improve prioritization fee cache accuracy (backport of #32692) (#32756)