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
- Added
--use-snapshot-archives-at-startup
for faster validator restarts
Changes
- v1.17: add metrics on throttled streams (backport of #34579) (#34582)
- v1.17: rekey partitioned epoch rewards (backport of #34502) (#34571)
- v1.17: rekey stake limit feature (backport of #34503) (#34508)
- v1.17: Throttle unstaked quic streams for a given connection (backport of #34562) (#34574)
- v1.17: spl: Bump token-2022 to v1 (backport of #34412) (#34572)
- v1.17: Add ContactInfo handling for shred versioning (backport of #34286) (#34570)
- v1.17: ci: split cargo-clippy into stable and nightly (backport of #34566) (#34569)