Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2025

Bumps agave-feature-set from 2.3.4 to 3.0.10.

Release notes

Sourced from agave-feature-set's releases.

Release v3.0.10

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

⚠️ ATTENTION REQUIRED: as of Agave v3.0.0 Anza will no longer publish 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.9...v3.0.10

Release v3.0.9

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

⚠️ ATTENTION REQUIRED: as of Agave v3.0.0 Anza will no longer publish 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.8...v3.0.9

Release v3.0.8

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

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

Release v3.0.7

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

⚠️ ATTENTION REQUIRED: as of Agave v3.0.0 Anza will no longer publish 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 agave-feature-set'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:

4.0.0-Unreleased

RPC

Breaking

  • --public-tpu-address and --public-tpu-forwards-address CLI arguments and setPublicTpuForwardsAddress, setPublicTpuAddress RPC methods now specify QUIC ports, not UDP.

Changes

  • Added --enable-scheduler-bindings which binds an IPC server at <ledger-path>/scheduler_bindings.ipc for external schedulers to connect to.

Validator

Breaking

  • Removed deprecated arguments
    • --accounts-db-clean-threads
    • --accounts-db-hash-threads
    • --accounts-db-read-cache-limit-mb
    • --accounts-hash-cache-path
    • --disable-accounts-disk-index

Deprecations

  • Using mmap for --accounts-db-access-storages-method is now deprecated.

3.1.0

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.
  • All monorepo crates falling outside the backward compatibility policy are now deprecated, signaling their inclusion in the Agave Unstable API. Enable the agave-unstable-api crate feature to acknowledge use of an interface that may break without warning. From v4.0.0 onward, symbols in these crates will be unavailable without agave-unstable-api enabled.

... (truncated)

Commits
  • 96c3a85 v3.0: agave-xdp-ebpf: fix package includes (backport of #8854) (#8867)
  • f51a4bc Bump version to v3.0.10 (#8825)
  • 911df2c Pin spl-token-cli version to v5.4.0 (#8813)
  • 3454667 v3.0: xdp: tx_loop: change MAX_TIMEOUTS to 1 (backport of #8775) (#8780)
  • 57843a0 v3.0: transaction-status-client-types: Fix deserializer for SDKv2 (backport o...
  • 1d31602 v3.0: Add capabilities requirement to changelog (backport of #8730) (#8733)
  • d12672a v3.0: Add agave-xdp-ebpf (backport of #8690) (#8732)
  • d736bca v3.0: Breaks loop early in AppendVec::scan_accounts_stored_meta() (backport o...
  • 1413b83 v3.0: Adds tests for AppendVec::scan_accounts_stored_meta() (backport of #869...
  • 7877166 Bump version to v3.0.9 (#8677)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 18, 2025
@github-actions github-actions bot enabled auto-merge (squash) November 18, 2025 08:19
@dependabot dependabot bot force-pushed the dependabot/cargo/agave-feature-set-3.0.10 branch from 7763090 to 4a3c6ec Compare November 18, 2025 08:40
Bumps [agave-feature-set](https://github.com/anza-xyz/agave) from 2.3.4 to 3.0.10.
- [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.4...v3.0.10)

---
updated-dependencies:
- dependency-name: agave-feature-set
  dependency-version: 3.0.10
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/agave-feature-set-3.0.10 branch from 4a3c6ec to 75b9801 Compare November 18, 2025 08:42
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