bdk-ffi
bdk-ffi copied to clipboard
Please consider this project *experimental*. But we hope to have an official release out soon.
**Describe the enhancement** Add [CKTap] protocol support for BDK based wallets used on Android or iOS devices. **Use case** Supporting the CKTap protocol would allow a BDK based mobile wallet...
**Describe the enhancement** Add function to construct a `Descriptor` from a miniscript policy string. See the `bdk-cli` [compiler docs] for usage and [handle_compile_subcommand()] for example code. **Use case** Supporting wallets...
**Describe the enhancement** We'd like to have a custom signer interface similar to https://docs.rs/bdk/latest/bdk/wallet/signer/index.html **Use case** We have a 2-of-3 multisig wallet setup where one key is stored directly on...
Add [`libtor`](https://github.com/MagicalBitcoin/libtor-sys) support. Should this be done as new ffi project? or always included in `bdk-ffi` project? We don't currently have a way with `uniffi-rs` to create optional features.
### Description Bump rust [bdk to alpha 11](https://github.com/bitcoindevkit/bdk/releases/tag/v1.0.0-alpha.11) with things like: - Add new case to [NewOrLoadError](https://docs.rs/bdk/1.0.0-alpha.11/bdk/wallet/enum.NewOrLoadError.html) - Use new [Amount](https://github.com/bitcoindevkit/bdk/pull/1411) type ### Changelog notice ### Checklists #### All Submissions:...
### Description Making lowercase the start of error messages. This is just catching some of the error messages that I didn't do that for previously, or didn't do consistently previously....
**Describe the bug** Symbolic Links missing, as required for App Store. ``` Hello, We noticed one or more issues with a recent delivery for the following app: ... Please correct...
### Description ### Notes to the reviewers ### Changelog notice ### Checklists #### All Submissions: * [ ] I've signed all my commits * [ ] I followed the [contribution...
please bring back the getHeight() method which returns block height. it was there in 0.31.1