Skip to content

Releases: anza-xyz/agave

Mainnet v1.17.33

07 May 17:16
58916d9
Compare
Choose a tag to compare

This is a stable release suitable for use on Mainnet Beta.

What's Changed

  • Backport connection stream counter to v1.17 (#991)
  • v1.17: corrected to not use hardcoded connections count for unstaked (backport of #633) (#762)
  • v1.17: Change DEFAULT_TPU_CONNECTION_POOL_SIZE to 1 (backport of #1014) (#1042)
  • v1.17: quic: delay calling set_max_concurrent_uni_streams/set_receive_window (backport of #904) (#967)
  • v1.17: Disable cache warmer if RPC is not using it (backport of #1063) (backport of #1068) (#1108)
  • v1.17: Parameterize max streams per ms (backport of #707) (#1105)

Testnet v1.18.12

26 Apr 04:48
f09d04d
Compare
Choose a tag to compare

This is a Testnet release. It is not recommended for Mainnet Beta.

What's Changed

  • v1.18: Disable cache warmer if RPC is not using it (backport of #1063) (#1068)
  • v1.18: Change DEFAULT_TPU_CONNECTION_POOL_SIZE to 1 (backport of #1014) (#1043)
  • v1.18: Limit max concurrent connections (backport of #851) (#926)
  • v1.18: blockstore: send duplicate proofs for chained merkle root conflicts (backport of #835) (#1009)
  • v1.18: quic: delay calling set_max_concurrent_uni_streams/set_receive_window (backport of #904) (#968)
  • v1.18: cli: Use --use-rpc flag correctly during program deployments (backport of #1008) (#1011)
  • v1.18: sleep instead of drop when stream rate exceeded limit; (backport of #939) (#990)

Full Changelog: v1.18.11...v1.18.12

Release v1.17.32

27 Apr 06:02
89d3014
Compare
Choose a tag to compare
Release v1.17.32 Pre-release
Pre-release

🚧

  • v1.17: quic server: set initial window to PACKET_DATA_SIZE (backport of #905) #970
  • v1.17: Limit max concurrent connections (backport of #851) #925
  • v1.17: chore: add CODEOWNERS (backport of #957) #1020

Full Changelog: v1.17.31...v1.17.32

Testnet v1.18.11

11 Apr 22:48
48254fa
Compare
Choose a tag to compare

This is a Testnet release. It is not recommended for Mainnet Beta.

What's Changed

  • v1.18: Show staked vs nonstaked packets sent down/throttled (backport of #600) (#614) (@mergify[bot])
  • v1.18: BankingStage Forwarding Filter (backport of #685) (#697) (@mergify[bot])
  • v1.18: Treat super low staked as unstaked in streamer QOS (backport of #701) (#733) (@mergify[bot])
  • v1.18: quic: use smallvec to aggregate chunks, save 1 alloc per packet (backport of #735) (#742) (@mergify[bot])
  • v1.18: Fix - FailedVerification and Closed tombstones (backport of #419) (#605) (@mergify[bot])
  • v1.18: default staked client in LocalCluster (backport of #716) (#724) (@mergify[bot])

Full Changelog: v1.18.10...v1.18.11

Mainnet v1.17.31

12 Apr 00:31
7cee876
Compare
Choose a tag to compare

This is a stable release suitable for use on Mainnet Beta.

What's Changed

  • v1.17: Show staked vs nonstaked packets sent down/throttled (backport of #600) (#613)
  • v1.17: quic: use smallvec to aggregate chunks, save 1 alloc per packet (backport of #735) (#741)
  • v1.17: BankingStage Forwarding Filter (backport of #685) (#696)
  • tighten the minimal streams per 100ms for staked node (#738)
  • v1.17: Treat super low staked as unstaked in streamer QOS (backport of #701) (#732)
  • v1.17: default staked client in LocalCluster (backport of #716) (#723)

Full Changelog: v1.17.30...v1.17.31

Release v1.18.10

08 Apr 15:27
a093e23
Compare
Choose a tag to compare
Release v1.18.10 Pre-release
Pre-release

🚧 This is an internal testing release. It is not recommended for any network.

Release v1.17.30

08 Apr 15:26
2199f6e
Compare
Choose a tag to compare
Release v1.17.30 Pre-release
Pre-release

🚧 This is an internal testing release. It is not recommended for any network.

Testnet - v1.18.9

29 Mar 08:26
a85e909
Compare
Choose a tag to compare

This is a Testnet release. It is not recommended for Mainnet Beta.

What's Changed

  • v1.18: implements weighted shuffle using binary tree (backport of #185) by @mergify in #425
  • v1.18: implements weighted shuffle using N-ary tree (backport of #259) by @mergify in #429
  • v1.18: shred: expose chained merkle root (backport of #435) by @mergify in #459
  • v1.18: ci: add release pipeline (backport of #466) by @mergify in #487

Full Changelog: v1.18.8...v1.18.9

Mainnet - v1.17.29

29 Mar 13:08
b2ad8fb
Compare
Choose a tag to compare

This is a stable release suitable for use on Mainnet Beta.

What's Changed

  • v1.17: ci: add release pipeline (backport of #466) by @mergify in #486
  • v1.17: ci: fix some issues for the release pipeline (backport of #493) by @mergify in #498

Full Changelog: v1.17.28...v1.17.29

Testnet - v1.18.8

23 Mar 03:02
b01b0d0
Compare
Choose a tag to compare
Testnet - v1.18.8 Pre-release
Pre-release

This is a Testnet release. It is not recommended for Mainnet Beta.

What's Changed

  • v1.18: [anza migration]: add 'agave=info' to default log level (backport of #223) by @mergify in #243
  • v1.18: [anza migration] fix: use the correct log filter for non-unix (backport of #245) by @mergify in #288
  • v1.18: cli: skip no-op program buffer writes (backport of #277) by @mergify in #308
  • [anza migration] v1.18: Use agave prefix in scripts for pre-installed binaries (backport of #155) by @mergify in #350
  • v1.18: [anza migration]: fix download link for net scripts (backport of #219) by @mergify in #352
  • v1.18: Revert deprecate executable feature (backport of #309) by @mergify in #337
  • v1.18: Update maximum credits awarded per vote from 8 to 16 by @AshwinSekar in #324
  • v1.18: rpc-sts: add config options for stake-weighted qos (backport of #197) by @mergify in #341
  • v1.18: Scheduler - prioritization fees/cost (solana-labs#34888) by @apfitzge in #187
  • v1.18: relax stake split destination check (backport of #162) by @mergify in #368
  • v1.18: Discard packets statically known to fail (backport of #370) by @mergify in #375
  • v1.18: Cli stake-split: adjust transfer amount if recipient has lamports (backport of #266) by @mergify in #369
  • v1.18: client: Start resending sooner during send_and_confirm_transactions_in_parallel (backport of #348) by @mergify in #357
  • Back-port Bump platform tools version (from solana-labs/solana solana-labs#35330) by @LucasSte in #362
  • v1.18: Add --with-compute-unit-price to cli program deploy commands (backport of #364) by @mergify in #392
  • v1.18: client: Timeout resends during send_and_confirm_in_parallel (backport of #358) by @mergify in #384
  • v1.18: Fix: deploy program on last slot of epoch during environment change (backport of #101) by @mergify in #387
  • v1.18: Make the quic server connection table use an async lock, reducing thrashing (backport of #293) by @mergify in #300

Full Changelog: v1.18.7...v1.18.8