• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

bitcoindevkit / bdk_wallet
86%
master: 85%

Build:
Build:
LAST BUILD BRANCH: release/2.x
DEFAULT BRANCH: master
Repo Added 03 Apr 2025 06:28PM UTC
Token 7jztzPrDdGkjKp6ccF3NwwBOCwqkJroIg regen
Build 489 Last
Files 25
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH release/2.x
branch: release/2.x
CHANGE BRANCH
x
Reset
Sync Branches
  • release/2.x
  • 2025-06-bump-bitcoin-version-to-unbreak-semver
  • 2025-10-add-apply-block-events
  • add_persist_test_utils
  • backport-fix/build_fee_bump_foreign_utxo
  • backport/fix_sqlite_pre1_migration_helper
  • backport/mempool_events
  • bump_release_2.3
  • cherrypick/306
  • chore/add-rustfmt-file
  • chore/backport_300
  • chore/bump-bdk-to-0.23.1
  • chore/bump-ctrlc-3.4.6
  • chore/bump-dev
  • chore/bump-dev-to-2.2.0-alpha.0
  • chore/bump-rand
  • chore/bump-tokio
  • chore/bump_dev
  • chore/bump_msrv
  • chore/codeowners
  • chore/default-recipe
  • chore/only_bdk_wallet
  • chore/remove-lazystatic
  • chore/revert_deprecated_signer
  • chore/use-amount
  • chore/versions
  • ci/add-cargo-mutants-job
  • ci/add-ubuntu-arm-support
  • ci/bump_rust_cache
  • ci/zizmor
  • clippy/inline_fmt_args
  • confirmation_depth
  • create-pull-request/update-rust-version
  • dependabot/github_actions/Swatinem/rust-cache-2.7.8
  • dependabot/github_actions/Swatinem/rust-cache-2.8.0
  • dependabot/github_actions/Swatinem/rust-cache-2.8.1
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/upload-artifact-5
  • dependabot/github_actions/github/codeql-action-4
  • deps/update-bdk
  • deps/update-bdk-chain
  • doc/apply-evicted-txs
  • doc/changeset
  • doc/wallet-sync-example
  • docs/multipath
  • example/BIP329-example-using-bitcoinppl/bip329-library
  • feat/add-initial-fuzz-testing
  • feat/add-legacy-tests
  • feat/changeset_events
  • feat/changeset_events_300
  • feat/create_psbt
  • feat/justfile
  • feat/lock-unspent
  • feat/networkkind
  • feature/anti-fee-sniping
  • feature/apply_changeset
  • feature/bdk-tx-explorations
  • feature/broadcast-queue
  • feature/caravan-wallet-export
  • feature/exclude_below_confirmations
  • feature/multi-keychain-wallet
  • feature/multipath-descriptor-support
  • feature/rust-toolchain
  • feature/tx-details
  • fix/50-validate-prevouts-for-get-psbt-input
  • fix/build_fee_bump_foreign_utxo
  • fix/clippy-lints
  • fix/intersect-networks
  • fix/into-descriptor-key
  • fix/issue-264-oldest-first-selects-local-last
  • fix/no-debug-on-display-impls
  • fix/recover_with_spk_cache_enabled
  • fix/remove_signers
  • fix/tx_build_should_not_change_order_of_insertion
  • fix/tx_build_should_not_change_order_of_insertion_with_vector
  • fix_txordering
  • freeing-reserved-utxos
  • improve_triage
  • keymap
  • master
  • maybe-send-async-persister
  • n_keychains_poc
  • refactor--index-out-of-bounds-error-type
  • refactor/remove-signers
  • refactor/wallet-tests
  • refs/tags/wallet-2.0.0
  • refs/tags/wallet-2.0.0-beta.0
  • refs/tags/wallet-2.1.0
  • refs/tags/wallet-2.2.0
  • refs/tags/wallet-2.3.0
  • release/2.0
  • release/2.0.0-beta
  • release/2.1
  • release/2.1.0
  • release/2.2
  • release/2.3
  • release/2_2_0
  • release_2_0_0
  • revert-277-fix/clippy-lints
  • test_canonicalization_mods_api
  • update_release_process

30 Mar 2026 03:16PM UTC coverage: 86.104% (+0.05%) from 86.059%
23752335697

