-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* secrets: add way to manage nwc store given account this commit aims to store in kechain the nostr wallet connect secret for each account * secrets: use option return instead of error on nwc * secrets: rename nostr wallet connect uri * commands: add management nwc secret adds has nwc secret for active account, set secret and remove secret * front+settings: add lightning configuration page * chore: add vitest * store: add nostr wallet connect validation * store: nwc could have multiple relays also they could have different protocols * refactor(nwc-uri-validation): divide long method in smaller ones * chore: add nwc dependency * nwc: check connection before storing nwc * feat(commands/groups): add bolt11 tag on events with an invoice in their content * chore: add lightning invoices * payments: add pay invoice command * payments: fixes expired at invoices * chat: add a little demo on chat paying invoices * payment: glow pay button * chat: use bolt11 tag for payments * chat: only enable payment if nwc is set up * Changelog: update with nwc-support * style(accounts payments): fix minor lint issues --------- Co-authored-by: Maurice Poirrier Chuden <[email protected]> Co-authored-by: josefinalliende <[email protected]>
- Loading branch information
1 parent
0b7b96a
commit 468df27
Showing
18 changed files
with
1,038 additions
and
19 deletions.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.