bdk-ffi
bdk-ffi copied to clipboard
Please consider this project *experimental*. But we hope to have an official release out soon.
This issue compiles a list of structs and methods that were commented out in the move to the 1.0 early releases in order to keep track of what we probably...
This required exposing the whole PSBT Error (32 variants!). Draft for now.
This PR moves the live tests from testnet to signet. Merge after #518. Note that the tests below do not actually run the live tests. The runs for the live...
I almost can't believe we get this for free now that the generic on the Wallet type has been removed. Don't merge, needs actual testing. My main concern would be...
I'm opening this issue to keep track of documentation, references, and discussions around the migration to the new uniffi-rs system. 1. Documentation page on using proc-macros: [here](https://mozilla.github.io/uniffi-rs/proc_macro/index.html) 2. Issue on...
This PR is very much up for review and discussion. I figured that a good way to lay out correctly a solution would be to write it out. We can...
**Describe the enhancement** Digitally sign xcframework for bdk-swift. **Use case** Developers using bdk-swift will be able to verify xcframework is digitally signed. **Additional context** In Xcode 15 Apple will show...
I'm quite confident we should be able to build a Kotlin Multiplatform using the bdk-android and bdk-swift libraries. I'm starting to explore this a bit more and will share an...
I am working on a cross-platform app that should work on all Apple's systems. iOS, macOS, watchOS When I tried to run the Mac app, I was blocked by this...
This fixes a number of warnings we're getting on CI runs. Fixes #504 Unfortunately the scripts don't run as part of the PR so we can't tell if they error...