This is a Testnet release. It is recommended for up to 25% 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: Adds default info to cli arg for --accounts-hash-cache-path (backport of #33331) (#33336)
- v1.16 backport - better error codes for tx lamport check (#33351)
- bump quinn to 0.9.5 (#33350)
- v1.16: Make active stake consistent in split (backport of #33295) (#33319)
- v1.16: [docs] clarified
jsonParsed
fallback encoding forsimulateTransaction
(backport of #33324) (#33327) - v1.16: Docs/fix/transaction confirmation (backport of #32057) (#33323)
- Bump solana_rbpf to v0.6.1 (#33310)
- v1.16: rework accounts hash calc dedup to avoid kernel file error (backport of #33195) (#33204)
- v1.16: moves new_warmup_cooldown_rate_epoch outside iterators and for loops (backport of #33259) (#33262)
- v1.16: Uses hex for the hash in accounts hash cache file names (backport of #33196) (#33223)
- v1.16: finalize prioritization_fee_cache after oc-ed bank is frozen (backport of #33100) (#33180)
- v1.16: Purges old accounts hash cache dirs (backport of #33183) (#33224)
- v1.16: Transient accounts hash cache dir is unnecessary (backport of #33181) (#33221)
- v1.16: Shares accounts hash cache data between full and incremental (backport of #33164) (#33212)