Releases: solana-labs/solana
Release v1.17.30
🚧 This is an internal testing release and is not recommended for any network.
Testnet - v1.18.9
This is a Testnet release. It is not recommended for Mainnet Beta.
What's Changed
- v1.18: ci: add release pipeline (backport of #466) (#487)
- v1.18: shred: expose chained merkle root (backport of #435) (#459)
- v1.18: implements weighted shuffle using N-ary tree (backport of #259) (#429)
- v1.18: implements weighted shuffle using binary tree (backport of #185) (#425)
Full Changelog: v1.18.8...v1.18.9
Release v1.17.29
🚧
Testnet - v1.18.8
This is a Testnet release. It is not recommended for Mainnet Beta.
Changes
- v1.18: Make the quic server connection table use an async lock, reducing thrashing
- v1.18: Fix: deploy program on last slot of epoch during environment change
- v1.18: client: Timeout resends during
send_and_confirm_in_parallel
- v1.18: Add
--with-compute-unit-price
to cli program deploy commands - Back-port Bump platform tools version
- v1.18: client: Start resending sooner during
send_and_confirm_transactions_in_parallel
- v1.18: Cli stake-split: adjust transfer amount if recipient has lamports
- v1.18: Discard packets statically known to fail
- v1.18: relax stake split destination check
- v1.18: Scheduler - prioritization fees/cost
- v1.18: rpc-sts: add config options for stake-weighted qos
- v1.18: Update maximum credits awarded per vote from 8 to 16
- v1.18: Revert deprecate executable feature
- v1.18: cli: skip no-op program buffer writes
Mainnet - v1.17.28
This is a stable release suitable for use on Mainnet Beta.
Changes
- v1.17: Discard packets statically known to fail
- v1.17: rpc-sts: add config options for stake-weighted qos
- v1.17: blockstore: relax parent slot meta check for clear_unconfirmed_slot
- v1.17: Make the quic server connection table use an async lock, reducing thrashing
Testnet - v1.18.7
This is a Testnet release. It is not recommended for Mainnet Beta.
Changes
- v1.18: vote: deprecate unused legacy vote tx plumbing
- v1.18: Add in metrics for detecting Redundant Pulls
Full Changelog: v1.18.6...v1.18.7
Mainnet - v1.17.27
This is a stable release suitable for use on Mainnet Beta.
Changes
- v1.17: vote: deprecate unused legacy vote tx plumbing
Full Changelog: v1.17.26...v1.17.27
Testnet - v1.18.6
This is a Testnet release. It is not recommended for Mainnet Beta.
What's Changed
- v1.18: add precompile signature metrics to cost tracker
- v1.18: deprecate
get_client
andget_multi_client
Full Changelog: v1.18.5...v1.18.6
Mainnet - v1.17.26
This is a stable release suitable for use on Mainnet Beta.
What's changed
- v1.17: add precompile signature metrics to cost tracker
Full Changelog: v1.17.25...v1.17.26
Testnet - v1.18.5
This is a Testnet release. It is not recommended for Mainnet Beta.
What's Changed
- v1.18: blockstore: relax parent slot meta check for clear_unconfirmed_slot
- v1.18: adds api to obtain the parent node in the turbine retransmit tree
- v1.18: Rpc: deprecate
getStakeActivation
and make inactive_stake consistent - v1.18: windows: Use vcpkg for openssl dep
- v1.18: ignore mio audit report
- v1.18: update mio to 0.8.11