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

bitcoindevkit / bdk-cli
11%

Build:
DEFAULT BRANCH: master
Repo Added 16 May 2025 10:42PM UTC
Token s8828XgRmgXbKeV6c2ASYTSOaIugnGVkg regen
Build 192 Last
Files 8
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 master
branch: master
CHANGE BRANCH
x
Reset
Sync Branches
  • master
  • 10-13-update-bdk-kyoto
  • add-single-letter-aliases
  • add_redb
  • adding_descriptor_generator
  • bump_dev_2_0_0
  • chore/add-justfile
  • chore/clippy-fixes
  • chore/fix_readme_rust_ver
  • chore/make-release
  • chore/remove-msrv
  • chore/update-audit-workflow
  • ci/fix_codecov
  • ci/remove-msrv
  • ci/update-int-workflow
  • ci/update-pr-template
  • deps/bdk_wallet_2
  • deps/bdk_wallet_2_1
  • deps/bump-tracing-subscriber
  • docs/add-rpc-example
  • docs/update-readme
  • double_wallet
  • feat/add-completions-cmd
  • feat/add-tr-to-compile-cmd
  • feat/bip353-payment-instructions
  • feat/hwi
  • feat/init-wallet-support
  • feat/multipath-desc-support
  • feat/pretty-format
  • feat/tr-descriptor-with-random-point
  • feature/bip322-integration
  • fix/pretty-global-arg
  • fix_exit_code
  • kyoto-broadcast-6-17
  • payjion_persistance
  • payjoin-send
  • pr-221
  • pretty-short
  • refactor_kyoto
  • v1.0.0
  • v2.0.0

10 Mar 2026 04:09AM UTC coverage: 10.868%. Remained the same
22886688498

push

github

tvpeter
Merge bitcoindevkit/bdk-cli#246: doc: add installation prerequisite to Readme

<a class=hub.com/bitcoindevkit/bdk-cli/commit/072572456073c174c728a7fa57c601ed69340856">072572456<a href="https://github.com/bitcoindevkit/bdk-cli/commit/212df6a42b245956e7832e08187bee32eb5290da"> docs: Update stated bdk_wallet version (Vihiga Tyonum)
<a class="double-link" href="https://github.com/bitcoindevkit/bdk-cli/commit/d787fa03a748ff28048cf7143fad585fe89e48aa">d787fa03a</a> doc: added prerequisites to readme (oscar)

Pull request description:

  <!-- You can erase any parts of this template not applicable to your Pull Request. -->

  ### Description

  This is a continuation of #221

  <!-- Describe the purpose of this PR, what's being adding and/or fixed -->

  ### Notes to the reviewers

  <!-- In this section you can include notes directed to the reviewers, like explaining why some parts
  of the PR were done in a specific way -->
  - Update the stated `bdk_wallet` to 2.x.x
  - Addressed review comments on #221

  ## Changelog notice

  <!-- Notice the release manager should include in the release tag message changelog -->
  <!-- See https://keepachangelog.com/en/1.0.0/ for examples -->

  ### Checklists

  #### All Submissions:

  * [x] I've signed all my commits
  * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk-cli/blob/master/CONTRIBUTING.md)
  * [x] I ran `cargo fmt` and `cargo clippy` before committing

ACKs for top commit:
  notmandatory:
    ACK 072572456073c174c728a7fa57c601ed69340856

Tree-SHA512: a0446a91529be9944c315bdb65c96b0fae0

268 of 2466 relevant lines covered (10.87%)

0.31 hits per line

Relevant lines Covered
Build:
Build:
2466 RELEVANT LINES 268 COVERED LINES
0.31 HITS PER LINE
Source Files on master
  • Tree
  • List 8
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
22886688498 master Merge bitcoindevkit/bdk-cli#246: doc: add installation prerequisite to Readme 072572456 docs: Update stated bdk_wallet version (Vihiga Tyonum) d787fa03a doc: added prerequisites to rea... push 10 Mar 2026 04:13AM UTC tvpeter github
10.87
22339154434 master Merge bitcoindevkit/bdk-cli#235: CI: Update `continous_integration` and `audit` workflows aba4b950a CI: Fix clippy issues (Vihiga Tyonum) cc3c8a280 ci: Update audit workflow and `bytes... push 24 Feb 2026 06:19AM UTC tvpeter github
10.87
22332464304 master Merge bitcoindevkit/bdk-cli#230: Refactor sync_kyoto_client 974c8d566 refactor(payjoin): add payjoin error variants to BDKCliError (Mshehu5) 35d831329 refactor(payjoin): implement poll... push 24 Feb 2026 01:25AM UTC tvpeter github
10.89
21153868360 master Merge bitcoindevkit/bdk-cli#203: Add saving wallet config with `bdk-cli wallet config` ceb93324b doc(wallet-init): update README.md examples (Steve Myers) be31c1439 feat(wallet-init): ... push 19 Jan 2026 11:11PM UTC tvpeter github
10.72
20714655583 master Merge bitcoindevkit/bdk-cli#233: Fix duplicate wallet creation in non-persistent path ba5e349ed Fix duplicate wallet creation in non-persistent path (Mshehu5) Pull request description: ### Description <!-- De... push 05 Jan 2026 11:59AM UTC tvpeter github
7.9
20377635666 master Merge bitcoindevkit/bdk-cli#200: feat: add non-persisted Async Payjoin support c6bce5887 docs: add Payjoin capability to the README (Mehmet Efe Umit) 4cab2fa8f feat: add payjoin receiv... push 19 Dec 2025 05:35PM UTC tvpeter github
7.9
19253249526 master Merge bitcoindevkit/bdk-cli#180: Adding descriptor generator 7d3720e38 feat(desc): remove generate subcommand (Vihiga Tyonum) 32a2c8847 feat(desc):update descriptors gen to use templat... push 11 Nov 2025 02:51AM UTC tvpeter github
12.15
19028754066 master Merge bitcoindevkit/bdk-cli#224: fix(pretty-format): use `--pretty` in any position c47536393 chore(clippy): clippy fixes (Vadim Anufriev) daebe5373 test(pretty): add tests for pretty ... push 03 Nov 2025 08:55AM UTC tvpeter github
14.43
18520893551 master Merge bitcoindevkit/bdk-cli#222: Update `bdk_kyoto` to `0.15.1` 70617f9e2 Update `bdk_kyoto` to `0.15.1` (rustaceanrob) Pull request description: Checkpoints were removed from Kyoto to minimize trust in the libr... push 15 Oct 2025 07:19AM UTC tvpeter github
8.8
18167582568 master Merge 20305fb39 into f100d6571 Pull #221 02 Oct 2025 05:00AM UTC web-flow github
8.63
See All Builds (192)

Badge your Repo: bdk-cli

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