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

Keep state for LN > LQ swaps #513

Merged
merged 6 commits into from
Mar 4, 2024
Merged

Conversation

bordalix
Copy link
Contributor

This PR:

  • splits receiving in lightning into 2 differet routes:
    • insert amount
    • show invoice
  • stores on local storage amount inserted and swap data
  • if the user already inserted an amount, when coming back will see that page with previous amount
  • if user closes the popup before ending the claiming (ie receiving LN), he can now re-open it and the app will remember and finalize the claim tx

closes #510

@tiero please review

- splits receiving in lightning into 2 differet routes:
  - insert amount
  - show invoice
- stores on local storage amount inserted and swap data
- if the user already inserted an amount, when coming back will see that page with previous amount
- if user closes the popup before ending the claiming (ie receiving LN), he can now re-open it and the app will remember and finalize the claim tx
@tiero tiero changed the title This commit: Keep state for LN > LQ swaps Dec 26, 2023
@tiero tiero merged commit 2e3dfab into vulpemventures:master Mar 4, 2024
6 checks passed
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

Successfully merging this pull request may close these issues.

LN > LQ swap must lock the screen state until completed
2 participants