Mainnet - v1.16.17
This is a stable release suitable for use on 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
- Hidden CLI flag,
--no-skip-initial-accounts-db-clean
, was added to work around nodes with 128 GB of RAM that OOM at startup - storage-proto: change rerun line format (#33687)
- v1.16: Prevent delay_visibility_of_program_deployment feature from cache pruning (backport of #33689) (#33690)
- v1.16: Add warning about deprecated snapshot archive formats (#33641)
- Fix - CPI interface
bool
masking (BP to v1.16) (#33624)