Skip to content

Mainnet - v1.16.20

Compare
Choose a tag to compare
@willhickey willhickey released this 17 Nov 22:32
· 30 commits to v1.16 since this release
32993b2

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 v1.16 releases prior to v1.16.5, the TransactionStatus and AddressSignatures 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

  • Hidden CLI flag, --no-skip-initial-accounts-db-clean, was added to work around nodes with 128 GB of RAM that OOM at startup

Changes

  • v1.16: cli: Hides the filler accounts args (backport of #34113) (#34116)
  • v1.16: validator: deprecates --disable-accounts-disk-index (backport of #33850) (#34069)