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
- v1.16: Drops the shrink_candidate_slots lock after done inserting (backport of #33459) (#33466)
- v1.16: Fixup the metrics for remove_dead_accounts_shrink_us (backport of #33458) (#33464)
- v1.16: AccountsBackgroundService gracefully exits when snapshot request handling errors (backport of #32543) (#33447)
- v1.16: reduce WARN logging to only necessary scenario (backport of #33408) (#33445)
- v1.16: Update is_locked_out cache when adopting on chain vote state (backport of #33341) (#33403)
- v1.16: purge duplicated bank prioritization fee from cache (backport of #33062) (#33254)