Skip to content

build(deps): bump bdk_wallet from 3.1.0 to 3.2.0 - #15

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/bdk_wallet-3.2.0
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/bdk_wallet-3.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 24, 2026

Copy link
Copy Markdown

Bumps bdk_wallet from 3.1.0 to 3.2.0.

Release notes

Sourced from bdk_wallet's releases.

3.2.0

Summary

TBD

What's Changed

New Contributors

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

Changelog

Sourced from bdk_wallet's changelog.

[v3.2.0]

Added

  • feat(wallet): add unstable Wallet::create_psbt and Wallet::replace_by_fee behind the bdk-tx cargo feature and the --cfg bdk_wallet_unstable rustc flag. These APIs are explicitly unstable: breaking changes may land in minor releases without a semver bump. To opt in, enable the bdk-tx feature and pass --cfg bdk_wallet_unstable to rustc, for example via RUSTFLAGS="--cfg bdk_wallet_unstable" or by adding the following to your workspace's .cargo/config.toml #516

    [build]
    rustflags = ["--cfg", "bdk_wallet_unstable"]
  • feat(wallet): add Wallet::try_finalize_psbt returning FinalizePsbtOutcome with per-input finalization outcomes #433

  • feat(wallet): add TxBuilder::set_condition as replacement for TxBuilder::policy_path #536

Fixed

  • fix(wallet): add support for bip-431 rule 2 #478
  • fix(wallet): fix ChangeSet write-once invariants #517
  • docs(wallet,params): Fix doc for LoadParams::two_path_descriptor #510

Changed

  • refactor(wallet): deprecated Wallet::{add_signer, set_keymap, set_keymaps, get_signers, sign, policies}, CreateParams::keymap, LoadParams::{keymap, extract_keys}, and TxBuilder::policy_path in favor of caller-owned keys with bitcoin::Psbt::sign / Wallet::sign_with_signers #536
  • chore: Update rust edition to 2024 in Cargo.toml #425
  • chore(ci): add stale issue triage workflow #497
  • build(deps): bump actions/stale from 10.3.0 to 10.4.0 #515
  • build(deps): bump actions/checkout from 6 to 7 #504
  • build(deps): bump codecov/codecov-action from 6.0.0 to 7.0.0 #498
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.1.0 to 3.2.0.
- [Release notes](https://github.com/bitcoindevkit/bdk_wallet/releases)
- [Changelog](https://github.com/bitcoindevkit/bdk_wallet/blob/v3.2.0/CHANGELOG.md)
- [Commits](bitcoindevkit/bdk_wallet@v3.1.0...v3.2.0)

---
updated-dependencies:
- dependency-name: bdk_wallet
  dependency-version: 3.2.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 Sep 24, 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