Skip to content

chore(deps): bump bdk_wallet from 3.0.0 to 3.1.0#47

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/bdk_wallet-3.1.0
Open

chore(deps): bump bdk_wallet from 3.0.0 to 3.1.0#47
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/bdk_wallet-3.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps bdk_wallet from 3.0.0 to 3.1.0.

Release notes

Sourced from bdk_wallet's releases.

3.1.0

Summary

bdk_wallet v3.1.0 introduces the sign_with_signers method for Wallet giving callers more control over the signing process by accepting a custom list of SignersContainer, and LoadParams gains a convenient two_path_descriptor method for validating the wallet descriptors loaded from persistence. A SECURITY.md document has been added to the repository with instructions for reporting vulnerabilities. This release also includes several bug fixes and improvements.

What's Changed

New Contributors

Full Changelog: bitcoindevkit/bdk_wallet@v3.0.0...v3.1.0

Changelog

Sourced from bdk_wallet's changelog.

[v3.1.0]

Added

  • feat(wallet): add Wallet::sign_with_signers #490
  • Add SECURITY.md #437
  • feat(wallet): add LoadParams::two_path_descriptor method #418

Fixed

  • fix(signer): respect allow_all_sighashes in SignerWrapper::sign_input #476
  • fix(coin_selection): avoid per-utxo fee rounding #479
  • Fix wallet name generation to use explicit public descriptor checksum #482
  • fix(types): avoid reachable panics in Utxo::txout for Foreign variant #487
  • fix(audit): add non-witness-utxo validation for psbt #471
  • fix(descriptor): correct index tracking in combinations() function #453
  • fix: avoid panic on hardened derivation paths in PSBT key origins #458
  • fix: handle MultiXPrv/MultiXPub in network kind detection and fixup #459
  • fix: always validate non_witness_utxo in add_foreign_utxo #461
  • fix(descriptor): correct variable binding names in l: and u: fragment modifiers #454
  • test: replace deprecated FeeRate::from_sat_per_vb_unchecked #455
  • fix(coin_selection): calculate_cs_result returns the required UTXOs first #390
  • docs(wallet): fix misleading RBF comment in create_tx #422

Changed

  • docs: suggest moving most PR checklist items to contributing guide #492
  • ci: pin idna_adapter to 1.2.1 #466
  • chore: bump dev version to 3.1.0-alpha.0 #441
  • chore: allow local justfile overrides #460
  • refactor: Delegate rusqlite::Connection persister to transaction persister #421
Commits

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 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 [bdk_wallet](https://github.com/bitcoindevkit/bdk_wallet) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/bitcoindevkit/bdk_wallet/releases)
- [Changelog](https://github.com/bitcoindevkit/bdk_wallet/blob/master/CHANGELOG.md)
- [Commits](bitcoindevkit/bdk_wallet@v3.0.0...v3.1.0)

---
updated-dependencies:
- dependency-name: bdk_wallet
  dependency-version: 3.1.0
  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 Jul 1, 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