push

github

ValuedMammal
Merge bitcoindevkit/bdk_wallet#415: backport (2.x): fix sqlite pre1 migration helper

<a class=hub.com/bitcoindevkit/bdk_wallet/commit/fc233b2e07bbf3443230b6bfdbe3f2623ca253b6">fc233b2e0 fix(rusqlite): fix get_pre_v1_wallet_keychains migration helper (Steve Myers)

Pull request description:

  ### Description

  Backports #411 to the `release/2.x` branch.

  ### Notes to the reviewers

  No changes to the original PR.

  ### Changelog notice

  Add get_pre_v1_wallet_keychains to assist migration from pre-1.0 bdk wallets.

  ### Checklists

  #### All Submissions:

  * [x] I've signed all my commits
  * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md)
  * [x] I ran `just p` before pushing

  #### New Features:

  * [x] I've added tests for the new feature
  * [x] I've added docs for the new feature

ACKs for top commit:
  ValuedMammal:
    ACK fc233b2e07bbf3443230b6bfdbe3f2623ca253b6

Tree-SHA512: eb78a965b743aaa31fb1a327cbc5775331e

79 of 87 new or added lines in 1 file covered. (90.8%)

7188 of 8348 relevant lines covered (86.1%)

3126.85 hits per line

Relevant lines Covered
Build:
Build:
8348 RELEVANT LINES 7188 COVERED LINES
3126.85 HITS PER LINE
Source Files on release/2.x
  • Tree
  • List 25
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
23752335697 release/2.x Merge bitcoindevkit/bdk_wallet#415: backport (2.x): fix sqlite pre1 migration helper fc233b2e0 fix(rusqlite): fix get_pre_v1_wallet_keychains migration helper (Steve Myers) Pull request description: ### Descript... push 30 Mar 2026 03:18PM UTC ValuedMammal github
86.1
23611759586 release/2.x Merge bitcoindevkit/bdk_wallet#405: revert: "chore: deprecate `wallet::signer` mod" 77964fb15 Revert "chore: deprecate `wallet::signer` mod" (Steve Myers) a604d94a1 fix(ci): pin `clap`... push 26 Mar 2026 06:41PM UTC oleonardolima github
86.06
23327736848 release/2.x Merge bitcoindevkit/bdk_wallet#399: Backport: Add apply_unconfirmed_txs_events and apply_evicted_txs_events ff7c15d2b ci: pin dependencies for msrv 1.63.0 (Steve Myers) c4fc5d830 docs(... push 20 Mar 2026 03:27AM UTC ValuedMammal github
86.06
22369951820 release/2.x Merge bitcoindevkit/bdk_wallet#365: [backport] Add get_pre_1_wallet_keychains migration helper f19c6fbf2 feat[rusqlite]: add get_pre_1_wallet_keychains migration helper (Steve Myers) Pull request description: ##... push 24 Feb 2026 09:06PM UTC notmandatory github
85.58
19915913462 release/2.x Merge bitcoindevkit/bdk_wallet#351: Bump version to 2.3.0 79c5f4bc8 Bump version to 2.3.0 (Steve Myers) Pull request description: Bumped version to 2.3.0 and updated release notes. ACKs for top commit: Valued... push 04 Dec 2025 02:46AM UTC notmandatory github
85.33
19906538490 release/2.x Merge bitcoindevkit/bdk_wallet#349: Backport #337 - fix(wallet): Don't fail in `build_fee_bump` for missing parent txid 238c82a9a ci: Pin `quote` to 1.0.41 (valued mammal) 2f643dd2a fi... push 03 Dec 2025 07:43PM UTC notmandatory github
85.33
19108806954 release/2.x Merge bitcoindevkit/bdk_wallet#336: Add `apply_block_events` and `apply_block_connected_to_events` e9a303436 test(wallet): add tests for apply_block_events (Steve Myers) 3f0664e94 f Du... push 05 Nov 2025 04:28PM UTC notmandatory github
85.08
19004578623 release/2.x chore: bump version to 2.3.0-alpha.0 Signed-off-by: valued mammal <valuedmammal@protonmail.com> push 02 Nov 2025 12:11AM UTC ValuedMammal github
85.05
See All Builds (465)

Badge your Repo: bdk_wallet

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc