thunderbiscuit

Results 104 issues of thunderbiscuit

The `Descriptor` type is one of the most complex types coming from BDK/Miniscript, and we expose a simplified version of what's available in Rust, partly because it's a whole lot...

api-surface

Proof of Concept. Will keep iterating. The parsing of some miniscripts that are according to the BIP valid also fails, and I don't know exactly why but assume it's because...

I don't think this should be too hard. Python 3.13 is fairly recent but it's worth adding support before 1.0 I think.

Uniffi has now a feature allowing default arguments for methods and class constructors. Use of this is common and expected by Swift, Kotlin, and Python developers. In general this language...

They currently don't have an official Gradle plugin to do this. You can upload manually by uploading a zip file, and there are unofficial Gradle plugins, and the docs are...

This issue tracks a number of related-or-maybe-not-related issues we have found over the past few weeks relating to the use of multiple uniffi-based libraries used in the same project. ##...

This PR adds an iOS app developed using [Compose Multiplatform](https://www.jetbrains.com/compose-multiplatform/). The biggest difficulty in building Padawan on iOS using KMP is the bdk-swift library, which needs to be exposed using...

Hi there. I maintain a uniffi-based library which we have recently broken into two (I'll call them `main` and `low-level-types`). Our main library imports some of the types defined in...

This PR adds new "development" workflows for compiling the libraries quickly when developing locally. In bdk-android, you can run the new `dev-macos.sh` script by using `just build-dev`. It will compile...

# 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...