Skip to content

Update Rust crate solana-program-test to v2 - autoclosed#14

Closed
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/solana-program-test-2.x
Closed

Update Rust crate solana-program-test to v2 - autoclosed#14
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/solana-program-test-2.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Jun 22, 2024

This PR contains the following updates:

Package Type Update Change
solana-program-test (source) dev-dependencies major =1.7.12 -> =2.3.7

Release Notes

anza-xyz/agave (solana-program-test)

v2.3.7

Compare Source

🚧

v2.3.6

Compare Source

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

As of May 2025, Ubuntu 20.04 has reached its End of Life (EOL) for standard support. Due to this, new binaries are now built using Ubuntu 22.04, and are not compatible with Ubuntu 20.04 or earlier.

⚠️ If you are still using Ubuntu 20.04, you will need to build the binaries from source.

We recommend upgrading to Ubuntu 22.04 or later for continued compatibility and support.

What's Changed

Full Changelog: anza-xyz/agave@v2.3.5...v2.3.6

v2.3.5

Compare Source

This is a Testnet release. It is also recommended for Devnet.
It is also recommended for up to 25% of Mainnet Beta stake.

What's Changed

Full Changelog: anza-xyz/agave@v2.3.4...v2.3.5

v2.3.4

Compare Source

This is a Testnet release. It is also recommended for Devnet.

It is not recommended Mainnet Beta.

What's Changed

Full Changelog: anza-xyz/agave@v2.3.3...v2.3.4

v2.3.3

Compare Source

This is a Testnet release. It is also recommended for Devnet.

It is not recommended Mainnet Beta.

What's Changed

Full Changelog: anza-xyz/agave@v2.3.2...v2.3.3

v2.3.2

Compare Source

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

What's Changed

Full Changelog: anza-xyz/agave@v2.3.1...v2.3.2

v2.3.1

Compare Source

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

What's Changed

Full Changelog: anza-xyz/agave@v2.3.0...v2.3.1

v2.2.20

Compare Source

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

As of May 2025, Ubuntu 20.04 has reached its End of Life (EOL) for standard support. Due to this, new binaries are now built using Ubuntu 22.04, and are not compatible with Ubuntu 20.04 or earlier.

⚠️ If you are still using Ubuntu 20.04, you will need to build the binaries from source.

We recommend upgrading to Ubuntu 22.04 or later for continued compatibility and support.

What's Changed

Full Changelog: anza-xyz/agave@v2.2.19...v2.2.20

v2.2.19

Compare Source

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

As of May 2025, Ubuntu 20.04 has reached its End of Life (EOL) for standard support. Due to this, new binaries are now built using Ubuntu 22.04, and are not compatible with Ubuntu 20.04 or earlier.

⚠️ If you are still using Ubuntu 20.04, you will need to build the binaries from source.

We recommend upgrading to Ubuntu 22.04 or later for continued compatibility and support.

What's Changed

Full Changelog: anza-xyz/agave@v2.2.18...v2.2.19

v2.2.18

Compare Source

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

As of May 2025, Ubuntu 20.04 has reached its End of Life (EOL) for standard support. Due to this, new binaries are now built using Ubuntu 22.04, and are not compatible with Ubuntu 20.04 or earlier.

⚠️ If you are still using Ubuntu 20.04, you will need to build the binaries from source.

We recommend upgrading to Ubuntu 22.04 or later for continued compatibility and support.

What's Changed

Full Changelog: anza-xyz/agave@v2.2.17...v2.2.18

v2.2.7

Compare Source

This is a Testnet release. It is also recommended for Devnet, and up to 10% of Mainnet Beta.

What's Changed

Full Changelog: anza-xyz/agave@v2.2.6...v2.2.7

v2.2.6

Compare Source

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

What's Changed

Full Changelog: anza-xyz/agave@v2.2.5...v2.2.6

v2.2.4

Compare Source

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

What's Changed

Full Changelog: anza-xyz/agave@v2.2.3...v2.2.4

v2.2.3

Compare Source

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

What's Changed

Full Changelog: anza-xyz/agave@v2.2.2...v2.2.3

v2.2.2

Compare Source

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

What's Changed

Full Changelog: anza-xyz/agave@v2.2.1...v2.2.2

v2.2.1

Compare Source

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

What's Changed

Full Changelog: anza-xyz/agave@v2.2.0...v2.2.1

v2.2.0

Compare Source

CLI
Changes
  • Add global --skip-preflight option for skipping preflight checks on all transactions sent through RPC. This flag, along with --use-rpc, can improve success rate with program deployments using the public RPC nodes.
  • Add new command solana feature revoke for revoking pending feature activations. When a feature is activated, solana feature revoke <feature-keypair> <cluster> can be used to deallocate and reassign the account to the System program, undoing the operation. This can only be done before the feature becomes active.
Validator
Breaking
  • Blockstore Index column format change
    • The Blockstore Index column format has been updated. The column format written in v2.2 is compatible with v2.1, but incompatible with v2.0 and older.
  • Snapshot format change
    • The snapshot format has been modified to implement SIMD-215. Since only adjacent versions are guaranteed to maintain snapshot compatibility, this means snapshots created with v2.2 are compatible with v2.1 and incompatible with v2.0 and older.
Changes
  • Add new variant to --block-production-method for central-scheduler-greedy. This is a simplified scheduler that has much better performance than the more strict central-scheduler variant.
  • Unhide --accounts-db-access-storages-method for agave-validator and agave-ledger-tool and change default to file
  • Remove tracer stats from banking-trace. banking-trace directory should be cleared when restarting on v2.2 for first time. It will not break if not cleared, but the file will be a mix of new/old format. (#​4043)
  • Add --snapshot-zstd-compression-level to set the compression level when archiving snapshots with zstd.
Deprecations
  • Deprecate --tower-storage and all --etcd-* arguments
SDK
Changes
  • cargo-build-sbf: add --skip-tools-install flag to avoid downloading platform tools and --no-rustup-override flag to not use rustup when invoking cargo. Useful for immutable environments like Nix.

v2.1.21

Compare Source

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

What's Changed

Full Changelog: anza-xyz/agave@v2.1.20...v2.1.21

v2.1.20

Compare Source

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

What's Changed

Full Changelog: anza-xyz/agave@v2.1.18...v2.1.20

v2.1.18

Compare Source

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

What's Changed

Full Changelog: anza-xyz/agave@v2.1.17...v2.1.18

v2.1.17

Compare Source

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

What's Changed

Full Changelog: anza-xyz/agave@v2.1.16...v2.1.17

v2.1.16

Compare Source

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

What's Changed

Full Changelog: anza-xyz/agave@v2.1.15...v2.1.16

v2.1.15

Compare Source

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

What's Changed

Full Changelog: anza-xyz/agave@v2.1.14...v2.1.15

v2.1.14

Compare Source

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

What's Changed

Full Changelog: anza-xyz/agave@v2.1.13...v2.1.14

v2.1.13

Compare Source

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

What's Changed

Full Changelog: anza-xyz/agave@v2.1.11...v2.1.13

v2.1.12

Compare Source

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

What's Changed

Full Changelog: anza-xyz/agave@v2.1.11...v2.1.12

v2.1.11

Compare Source

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

What's Changed

Full Changelog: anza-xyz/agave@v2.1.10...v2.1.11

v2.1.10

Compare Source

🚧

v2.1.9: Release - v2.1.9

Compare Source

This is a Testnet release. It is also recommended for Devnet, and up to 5% of Mainnet Beta.

What's Changed


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/solana-program-test-2.x branch from 22a1fa4 to 022e527 Compare June 25, 2024 00:50
@renovate renovate Bot force-pushed the renovate/solana-program-test-2.x branch from 022e527 to fa3eb60 Compare July 10, 2024 17:28
@renovate renovate Bot force-pushed the renovate/solana-program-test-2.x branch from fa3eb60 to 82fb7aa Compare July 20, 2024 23:24
@renovate renovate Bot force-pushed the renovate/solana-program-test-2.x branch 2 times, most recently from 9de2b7c to b369486 Compare August 9, 2024 03:04
@renovate renovate Bot force-pushed the renovate/solana-program-test-2.x branch 2 times, most recently from 2558890 to f7409a0 Compare August 24, 2024 11:22
@renovate renovate Bot force-pushed the renovate/solana-program-test-2.x branch 2 times, most recently from 45f9388 to 469a4d1 Compare September 7, 2024 00:56
@renovate renovate Bot force-pushed the renovate/solana-program-test-2.x branch from 469a4d1 to ea9842d Compare September 16, 2024 20:21
@renovate renovate Bot force-pushed the renovate/solana-program-test-2.x branch 2 times, most recently from bffb81e to b33f215 Compare October 2, 2024 19:09
@renovate renovate Bot force-pushed the renovate/solana-program-test-2.x branch 2 times, most recently from 1d7b2f4 to e49f6f7 Compare October 29, 2024 11:26
@renovate renovate Bot force-pushed the renovate/solana-program-test-2.x branch 2 times, most recently from 587388e to d39d6f6 Compare November 22, 2024 22:47
@renovate renovate Bot force-pushed the renovate/solana-program-test-2.x branch from d39d6f6 to 7c371a3 Compare November 27, 2024 18:39
@renovate renovate Bot force-pushed the renovate/solana-program-test-2.x branch from 7c371a3 to b338b4f Compare December 7, 2024 04:43
@renovate renovate Bot force-pushed the renovate/solana-program-test-2.x branch from b338b4f to 06261d3 Compare December 15, 2024 06:38
@renovate renovate Bot force-pushed the renovate/solana-program-test-2.x branch from 06261d3 to f707d85 Compare December 23, 2024 05:16
@renovate renovate Bot force-pushed the renovate/solana-program-test-2.x branch 3 times, most recently from 7aff5f8 to 91af311 Compare January 20, 2025 01:35
@renovate renovate Bot force-pushed the renovate/solana-program-test-2.x branch from 91af311 to cab72dc Compare January 25, 2025 08:41
@renovate renovate Bot force-pushed the renovate/solana-program-test-2.x branch 2 times, most recently from d011882 to 8334185 Compare February 4, 2025 10:47
@renovate renovate Bot force-pushed the renovate/solana-program-test-2.x branch from 8334185 to 7c5b261 Compare February 15, 2025 10:49
@renovate renovate Bot force-pushed the renovate/solana-program-test-2.x branch from 7c5b261 to e833749 Compare March 3, 2025 23:29
@renovate renovate Bot force-pushed the renovate/solana-program-test-2.x branch 2 times, most recently from 827990a to 4c34522 Compare March 15, 2025 06:02
@renovate renovate Bot force-pushed the renovate/solana-program-test-2.x branch 2 times, most recently from 75bb83e to 9c8c291 Compare March 29, 2025 14:36
@renovate renovate Bot force-pushed the renovate/solana-program-test-2.x branch from 9c8c291 to 7c3277f Compare April 6, 2025 22:33
@renovate renovate Bot force-pushed the renovate/solana-program-test-2.x branch 2 times, most recently from 6d08a2e to e1a2774 Compare June 27, 2025 19:26
@renovate renovate Bot force-pushed the renovate/solana-program-test-2.x branch from e1a2774 to b18b7ad Compare July 4, 2025 03:08
@renovate renovate Bot force-pushed the renovate/solana-program-test-2.x branch 2 times, most recently from 1c09ae8 to 20536b3 Compare July 18, 2025 22:34
@renovate renovate Bot force-pushed the renovate/solana-program-test-2.x branch from 20536b3 to 17f5cdd Compare July 26, 2025 05:29
@renovate renovate Bot force-pushed the renovate/solana-program-test-2.x branch from 17f5cdd to 4cf158a Compare August 8, 2025 20:27
@renovate renovate Bot changed the title Update Rust crate solana-program-test to v2 Update Rust crate solana-program-test to v2 - autoclosed Aug 22, 2025
@renovate renovate Bot closed this Aug 22, 2025
@renovate renovate Bot deleted the renovate/solana-program-test-2.x branch August 22, 2025 02:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants