getAlby / nostr-wallet-connect-next

Nostr Wallet Connect (NIP-47) application to allow apps to connect to your node
https://nwc.getalby.com
Apache License 2.0
7 stars 3 forks source link

feat: expand LND support #385

Closed im-adithya closed 1 month ago

im-adithya commented 1 month ago

Fixes getAlby/hub#91

Needs the Channel Peers API to be fixed and UI to be changed before merging

Adds

rolznz commented 1 month ago

@im-adithya how did you test this? for example, there's no change on the frontend to allow the liquidity page to show

rolznz commented 1 month ago

On the channels page the savings balance shows 0. Can you implement the GetBalances() function in lnd.go?

rolznz commented 1 month ago

Open Channel does not work using Polar because there are no channel suggestions. I wonder if we should move the custom option to the frontend CC @bumi

It also then does not need to be duplicated for mainnet and signet

im-adithya commented 1 month ago

Added GetBalances call 👍

bumi commented 1 month ago

oh yay, merged!