thunderbiscuit
thunderbiscuit
Hello folks. After reviewing the new builder pattern for the wallet type and speaking to people in Nashville, I've come to the conclusion that the idea behind the `lookahead` and...
This issue is a meta thread for refactors/ideas/features discussed in other PRs that might be out of scope in the short run for the 1.0 but should not get lost....
I don't know what's the best way to provide this and if it can be done without breaking the current API but allowing users to encrypt the db before writing...
# Part 1: Bump BDK Rust Version 1. - [x] Open a PR with an update to `Cargo.toml` to the new bdk release candidate and ensure all CI workflows run...
Just want to keep track of this. ```sh > Configure project :lib w: file:///bdk-ffi/bdk-android/lib/build.gradle.kts:42:9: 'kotlinOptions(KotlinJvmOptionsDeprecated /* = KotlinJvmOptions */.() -> Unit): Unit' is deprecated. Please migrate to the compilerOptions DSL....
I'm not sure yet what to make of this, and it's probably something we'd need to bring up at the uniffi level, but this is a new warning I get...
This should match the lead maintainers mentioned in the top level BDK file here: https://github.com/bitcoindevkit See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners.
Our Electrum and Esplora clients are not offering all that's available to standard Electrum and Esplora clients. Many of the available methods are not useful at the bdk-ffi layer (things...
Uniffi allows us to use types that are defined externally and don't require wrapping directly using a fairly simply workflow. See https://mozilla.github.io/uniffi-rs/latest/types/remote_ext_types.html#remote-types. We successfully leveraged this for [LogLevel](https://github.com/bitcoindevkit/bdk-ffi/blob/039d1f02d5a56e569208edd49515bd9c83ae6696/bdk-ffi/src/kyoto.rs#L393C1-L402C2), and I...
Just a few fixes post release.