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: ledger-tool: support v0 transactions in blocks from bigtable (backport of #34544) (#34550)
- v1.17: Cargo needs version arg after subcommand (backport of #34547) (#34551)
- v1.17: Add feature flag for LastIndex and Erasure duplicate proofs (backport of #34360) (#34541)
- v1.17: disables turbine and repair QUIC endpoints on mainnet-beta (backport of #34523) (#34526)
- v1.17: replay: feature flag consumption of duplicate proofs from blockstore (backport of #34372) (#34515)
- v1.17: cargo-install-all: use full path for sourcing (backport of #34525) (#34528)
- v1.17: build(deps): bump zerocopy from 0.7.15 to 0.7.31 (backport of #34477) (#34506)