• 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 174 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
  • pretty-short
  • refactor_kyoto
  • v1.0.0
  • v2.0.0

19 Jan 2026 11:08PM UTC coverage: 10.717% (+2.8%) from 7.901%
21153868360

push

github

tvpeter
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): impl TryFrom for WalletOpts (Vihiga Tyonum)
7bf098255 feat(wallet-init): add `wallets` command (Vihiga Tyonum)
f3ee4ee4f feat(init-wallet): rename init & add walletopts (Vihiga Tyonum)
f21729b3e feat: add initializing wallet config (Vihiga Tyonum)

Pull request description:

  ### Description

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

  This PR adds `bdk-cli wallet config` command to save wallet configuration information to `config.toml` file in the data directory.

  Fixes #192

  ### Notes to the reviewers

  - Reusing the exported `serde` crate from `bdk_wallet` did not offer the `derive` feature
  - Fix out-of-bound error for `shorten` fn

  ## Changelog notice
  - Add wallet subcommand `config` to save wallet configs
  - Add top-level `wallets` command  to show all saved  wallet configs
  <!-- Notice the release manager should include in the release tag message changelog -->

  ### Checklists

  #### Features

  * [x] command to save a wallet config, give wallet name or a default name is used, clap enforces required options; optional -f to override existing config: `wallet [-f] [-w <name>] config <wallet opts>`
  * [x] All other wallet commands require that a config exists, use wallet name or the default is used. Give error if config is missing: `wallet [-w <name>] sync | balance | new_address |` etc...
  * [x] Repl uses the same wallet configs: `repl [-w <name>]`
  * [x] command to list all saved wallet configs: `wallets`
  * [x] throw warnings if using mainnet and saving a private descriptor in a config.

  #### All Submissions:

  * [x] I've signed all my commits
  * [x] I f... (continued)

99 of 395 new or added lines in 3 files covered. (25.06%)

1 existing line in 1 file now uncovered.

269 of 2510 relevant lines covered (10.72%)

0.3 hits per line

Relevant lines Covered
Build:
Build:
2510 RELEVANT LINES 269 COVERED LINES
0.3 HITS PER LINE
Source Files on master
  • Tree
  • List 8
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
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
18141559395 master Merge 74b190117 into f100d6571 Pull #221 30 Sep 2025 08:49PM UTC web-flow github
8.63
17621040142 master Merge bitcoindevkit/bdk-cli#219: Bump version to 2.0.0 fd67b7ab2 bump version to 2.0.0 (Vihiga Tyonum) Pull request description: <!-- You can erase any parts of this template not applicable to your Pull Request.... push 10 Sep 2025 05:00PM UTC tvpeter github
8.63
17560300357 master Merge bitcoindevkit/bdk-cli#217: deps: bump tracing-subscriber to 0.3.20 481040324 deps: bump tracing-subscriber to 0.3.20 (Vihiga Tyonum) Pull request description: <!-- You can erase any parts of this template ... push 08 Sep 2025 06:28PM UTC tvpeter github
8.63
See All Builds (174)

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