Skip to content

Bump solana-program-test from 2.3.7 to 3.0.5#13

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/solana-program-test-3.0.5
Closed

Bump solana-program-test from 2.3.7 to 3.0.5#13
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/solana-program-test-3.0.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 6, 2025

Copy link
Copy Markdown
Contributor

Bumps solana-program-test from 2.3.7 to 3.0.5.

Release notes

Sourced from solana-program-test's releases.

Release v3.0.5

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

⚠️ ATTENTION REQUIRED: as of Agave v3.0.0 Anza is no longer publishing 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

Full Changelog: anza-xyz/agave@v3.0.4...v3.0.5

Release v3.0.4

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

⚠️ ATTENTION REQUIRED: as of Agave v3.0.0 Anza is no longer publishing 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

Full Changelog: anza-xyz/agave@v3.0.3...v3.0.4

Release v3.0.3

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

⚠️ ATTENTION REQUIRED: as of Agave v3.0.0 Anza is no longer publishing 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

Full Changelog: anza-xyz/agave@v3.0.2...v3.0.3

Release v3.0.2

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

⚠️ ATTENTION REQUIRED: as of Agave v3.0.0 Anza is no longer publishing 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

... (truncated)

Changelog

Sourced from solana-program-test's changelog.

Changelog

All notable changes to this project will be documented in this file.

Please follow the guidance at the bottom of this file when making changes The format is based on Keep a Changelog. This project adheres to Semantic Versioning and follows a Backwards Compatibility Policy

Release channels have their own copy of this changelog:

3.1.0—Unreleased

RPC

Breaking

Changes

Validator

Breaking

Deprecations

  • The --monitor flag with agave-validator exit is now deprecated. Operators can use the monitor command after exit instead.
  • The --disable-accounts-disk-index flag is now deprecated.

Changes

  • The accounts index is now kept entirely in memory by default.

3.0.0

RPC

Breaking

  • Added a slot property to EpochRewardsPeriodActiveErrorData
  • Added error data containing a slot property to RpcCustomError::SlotNotEpochBoundary

Changes

  • The subscription server now prioritizes processing received messages before sending out responses. This ensures that new subscription requests and time-sensitive messages like PING opcodes take priority over notifications.

Validator

Breaking

  • Require increased memlock limits - recommended setting is LimitMEMLOCK=2000000000 in systemd service configuration. Lack of sufficient limit (on Linux) will cause startup error.
  • Remove deprecated arguments
    • --accounts-index-memory-limit-mb
    • --accountsdb-repl-bind-address, --accountsdb-repl-port, --accountsdb-repl-threads, --enable-accountsdb-repl
    • --disable-quic-servers, --enable-quic-servers
    • --etcd-cacert-file, --etcd-cert-file, --etcd-domain-name, --etcd-endpoint, --etcd-key-file, --tower-storage
    • --no-check-vote-account
    • --no-rocksdb-compaction, --rocksdb-compaction-interval-slots, --rocksdb-max-compaction-jitter-slots

... (truncated)

Commits
  • 9a59db9 v3.0: vendor quinn (backport of #8281) (#8287)
  • 32d9328 v3.0: Fix zk proof program (backport of #8249) (#8252)
  • 20a4683 v3.0: CostTracker: Add a getter to expose cost by writable accounts (backport...
  • f94ea3a Bump version to v3.0.5 (#8210)
  • 5310b35 v3.0: Retry IO on short write in io_uring file creator (backport of #8053) (#...
  • a966fbc v3.0: Create files without O_NONBLOCK flag (backport of #8161) (#8172)
  • 9c181a4 v3.0: fix: use proper serialization for versioned messages in get_fee_for_m… ...
  • 6001c5d v3.0: runtime: Avoid locking during stake vote rewards calculation (backport ...
  • e558db5 Bump version to v3.0.4 (#8115)
  • 9e6bb82 v3.0: move forwarding stage backed up warning to send-side (backport of #7986...
  • 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.3.7 to 3.0.5.
- [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.3.7...v3.0.5)

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

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 Oct 6, 2025
@dependabot @github

dependabot Bot commented on behalf of github Oct 13, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #16.

@dependabot dependabot Bot closed this Oct 13, 2025
@dependabot dependabot Bot deleted the dependabot/cargo/solana-program-test-3.0.5 branch October 13, 2025 21:36
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.

0 participants