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** Since we are producing binaries for our language bindings packages (Kotlin, Swift, Python) we should setup signed reproduceable builds for them. And then have binary watch verify...
**Describe the bug** Just adding an Issue to track that we will move back to `bdk_electrum` (and not a fork of it) at some point. Changed in bdk-ffi alpha 13:...
I was looking at some of those examples directories in Rust projects and it occurred to me that Kotlin libraries do that as well. After asking ChatGPT, it appears that...
The types that reside in the current `bitcoin.rs` file are the ones that come from the rust-bitcoin crate. I have made good progress to pull those out of this repo...
You can add the `module_name` field to the uniffi.toml file to name the module correctly from the get go instead of building the default one (`bdk.swift`) and then renaming it...
Kotlin 2.0 was released yesterday, and has been in beta for a long time. This is not a big rush, but we should start experimenting with the upgrade. The first...
Work on the simple syncing using the RPC client is not completed yet in the Rust lib, but we should keep an eye out for it.
After taking some time to look at what parts of the `Wallet` API were available/not available/useful for the bindings, many methods stood out. This issue will track them. Note that...
After taking some time to look at what parts of the TxBuilder API were available/not available/useful for the bindings, many methods stood out. This issue will track them. Note that...
### Description Adds a compact block filter backend via Kyoto. Should remain a draft PR until we have an official release for `bdk_kyoto` ### Notes to the reviewers I will...