github solana-labs/solana v1.17.6
Testnet - v1.17.6

latest releases: v1.18.15, v1.17.34, v1.18.14...
6 months ago

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

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() and Bank::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)

Don't miss a new solana release

NewReleases is sending notifications on new releases.