SatoshiPortal / bullbitcoin-mobile

The Bull Bitcoin Mobile Wallet and Exchange App
MIT License
54 stars 18 forks source link

[Add Feature] Decode Bolt11 Invoice #261

Closed yshwanth closed 2 months ago

yshwanth commented 2 months ago

https://github.com/lightning/bolts/blob/master/11-payment-encoding.md

BullishNode commented 2 months ago

https://github.com/MutinyWallet/bitcoin-waila

BullishNode commented 2 months ago

Check the Liqiud Address branch https://github.com/MutinyWallet/bitcoin-waila/pull/14

mocodesmo commented 2 months ago

@yshwanth this is already implemented. Not sure what you're trying to imply here.

https://github.com/SatoshiPortal/bullbitcoin-mobile/blob/5b476ad3d73a4bb13743a94e18ce27e2680ed8f2/lib/_pkg/boltz/swap.dart#L21

yshwanth commented 2 months ago

Not implemented in UI Send screen but implemented on boltz dart code 👍

mocodesmo commented 2 months ago

thank you for your contributions 👍

https://github.com/SatoshiPortal/bullbitcoin-mobile/blob/5b476ad3d73a4bb13743a94e18ce27e2680ed8f2/lib/send/bloc/send_cubit.dart#L153