Skip to content

Releases: anza-xyz/agave

Release v2.2.6

30 Mar 15:36
e5cdee7
Compare
Choose a tag to compare

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

What's Changed

  • v2.2: Bump solana-bn254 version to 2.2.2 (backport of #5416) by @mergify in #5419
  • v2.2: refactor get supply rpc method (backport of #5473) by @mergify in #5478
  • v2.2: Fix - program-v4 CLI bugs (backport of #5410) by @mergify in #5436
  • v2.2: Sets accounts index's AGE_MS to 2 seconds (backport of #5448) by @mergify in #5472
  • Bump version to v2.2.6 by @github-actions in #5483
  • v2.2: add crate description for agave-feature-set (backport of #5489) by @mergify in #5501
  • v2.2: Add agave-reserved-account-keys crate (backport of #5513) by @mergify in #5516
  • v2.2: Disables tar's sparse file handling when archiving a snapshot (backport of #5445) by @mergify in #5506
  • v2.2: Migrate to using solana_transaction_context crate (backport of #5525) by @mergify in #5536
  • v2.2: Add agave-precompiles crate (backport of #5509) by @mergify in #5523
  • v2.2: Migrate from solana-feature-set to agave-feature-set (backport of #5520) by @mergify in #5537
  • v2.2: Speed up manual ticking tests (backport of #5540) by @mergify in #5545
  • v2.2: Improves validator cli help text for --snapshots (backport of #5538) by @mergify in #5543
  • v2.2: feat: disable partitioned rent collection (SIMD-0175) (backport of #4572) by @mergify in #5236
  • v2.2: Fix - Invoke non program account owned by a builtin (backport of #5158) by @mergify in #5207
  • v2.2: Removes rent_epoch from lt_hash_account() (backport of #5336) by @mergify in #5470
  • v2.2: Revert - Feature gate of disable_new_loader_v3_deployments (backport of #5300) by @mergify in #5315
  • [feature-set] Rekey secp256r1 precompile feature by @samkim-crypto in #5491

Full Changelog: v2.2.5...v2.2.6

Release v2.1.17

01 Apr 21:37
4adcd0f
Compare
Choose a tag to compare

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

What's Changed

  • v2.1: pin bytemuck_derive <1.9.0 by @t-nelson in #5479
  • v2.1: Sets accounts index's AGE_MS to 2 seconds (backport of #5448) by @mergify in #5471
  • v2.1: excludes deprecated values from pull responses (backport of #3653) by @mergify in #4981
  • v2.1: Disables tar's sparse file handling when archiving a snapshot (backport of #5445) by @mergify in #5505

Full Changelog: v2.1.16...v2.1.17

Release v2.2.4

24 Mar 19:15
ee871fe
Compare
Choose a tag to compare

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

What's Changed

  • Bump version to v2.2.4 by @github-actions in #5310
  • v2.2: Refactor - CLI program-v4 Adds support for offline signing (backport of #5195) by @mergify in #5346
  • v2.2: Refactor - CLI program-v4 Adds support for two step redeployment (backport of #5242) by @mergify in #5345
  • v2.2: CI - Adds RPC tests for program-v4 CLI (backport of #5348) by @mergify in #5354
  • v2.2: stop unstaked nodes from pushing EpochSlots into the cluster (backport of #5141) by @mergify in #5286
  • v2.2: Update validator-failover.md (backport of #4689) by @mergify in #5395
  • v2.2: AppendVec: Use MaybeUninit for buffer allocation (backport of #5375) by @mergify in #5400
  • v2.2: default to BlockProductionMethod::CentralSchedulerGreedy (backport of #5405) by @mergify in #5408

Full Changelog: v2.2.3...v2.2.4

Release v2.2.3

15 Mar 03:08
0b37b8f
Compare
Choose a tag to compare

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

What's Changed

  • Bump version to v2.2.3 by @github-actions in #5239
  • v2.2: If the account length is zero, no data region is present (backport of #5122) by @mergify in #5136
  • v2.2: ReceiveAndBuffer - fix panic on expired blockhashes for view (backport of #5180) by @mergify in #5210
  • v2.2: Reapply 3515: use SendTransactionService::new_with_client in rpc (backport of #5111) by @mergify in #5159
  • v2.2: Refactor - CLI program-v4 (backport of #5234) by @mergify in #5240
  • v2.2: Bump platform tools version (backport of #5267) by @mergify in #5275
  • Revert "v2.2: If the account length is zero, no data region is present (backport of #5122) (#5136)" by @t-nelson in #5270
  • v2.2: Clean up rpc filter verification (backport of #5305) by @mergify in #5307

Full Changelog: v2.2.2...v2.2.3

Release v2.1.16

15 Mar 14:01
5002c63
Compare
Choose a tag to compare

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

What's Changed

  • Bump version to v2.1.16 by @github-actions in #5123
  • v2.1: fix ci audit issues by @yihau in #5187
  • v2.1: Clean up rpc filter verification (backport of #5305) by @mergify in #5306

Full Changelog: v2.1.15...v2.1.16

Release v2.2.2

12 Mar 15:22
888e81b
Compare
Choose a tag to compare

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

What's Changed

  • Bump version to v2.2.2 by @github-actions in #5124
  • v2.2: Update C Makefile to support SBPFv1 and SBPFv2 (backport of #5100) by @mergify in #5120
  • v2.2: Refactor - Adds CLI parameter "--with-compute-unit-price" to program-v4 (backport of #5086) by @mergify in #5103
  • v2.2 Remove solana-logger from the patch list by @willhickey in #5151
  • v2.2: blockstore: Update flaky compaction test (backport of #5131) by @mergify in #5150
  • v2.2: remove duplicates from fanout leaders (backport of #5109) by @mergify in #5138
  • v2.2: Fix flaky banking stage tests (backport of #5160) by @mergify in #5165
  • v2.2: fix ci audit issues by @yihau in #5186
  • v2.2: Revert "Thread manager instantiation in the validator (#4603)" (backport of #5132) by @mergify in #5156
  • v2.2: Set default-features = false for several dependencies (backport of #5173) by @mergify in #5176
  • v2.2: Fix flaky gossip ping test (backport of #5162) by @mergify in #5170

Full Changelog: v2.2.1...v2.2.2

Release v2.2.1

03 Mar 18:10
5defe93
Compare
Choose a tag to compare

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

What's Changed

  • v2.2: Removes background account hasher (backport of #4842) by @mergify in #4970
  • v2.2: shredder: Remove intermediate allocation (backport of #4997) by @mergify in #5002
  • Bump version to v2.2.1 by @github-actions in #5004
  • v2.2: Feature - Adds UpgradeableLoaderInstruction::Migrate (#4661) (backport of #4992) by @mergify in #4998
  • v2.2: docs: Remove copied installation commands (backport of #4908) by @mergify in #5035
  • v2.2: CLI - loader v3 to v4 migration (backport of #4856) by @mergify in #5067
  • v2.2: CI - Bump platform tools to v1.44 (backport of #5019) by @mergify in #5022
  • v2.2: txview: run status and age checks on incoming transactions (backport of #4506) by @mergify in #4978
  • v2.2: Update cargo-build-sbf to build new SBPF versions (backport of #5024) by @mergify in #5074

Full Changelog: v2.2.0...v2.2.1

Release v2.1.15

03 Mar 18:11
5354568
Compare
Choose a tag to compare

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

What's Changed

  • Bump version to v2.1.15 by @github-actions in #5003
  • v2.1: Adds zstd compression level to SnapshotConfig (backport of #4554) by @mergify in #5021
  • v2.1: Adds --snapshot-zstd-compression-level to agave-validator (backport of #4555) by @mergify in #5025

Full Changelog: v2.1.14...v2.1.15

Testnet - v2.2.0

18 Feb 03:43
8b11c7d
Compare
Choose a tag to compare

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

What's Changed

Read more

Release v2.1.14

18 Feb 03:43
3ad4682
Compare
Choose a tag to compare

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

What's Changed

Full Changelog: v2.1.13...v2.1.14