thunderbiscuit
thunderbiscuit
Small note: the Android library is missing a dependency on the `kotlinx-coroutine-core` library. ```kotlin implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1") ```
With the cut of the [release/1.1](https://github.com/bitcoindevkit/bdk-ffi/tree/release/1.1) branch, I don't think we'll be merging anything else that'll make it in before the big release. If we end up needing to add...
Just a quick update: I'll wait for https://github.com/bitcoindevkit/bdk_wallet/pull/8 to get merged before looking at this.
Looking at this this morning. Will leave links and info here. https://central.sonatype.org/faq/what-is-different-between-central-portal-and-legacy-ossrh/ One thing that will need fixing is our automatic deployment using Gradle, which is not currently supported directly...
I have managed to publish an artifact using the manual approach this afternoon. It's quite a workflow so the plugin will be welcome once it arrives (or we can pick...
The [bdk-android 2.0.0](https://central.sonatype.com/artifact/org.bitcoindevkit/bdk-android) library is out. I used this approach (build locally, bundle manually, upload the artifact). The JVM library will require a bit more work, because I can't cross-compile...
This is now done. I'm still waiting on an official plugin from Gradle to automate our releases, but for now we do it with a bit of manual work and...
Quick update @oleonardolima: I added a default feature that in turn uses the rustls default features on the electrum client. This way this PR doesn't break anyone's code while offering...
Sorry folks I'm coming back to this. Would love to get it merged for the summit. @praveenperera > Is it possible to set up the features so that you don't...
Rebased and ready for final review.