Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Mainnet - v1.16.22

Pre-release
Pre-release
Compare
Choose a tag to compare
@willhickey willhickey released this 09 Dec 03:07
· 22 commits to v1.16 since this release
2792392

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: tokens: fix url clap arg name (backport of #34371) (#34374)
  • v1.16: patches slots_per_epoch vs last_slot ordering in shred_fetch_stage (backport of #34338) (#34344)