thunderbiscuit
thunderbiscuit
I have met people who told me they downloaded the app on tablets, which I never really took time to develop a clean UI for. It's worth building.
Potentially fixes #91. I wanted to take a stab at this but I'm not sure I really understood why `proxy` was a feature in the first place. Was there a...
See [comment here](https://github.com/bitcoindevkit/rust-electrum-client/pull/135#issuecomment-2244180324), and idea for how to tackle [here](https://github.com/bitcoindevkit/rust-electrum-client/pull/135#issuecomment-2253683130). > Can we just expose the rustls provider API here: https://docs.rs/rustls/latest/rustls/crypto/struct.CryptoProvider.html so I can pass in my own provider? We...
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...
This PR exists to run the CI for testing different PRs on [bitcoin-ffi](https://github.com/bitcoindevkit/bitcoin-ffi).
On a few screens I use a custom row to add the top bar when it should simply be added to the scaffold.
Padawan is an open source, non-profit project, and has been a labour of love for years. Many people have contributed to it's codebase, tutorials, translations, and faucet. It would be...
We have this type (simplified for this issue): ```rust pub struct TxOut { pub value: Arc, pub number: u32, } ``` Which we need to move to and from its...
I know I know 🤣🤣 we just merged this. But our timing for this PR (the one that made RBF signalling by default) was in a way quite late to...