Matthew Ramsden
Matthew Ramsden
**Describe the enhancement** Use bdk-ffi to generate bindings for React Native. **Additional context** Experimental repo here: https://github.com/thunderbiscuit/bdk-react-native
**Describe the solution you'd like** Rubens added BIP177 functionality into Monday https://github.com/reez/Monday/pull/223 and BDK iOS, we should add that functionality here because its the perfect functionality that BitcoinUI can help...
**Is your feature request related to a problem? Please describe.** Would love to drop support for UIKit. **Describe the solution you'd like** Remove UIKit gymnastics we are doing to support...
https://github.com/lightningdevkit/ldk-node/blob/release/0.7/CHANGELOG.md I believe this is the RC
**Describe the issue/solution** Issue: some stuff, like the position of the currency symbol is hardcord to be in front of the amount Solution: using NumberFormatter in Monday to localize the...
Reason: Would be nice to see as a user why a payment failed. We show a user their payment details in `PaymentDetailView`, leverages `PaymentDetails` which has `PaymentStatus` which looks like:...
LDK will be getting async payments, LDK Node will then be adding it, (need to get an LSP to implement too). Definitely want to prioritize this whenever it drops into...
### Description This PR clears remaining panic paths from bdk_esplora, replacing them with proper error handling. Attempting to address https://github.com/bitcoindevkit/bdk_wallet/issues/30 for Esplora ### Notes to the reviewers Open to any...