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

latest releases: v1.18.23, v1.18.22, v1.18.21...
11 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: Change getHealth to compare optimistically confirmed slots (backport of #33651) (#33714)
  • v1.17: Refactor - LoadedPrograms part 2 (backport of #33694) (#33695)
  • v1.17: bank: do not remove trailing 0 bytes from return data (backport of #33639) (#33685)
  • v1.17: validator: skip health check (backport of #33568) (#33588)
  • v1.17: Prevent delay_visibility_of_program_deployment feature from cache pruning (backport of #33689) (#33691)
  • v1.17: Adds --no-skip-initial-accounts-db-clean hidden CLI flag (backport of #33664) (#33677)
  • v1.17: Update hashes per tick with feature gates (backport of #33600) (#33661)
  • v1.17: docs: Removes accounts-on-ramdisk section (backport of #33655) (#33657)
  • v1.17: Allow to create HTTP Sender with custom Client (backport of #33580) (#33660)
  • v1.17: Fix - CPI interface bool masking (backport of #33623) (#33625)
  • v1.17: skip unrecognized keys in Blockstore special-column iterators (#33617)
  • v1.17: Stops pushing legacy snapshot hashes to crds (backport of #33576) (#33581)

Don't miss a new solana release

NewReleases is sending notifications on new releases.