Skip to content

Releases: anza-xyz/agave

Release v3.1.4

03 Dec 18:54
6dcc39f

Choose a tag to compare

Release v3.1.4 Pre-release
Pre-release

🚧

Release v3.1.3

29 Nov 16:23
563f595

Choose a tag to compare

This is a testnet release.

https://github.com/anza-xyz/agave/blob/v3.1/CHANGELOG.md

What's Changed

  • v3.1: Use u16 for deduplication map (backport of #9132) by @mergify[bot] in #9214
  • Bump version to v3.1.3 by @github-actions[bot] in #9226
  • v3.1: validator: Deprecate --dev-halt-at-slot (backport of #9232) by @mergify[bot] in #9244
  • v3.1: ci: merge deploy.sh and publish-docs.sh into a single script (backport of #9178) by @mergify[bot] in #9197
  • v3.1: Fix - Account shrinks in CPI but grows in deserialize_parameters_aligned() (backport of #9142) by @mergify[bot] in #9248
  • v3.1: runtime: Test epoch rewards cache for multiple forks (backport of #8802) by @mergify[bot] in #9148
  • v3.1: chore: merkle.rs: rm collect call (backport of #9247) by @mergify[bot] in #9257
  • v3.1: Decople unstaked tps (backport of #9288) by @mergify[bot] in #9300
  • v3.1: turbine: Fix and cleanup redundant metric (backport of #9287) by @mergify[bot] in #9303
  • v3.1: Streamer: allow 2000 unstaked connection slots (backport of #9289) by @mergify[bot] in #9301
  • v3.1: runtime: Add test for epoch boundary (backport of #8838) by @mergify[bot] in #9149

Full Changelog: v3.1.2...v3.1.3

Release v3.0.12

29 Nov 16:23
5a06890

Choose a tag to compare

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

⚠️ ATTENTION REQUIRED: as of Agave v3.0.0 Anza will no longer publish the agave-validator binary. Operators will need to build agave from source following these instructions: https://docs.anza.xyz/cli/install#build-from-source

What's Changed

  • v3.0: Sort in descending stake order (backport of #8787) by @mergify[bot] in #8805
  • Bump version to v3.0.12 by @github-actions[bot] in #9227

Full Changelog: v3.0.11...v3.0.12

Release v3.1.2

22 Nov 03:53
8803776

Choose a tag to compare

This is a testnet release.

https://github.com/anza-xyz/agave/blob/v3.1/CHANGELOG.md

What's Changed

  • v3.1: XDP: add bond interface support for zero copy (backport of #9004) by @mergify[bot] in #9053
  • Bump version to v3.1.2 by @github-actions[bot] in #9086
  • v3.1: fix(poh): don't process service messages if we have a record (backport of #9047) by @mergify[bot] in #9063
  • v3.1: ci: move docs deploy logic out of build script (backport of #9124) by @mergify[bot] in #9135

Full Changelog: v3.1.1...v3.1.2

Release v3.0.11

22 Nov 03:53
edda5bc

Choose a tag to compare

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

⚠️ ATTENTION REQUIRED: as of Agave v3.0.0 Anza will no longer publish the agave-validator binary. Operators will need to build agave from source following these instructions: https://docs.anza.xyz/cli/install#build-from-source

What's Changed

  • v3.0: Cleanup CHANGELOG by @steviez in #8829
  • Bump version to v3.0.11 by @github-actions[bot] in #8882
  • v3.0: XDP: add bond interface support for zero copy (backport of #9004) by @mergify[bot] in #9052
  • v3.0: ci: move docs deploy logic out of build script (backport of #9124) by @mergify[bot] in #9134

Full Changelog: v3.0.10...v3.0.11

Release v3.1.1

14 Nov 22:04
7096e60

Choose a tag to compare

Release v3.1.0-beta.0

08 Nov 03:41
bd8c57e

Choose a tag to compare

Release v3.0.10

04 Nov 16:56
96c3a85

Choose a tag to compare

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

⚠️ ATTENTION REQUIRED: as of Agave v3.0.0 Anza will no longer publish the agave-validator binary. Operators will need to build agave from source following these instructions: https://docs.anza.xyz/cli/install#build-from-source

What's Changed

  • Pin spl-token-cli version to v5.4.0 by @willhickey in #8813
  • Bump version to v3.0.10 by @github-actions[bot] in #8825
  • v3.0: agave-xdp-ebpf: fix package includes (backport of #8854) by @mergify[bot] in #8867

Full Changelog: v3.0.9...v3.0.10

Release v3.0.9

01 Nov 03:07
3454667

Choose a tag to compare

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

⚠️ ATTENTION REQUIRED: as of Agave v3.0.0 Anza will no longer publish the agave-validator binary. Operators will need to build agave from source following these instructions: https://docs.anza.xyz/cli/install#build-from-source

What's Changed

  • Bump version to v3.0.9 by @github-actions[bot] in #8677
  • v3.0: Adds tests for AppendVec::scan_accounts_stored_meta() (backport of #8699) by @mergify[bot] in #8706
  • v3.0: Breaks loop early in AppendVec::scan_accounts_stored_meta() (backport of #8707) by @mergify[bot] in #8734
  • v3.0: Add agave-xdp-ebpf (backport of #8690) by @mergify[bot] in #8732
  • v3.0: Add capabilities requirement to changelog (backport of #8730) by @mergify[bot] in #8733
  • v3.0: transaction-status-client-types: Fix deserializer for SDKv2 (backport of #8625) by @mergify[bot] in #8759
  • v3.0: xdp: tx_loop: change MAX_TIMEOUTS to 1 (backport of #8775) by @mergify[bot] in #8780

Full Changelog: v3.0.8...v3.0.9

Release v3.0.8

24 Oct 18:25
v3.0.8
b4d1c77

Choose a tag to compare

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

⚠️ ATTENTION REQUIRED: as of Agave v3.0.0 Anza will no longer publish the agave-validator binary. Operators will need to build agave from source following these instructions: https://docs.anza.xyz/cli/install#build-from-source

What's Changed

  • v3.0: Gossip: Remove leaky RwLockReadGuard around Arc<Keypair> (backport of #8546) by @mergify[bot] in #8578
  • v3.0: ensure BitVec deser has correct len/cap (backport of #8488) by @mergify[bot] in #8618
  • v3.0: tpu-client-next: consolidate worker error logging (backport of #8603) by @mergify[bot] in #8605
  • v3.0: Add --install-only command for cargo-build-sbf (backport of #8461) by @mergify[bot] in #8643

Full Changelog: v3.0.7...v3.0.8