This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 216
Update to lnd 0.9 and support keysend #3393
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
1178918
feat: update lnd to v0.9.0-beta-2-gba4483f6
mrfelton 2779a18
chore: add additional lnd tags to release script
mrfelton f58de73
feat: update lnd to v0.9.1-beta-2-g64bd2e59
mrfelton 8621eb6
feat(wallet): basic keysend support
mrfelton fa894ba
fix(wallet): handle amounts as bignumber
mrfelton 5572048
fix(ui): display destination when sending keysend payments
mrfelton 2130610
fix(ui): improve keysend receive message
mrfelton c2982f3
chore(i18n): extract new translation strings
mrfelton 954b77c
feat(lnd): enable keysend for neutrino clients
mrfelton 2e11bc5
fix(ui): do not show qr code for keysend payments
mrfelton 1690f91
feat(ui): add note to request summary for keysend payments
mrfelton 8d356c5
feat(ui): add node pubkey into send address field label
mrfelton 72ead23
chore(i18n): extract new translation strings
mrfelton d8e4b87
refactor: check length before hex regex
mrfelton 5e83698
refactor: dont silence lint warnings
mrfelton 120c74b
refactor: dont double init CoinBig
mrfelton File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is probably ripe to be replaced with ENUM. but that might be out of scope, so we can create a "refactor" issue for this