Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Bumps solana-clap-v3-utils from 2.3.7 to 3.0.7.

Release notes

Sourced from solana-clap-v3-utils's releases.

Release v3.0.7

🚧

Release v3.0.6

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

⚠️ 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.5...v3.0.6

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

... (truncated)

Changelog

Sourced from solana-clap-v3-utils'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

  • A signature verification failure in simulateTransaction() or the preflight stage of sendTransaction() will now be attached to the simulation result's err property as TransactionError::SignatureFailure instead of being thrown as a JSON RPC API error (-32003). Applications that already guard against JSON RPC exceptions should expect signature verification errors to appear on the simulation result instead. Applications that already handle the materialization of TransactionErrors on simulation results can now expect to receive errors of type TransactionError::SignatureFailure at those verification sites.

Changes

  • The getProgramAccounts RPC endpoint now returns JSON-RPC errors when malformed filters are provided (previously these malformed filters would be silently ignored and the RPC call would execute an unfiltered query).
  • PubsubClient can now be constructed with the URI of an RPC (as a str, String, or Uri) as well as an http::Request<()>. The addition of Request allows you to set request headers when establishing a websocket connection with an RPC.

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

... (truncated)

Commits
  • ea24c1f v3.0: bugfix: vote worker reached_end_of_slot set by is_complete (backport of...
  • 60b612f v3.0: broadcast_metrics: actually update is_xdp (backport of #8445) (#8452)
  • 4ce9f63 Bump version to v3.0.7 (#8395)
  • 0bf8b0d v3.0: ensure bricked gossip control account is offcurve (backport of #8300) (...
  • 065a2ca v3.0: Gossip: brick gossip weight control key (backport of #8256) (#8264)
  • 92bed3f v3.0: Expose the ClientId publicly from the gossip Version message (backport ...
  • 9756887 v3.0: Fix UDP client binding to localhost breaking vote propagation (backport...
  • 1e9a2d6 v3.0: build: update publish-tarball.sh script (backport of #8110) (#8132)
  • 59c5187 v3.0: Add is_xdp flag to broadcast and retransmit metrics (backport of #8316)...
  • c4332d0 v3.0: ReceiveAndBuffer: earlier lock count validation (backport of #8329) (#8...
  • 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-clap-v3-utils](https://github.com/anza-xyz/agave) from 2.3.7 to 3.0.7.
- [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.7)

---
updated-dependencies:
- dependency-name: solana-clap-v3-utils
  dependency-version: 3.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 20, 2025
@github-actions github-actions bot enabled auto-merge (squash) October 20, 2025 08:39
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 27, 2025

Superseded by #361.

@dependabot dependabot bot closed this Oct 27, 2025
auto-merge was automatically disabled October 27, 2025 09:13

Pull request was closed

@dependabot dependabot bot deleted the dependabot/cargo/solana-clap-v3-utils-3.0.7 branch October 27, 2025 09:13
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