bithyve / bitcointribe

Bitcoin Tribe. A simple bitcoin wallet made to be used with Friends and Family. Lightning. Gifts and more.
https://bitcointribe.app/
MIT License
124 stars 63 forks source link

Keeper QR/link: Ramp Up #4544

Closed Parsh closed 2 years ago

Parsh commented 2 years ago

https://github.com/bithyve/hexa/pull/4542 ramps up the F&F deep link generation by allowing the initTrustedContact worker to do the channel setup in the background w/ Relay. Despite that, the keeper QR/link generation is taking quite a bit of time and we would ideally want to do all the asynchronous setup processes in the background, thereby, showing the QR/link almost instantaneously.

cakesoft-shivani commented 2 years ago

if user kills app in middle of channel creation and updation then need to recreate channel

cakesoft-shivani commented 2 years ago

@cakesoft-swati need to check that is channel creating if we kill app before QR generation

cakesoft-swati commented 2 years ago