Steve Myers
Steve Myers
**Description** Implement (optional) [BIP-0078] [PayJoin] support in the `bdk-cli` wallet using the [rust bip78] project. PayJoin transactions provides a way to collaboratively create a transaction with a receiver in a...
### Description Bump bdk and bdk-cli to version 0.28.0 ### Notes to the reviewers The bump to `bdk` 0.28.0 only required adding the new `std` feature, since `bdk-cli` disables default...
Since the main BDK crates are changing to MSRV 1.63.0 as is LDK the CI for this project should also have an MSRV and test against it in CI. Also...
I am working on a cli bitcoin wallet project that is using `tiny-bip39` and I've found that in order to handle error results from `tiny-bip39` I need to `map_err()` and...
This should be merged after bitcoindevkit/bdk#1326 is published.
This could be a new top level page with a table and sections by platform, such as mobile, desktop, server. For example: | Name | Description | License | Platform(s)...
Would be good to figure out how to make local rust nightly, android and kotlin jvm docs links relative. As they are now they point to existing public URLs so...
We should do what the `rust-bitcoin` team does to have CI check weekly if the latest nightly rust version can run `clippy` without errors. If `clippy` passes then CI should...
There is a core PR (bitcoin/bitcoin#29775) in the works to update testnet3 to testnet4. If/when this is merged we should update the BDK testnet genesis hash to use the new...
**Describe the enhancement** The LDK team would like to use `rust-bitcoin` version 0.32 so BDK should update too. To do so we also need to update the following crates to...