Steve Myers
Steve Myers
BDK currently supports single key descriptor templates for pkh (BIP-44), sh-wpkh (BIP-49), and wpkh (BIP-84), once full taproot support #63 is completed should we also support [BIP-86] for simple single...
Currently the wallet::export module can import and export the wallet format used by [FullyNoded](https://github.com/Fonta1n3/FullyNoded/blob/10b7808c8b929b171cca537fb50522d015168ac9/Docs/Wallets/Wallet-Export-Spec.md). In order to support users of the [Caravan](https://github.com/unchained-capital/caravan) multisig coordinator and to possibly migrate that project...
This is currently a place holder issue based on comments here: https://github.com/bitcoindevkit/bdk/issues/537#issuecomment-1031303575
As discussed in #165, the `Database` Trait should be `Send+Sync`. One step in this direction is to make the `MemoryDatabase` struct `Send+Sync`. What ever solution is used should also work...
For improved build tool security we should support as MSRV the [rustc version shipped with Debian stable], currently `1.41.1`. This may not be ppossible for all features, but should be...
For backing up wallet and seed data See also https://github.com/photon-sdk
As suggested by @moneyball: "Another potential input is LN channel management. In speaking with Dario from Muun, they optimized their coin selection based on their LN channel management needs, and...
This is an overview issue (based on [same issue for murmel](https://github.com/rust-bitcoin/murmel/issues/37)) for discussion and tracking the addition of a fully functional compact filters Blockchain backend to `bdk`. Ideally we'll have...
Anywhere where there are only a limited enum set of options, such as with the network option, we should show in the help what those options are. This is done...