Skip to content

Testnet - v1.16.9

Compare
Choose a tag to compare
@willhickey willhickey released this 18 Aug 20:10
· 111 commits to v1.16 since this release
2c20d87

This is a Testnet release. It is recommended for up to 10% 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 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

Changes

  • v1.16: ci: re-enable SPL downstream project test on Github Action (backport of #32677) (#32855)
  • v1.16: program-test: Fix realloc in native mode (backport of #32818) (#32833)
  • v1.16: ci: ignore RUSTSEC-2022-0093 temporarily (#32858)