Skip to content

Docs: Update README and changelog #305

Merged
tvpeter merged 2 commits into
bitcoindevkit:masterfrom
tvpeter:docs/update-changelog
Jul 22, 2026
Merged

Docs: Update README and changelog #305
tvpeter merged 2 commits into
bitcoindevkit:masterfrom
tvpeter:docs/update-changelog

Conversation

@tvpeter

@tvpeter tvpeter commented Jul 22, 2026

Copy link
Copy Markdown
Collaborator

Description

This PR updates the changelog to reflect the latest changes for v4.0 release and adds new features to the README.

Checklists

All Submissions:

  • I've signed all my commits
  • I followed the contribution guidelines
  • I ran cargo fmt and cargo clippy before committing

Multi-line description of commit,
feel free to be detailed.

[Ticket: X]
@tvpeter tvpeter self-assigned this Jul 22, 2026
@tvpeter tvpeter added the chore Non-coding related work label Jul 22, 2026
@tvpeter tvpeter added this to the CLI 4.0.0 milestone Jul 22, 2026
@tvpeter
tvpeter force-pushed the docs/update-changelog branch from 76bd6af to 03df243 Compare July 22, 2026 19:40
@tvpeter
tvpeter requested a review from notmandatory July 22, 2026 19:46
- update wallet version to 3.x
- Update new features in the project
@tvpeter
tvpeter force-pushed the docs/update-changelog branch from 03df243 to 8185055 Compare July 22, 2026 20:32
@tvpeter
tvpeter merged commit 762307f into bitcoindevkit:master Jul 22, 2026
7 checks passed
@github-project-automation github-project-automation Bot moved this to Done in BDK-CLI Jul 22, 2026
@codecov

codecov Bot commented Jul 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 57.45%. Comparing base (7e4a0ca) to head (8185055).
⚠️ Report is 4 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #305   +/-   ##
=======================================
  Coverage   57.45%   57.45%           
=======================================
  Files          22       22           
  Lines        3695     3695           
=======================================
  Hits         2123     2123           
  Misses       1572     1572           
Flag Coverage Δ
rust 57.45% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment thread README.md
- `repl` : use bdk-cli as a [REPL](https://codewith.mu/en/tutorials/1.0/repl) shell (useful for quick manual testing of wallet operations).
- `compiler` : opens up bdk-cli policy compiler commands.
- `message_signer`: BIP322 message signing/verification.
- `silent-payment`: Experimental BIP-352 silent payment sending

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit for a follow-up: the feature is spelled silent-payment here, but in Cargo.toml and in the example commands further down in this README it is silent-payments, in plural. Copying the name from this line gives cargo build --features silent-payment, which won't compile. Should just be a one-word rename.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Non-coding related work

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants