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

Mainnet - v1.17.16

Compare
Choose a tag to compare
@willhickey willhickey released this 12 Jan 21:17
· 79 commits to v1.17 since this release
0aea75a

This is a stable release suitable for use on 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: [zk-token-proof] include VerifyBatchRangeProofU256 in the enable_zk_transfer_with_fee feature gate (backport of #34747) (#34765)
  • v1.17: Bigtable: update google proto files and allow configuration of max_message_size (backport of #34740) (#34741)
  • v1.17: check plugin name on plugin_reload rpc call (backport of #33582) (#34668)
  • v1.17: Adds newline to fastboot's CLI help (backport of #34712) (#34719)
  • Update version to v1.17.16 (#34680)