bdk-cli
bdk-cli copied to clipboard
A CLI wallet library and REPL tool to demo and test the BDK library
This is to document the recent `cargo-audit` failures happening in CI. ``` $ cargo-audit audit Fetching advisory database from `https://github.com/RustSec/advisory-db.git` Loaded 456 security advisories (from /home/raj/.cargo/advisory-db) Updating crates.io index Scanning...
Currently our code coverage tests are only including unit tests. Which provides almost no coverage in the handlers and utils module. This can be improved by adding the integration tests...
With recent merge of https://github.com/bitcoindevkit/bdk-cli/pull/105. We have OPRETURN output creation in bdk-cli.. This can be covered in the integration tests in `tests/integration.rs` using the `regtsts-*` backend.
### Description Fix typos and misspelled words. ### 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...
Adding payjoin support to bdk-cli
WIP need to update and release bdk_reserves with bdk 0.29 first. ### Description ### Notes to the reviewers ## Changelog notice ### Checklists #### All Submissions: * [ ] I've...
**Describe the enhancement** Currently compile only supports `wsh, sh and sh-wsh`. we require support for `wpkh` script type as well. **Use case** Although wpkh descriptors are straightforward to create by...
See https://github.com/bitcoindevkit/bdk/issues/1148
> webpki: CPU denial of service in certificate path building | Details | | | ------------------- | ---------------------------------------------- | | Package | `webpki` | | Version | `0.22.0` | |...