Skip to content

build(deps): bump solana-program-test from 2.1.13 to 2.2.0#43

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/solana-program-test-2.2.0
Closed

build(deps): bump solana-program-test from 2.1.13 to 2.2.0#43
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/solana-program-test-2.2.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2025

Bumps solana-program-test from 2.1.13 to 2.2.0.

Changelog

Sourced from solana-program-test's changelog.

2.2.0

  • 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
    • CLI:
      • 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.
      • 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.
    • Deprecate --tower-storage and all --etcd-* arguments
    • SDK:
      • 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.

2.1.0

  • Breaking:
    • SDK:
      • cargo-build-bpf and cargo-test-bpf have been deprecated for two years and have now been definitely removed. Use cargo-build-sbf and cargo-test-sbf instead.
      • dependency: curve25519-dalek upgraded to new major version 4 (#1693). This causes breakage when mixing v2.0 and v2.1 Solana crates, so be sure to use all of one or the other. Please use only crates compatible with v2.1.
    • Stake:
      • removed the unreleased redelegate instruction processor and CLI commands (#2213)
    • Banks-client:
      • relax functions to use &self instead of &mut self (#2591)
    • agave-validator:
      • Remove the deprecated value of fifo for --rocksdb-shred-compaction (#3451)
  • Changes
    • SDK:
      • removed the respan macro. This was marked as "internal use only" and was no longer used internally.
      • add entrypoint_no_alloc!, a more performant program entrypoint that avoids allocations, saving 20-30 CUs per unique account
      • cargo-build-sbf: a workspace or package-level Cargo.toml may specify tools-version for overriding the default platform tools version when building on-chain programs. For example:
[package.metadata.solana]
tools-version = "1.43"

or

[workspace.metadata.solana]
tools-version = "1.43"

The order of precedence for the chosen tools version goes: --tools-version argument, package version, workspace version, and finally default version.

  • package-metadata: specify a program's id in Cargo.toml for easy consumption by downstream users and tools using solana-package-metadata (#1806). For example:
[package.metadata.solana]
program-id = "MyProgram1111111111111111111111111111111111"

... (truncated)

Commits
  • 8b11c7d v2.2: sdk: Bump all SDK crates for relaxed dependencies (backport of #4969) (...
  • 36d433e v2.2: validator: Deprecate etcd tower storage (backport of #4956) (#4961)
  • 3c3b49e v2.2: Scheduler: earlier fee check on receive (backport of #4865) (#4954)
  • 997abca v2.2: ci: use ssl 3.4.1 for Windows (backport of #4944) (#4946)
  • ddc5d20 v2.2: ci: use ubuntu-22.04 github runner (backport of #4934) (#4951)
  • 2a183f7 v2.2: update CODEOWNERS (#4901)
  • f5c162c v2.2: Fix - loader-v4 deployment buffer funds retrieval (backport of #4924) (...
  • 7815ff6 v2.2: shares shreds' payload between window-service and retransmit-stage (bac...
  • 4d767a1 v2.2: reworks gossip packets-sent metrics (backport of #4890) (#4935)
  • b5025ee v2.2: accounts-db: Use NoHashHasher in AccountStorageMap (backport of #4822...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [solana-program-test](https://github.com/anza-xyz/agave) from 2.1.13 to 2.2.0.
- [Release notes](https://github.com/anza-xyz/agave/releases)
- [Changelog](https://github.com/anza-xyz/agave/blob/master/CHANGELOG.md)
- [Commits](anza-xyz/agave@v2.1.13...v2.2.0)

---
updated-dependencies:
- dependency-name: solana-program-test
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 17, 2025
@github-actions github-actions bot enabled auto-merge (squash) February 17, 2025 09:10
@joncinque joncinque closed this Feb 19, 2025
auto-merge was automatically disabled February 19, 2025 22:43

Pull request was closed

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 19, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/solana-program-test-2.2.0 branch February 19, 2025 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant