Skip to content

Update solana-client requirement from 1.10 to 3.1 - #11

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/solana-client-3.1
Open

Update solana-client requirement from 1.10 to 3.1#11
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/solana-client-3.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 25, 2026

Copy link
Copy Markdown

Updates the requirements on solana-client to permit the latest version.

Release notes

Sourced from solana-client's releases.

Release v3.1.7

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

https://github.com/anza-xyz/agave/blob/v3.1/CHANGELOG.md

What's Changed

Full Changelog: anza-xyz/agave@v3.1.6...v3.1.7

Changelog

Sourced from solana-client'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
    • --dev-halt-at-slot
    • --monitor (exit subcommand)
    • --wait-for-exit (exit subcommand)

Deprecations

  • Using mmap for --accounts-db-access-storages-method is now deprecated.
  • The --enable-accounts-disk-index flag is now deprecated. Use --accounts-index-limit instead. To retain the same behavior, use --accounts-index-limit minimal.

Changes

  • agave-validator exit now saves bank state before exiting. This enables restarts from local state when snapshot generation is disabled.
  • Added --accounts-index-limit to specify the memory limit of the accounts index.

CLI

Deprecations

  • The ping command is deprecated and will be removed in v4.1.

Changes

  • Support Trezor hardware wallets using usb://trezor

Platform tools

Breaking

  • cargo-build-sbf --debug now generates a file program.so.debug instead of program.debug.
  • cargo-build-sbf --debug places all debug related objects inside target/deploy/debug.

Geyser

Changes

  • Account update notifications have their fields populated from the account values post transaction execution. This means notifications for closed accounts (accounts with a balance of zero lamports) will no longer have their owner/data/etc manually zeroed out. Note that if the on-chain program does zero out any fields itself, those will remain zeroed out in the notification.

... (truncated)

Commits
  • 9873bc4 v3.1: svm: build NonceInfo during transaction processing (backport of #9455) ...
  • 00733a7 v3.1: runtime: Rekey p-token feature gate (backport of #9979) (#10015)
  • 06f22ea v3.1: runtime: Relax program data account check in migration (backport of #98...
  • a8c20c0 v3.1: Add WFSM stake metric (backport of #9803) (#10035)
  • 433a685 v3.1: Track congestion events in tpu-client-next stats (backport of #8816) (#...
  • cf659c3 v3.1: fix: genesis: feature-gated vote state (backport of #9467) (#9879)
  • ae69a00 Bump version to v3.1.7 (#9920)
  • 4857876 v3.1: svm: properly test underfunded nonce fee-payer (backport of #9246) (#9849)
  • 63057a7 v3.1: core: Adjust vote-storage handling (backport of #9898) (#9902)
  • 58ba4fc v3.1: gossip: fix duplicate shred handler buffer pruning (backport of #9897) ...
  • Additional commits viewable in compare view

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)

Updates the requirements on [solana-client](https://github.com/anza-xyz/agave) to permit the latest version.
- [Release notes](https://github.com/anza-xyz/agave/releases)
- [Changelog](https://github.com/anza-xyz/agave/blob/master/CHANGELOG.md)
- [Commits](anza-xyz/agave@v1.17.25...v3.1.7)

---
updated-dependencies:
- dependency-name: solana-client
  dependency-version: 3.1.7
  dependency-type: direct:production
...

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 Jan 25, 2026
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