LN-Zap / zap-iOS

Zap Wallet - Native iOS lightning wallet focused on user experience and ease of use ⚡️
http://zaphq.io
MIT License
181 stars 47 forks source link

Support GRPC over Tor. #368

Open Kixunil opened 3 years ago

Kixunil commented 3 years ago

Is your feature request related to a problem? Please describe. The wallet currently uses different QR codes for Android and iOS, which leads to UX issues and developer churn. The user needs to know what platform and protocol is being used and select it when generating QR code, the developer must know about this (poorly documented) limitation implement it and test it.

Describe the solution you'd like Just support GRPC everywhere.

Describe alternatives you've considered

Additional context Yeah, I've just spent around an hour on solving this and in parallel was designing some GUI around QR code which now needs to be redesigned unless this is resolved.