Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Testnet - v1.17.13

Compare
Choose a tag to compare
@willhickey willhickey released this 21 Dec 14:05
· 95 commits to v1.17 since this release
ef1fb9e

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 and solana-ledger-tool must be updated to use a different archive format. The recommended value is zstd, which is also the default if the --snapshot-archive-format argument is removed altogether
  • Added --use-snapshot-archives-at-startup for faster validator restarts

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)