Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide best practices guidance on mobile UX for sending payments #111

Open
moneyball opened this issue Jan 24, 2022 · 0 comments
Open

Provide best practices guidance on mobile UX for sending payments #111

moneyball opened this issue Jan 24, 2022 · 0 comments

Comments

@moneyball
Copy link
Contributor

(a) use optimal mobile OS APIs to background sync
(b) when app is brought to foreground, prioritize LN network graph data sync
(c) then download remaining block data

Because LN payments can be sent without having the blockchain sync'd (step c). So b should be prioritized over c since that data is required for sending, then by allowing users to send after b but before c there is less latency for the user (ideally none if step a works well and/or step b is fast).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant