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
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: improve quic-client packet send metrics (backport of #32864) (#32946)
- v1.16: Update Solang Solidity compiler to v0.3.2 (backport of #32975) (#32997)
- v1.16: Prune programs deployed in duplicate unconfirmed slot (backport of #32999) (#33003)
- v1.16: tpu-client: Speed up performance by awaiting all futures at once (backport of #32945) (#32972)
- v1.16: Fix - missing delay visibility feature triggering cache flush (backport of #32974) (#32978)
- v1.16: Fix - Reordering in second level index of LoadedPrograms (backport of #32973) (#32977)
- v1.16: tower: when syncing from vote state, update last_vote (backport of #32944) (#32960)
- v1.16: rpc-client: Encapsulate
set_message_for_confirmed_transactions
(backport of #32941) (#32952) - v1.16: ci: ignore RUSTSEC-2023-0052 (#32948)
- v1.16: docs: update discord links (backport of #32935) (#32936)
- v1.16: Do not do send in cache warmer -- just establish connections (backport of #32898) (#32923)
- v1.16: ci: update aws cli image (backport of #32910) (#32912)
- v1.16: ci: allow retrying mac publishing steps (backport of #32899) (#32901)