thunderbiscuit
thunderbiscuit
This issue arises if too many users request satoshis within the same block. The [tatooine wallet/faucet](https://github.com/thunderbiscuit/tatooine) currently creates transactions using unconfirmed UTXOs and if too many of them are already...
Hi there! I'm thunderbiscuit, I work on the core BDK team (mostly on language bindings). We're building a page on our website that includes projects that use BDK, and I'm...
Here is the current issue: This code builds, but when you try to launch the app on the iOS emulator you get the following error: ```txt Could not cast value...
This is not happening on my phone, only on my emulator. Just wanted to keep track of it. 
## Why This PR Our current "constructors" on the `Wallet` type are as follow: ```rust 1. Wallet::new() 2. Wallet::new_with_genesis_hash() 3. Wallet::load_from_changeset() 4. Wallet::new_or_load() 5. Wallet::new_or_load_with_genesis_hash() ``` This PR proposes a...
This PR also serves as an issue; it can't really be merged as is. I just didn't want to open an issue and just ask for better docs and instead...
This PR is a companion to bitcoindevkit/rust-electrum-client#135. It enables choosing the `ring` dependency on rustls instead of the new default (as of 0.23.0) `aws-lc-rs`. The AWS dependency breaks the Android...
This PR adds the ability to build the client using the `ring` dependency for `rustls` instead of the new default `aws-lc-rs`. As of the [`0.23.0` release](https://github.com/rustls/rustls/releases/tag/v%2F0.23.0), rustls changed its default...
The TxBuilder should go in its own module and the other 2 or 3 smaller types should go in the types module.