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

feat: add send to lightning address #520

Merged
merged 20 commits into from
Aug 27, 2024
Merged

feat: add send to lightning address #520

merged 20 commits into from
Aug 27, 2024

Conversation

im-adithya
Copy link
Member

Description

Fixes #436

Screenshots

Tests

  • Check with apple23 (random string)
  • Check with lnbc34567 (invalid bolt11)
  • Check with expired bolt11
  • Check with a@a.com (invalid lightning address)
  • Check with comment length more than commentAllowed while sending to LN address
  • Check alerts when amounts are greater than balance

@im-adithya im-adithya requested review from rolznz and reneaaron August 21, 2024 08:32
@rolznz
Copy link
Contributor

rolznz commented Aug 23, 2024

@im-adithya nice work and good attempt to split up the components, but please be careful when refactoring and consider the implications.

I also think there are a few strange things in how the payment components are structured, which I have commented on, but overall I think it is in a good direction.

@rolznz rolznz added this to the v1.7.0 milestone Aug 24, 2024
@im-adithya
Copy link
Member Author

frontend/src/screens/wallet/Send folder should be renamed to frontend/src/screens/wallet/send for the tests to pass. I can't do it for some reason :(

Copy link
Contributor

@rolznz rolznz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tACK

@rolznz rolznz merged commit 7e8da27 into master Aug 27, 2024
8 checks passed
@rolznz rolznz deleted the task-send branch August 27, 2024 13:12
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.

Support paying to lightning addresses from Alby Hub Wallet
2 participants