This is a Testnet release. It is not recommended for Mainnet Beta.
- The v1.17 minimum dynamic port range is now 14 so you may need to expand the range specified by
--dynamic-port-range
- This is expanded from the v1.16 minimum of 13
- Archive formats
[bz2, gzip, tar, none]
have been deprecated for the--snapshot-archive-format
argument (#33484)- Existing snapshots with these formats can still be read, but
solana-validator
andsolana-ledger-tool
must be updated to use a different archive format. The recommended value iszstd
, which is also the default if the--snapshot-archive-format
argument is removed altogether
- Existing snapshots with these formats can still be read, but
Changes
- v1.17: ancient shrink on its own cadence (backport of #33712) (#34060)
- v1.17: [zk-token-proof] Feature gate transfer with fee related proofs (backport of #34103) (#34129)
- v1.17: Fix -
Bank::compute_active_feature_set()
andBank::apply_feature_activations()
(backport of #34124) (#34136) - v1.17: cli: Hides the filler accounts args (backport of #34113) (#34117)
- v1.17: validator: deprecates
--disable-accounts-disk-index
(backport of #33850) (#34070) - v1.17: propagates the new contact-info through gossip (backport of #34092) (#34095)
- v1.17: cpi: fix capacity check in update_caller_account (backport of #34064) (#34081)
- v1.17: CLI remove unwrap_or_default() on rpc calls (backport of #33782) (#34051)