-
Notifications
You must be signed in to change notification settings - Fork 24
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
Feature/cln #123
base: main
Are you sure you want to change the base?
Feature/cln #123
Conversation
There was some grpc support aded to CLN in 0.11 https://github.com/ElementsProject/lightning/releases/tag/v0.11.0.1 What exactly is needed? |
Here is the official |
There are 2 things that are needed right now:
I will create a new PR for CLN gRPC support and close this one later because it is outdated. |
I agree with the sentiment here. However, if CLN gRPC is not adding this, you can use for example this: https://github.com/nbd-wtf/ln-decodepay |
I've updated this PR but stumbled upon another issue which blocks CLN integration: C-Lightning doesn’t support creating an invoice with a description_hash as input parameter (it needs the description and does the hashing itself). |
This draft PR is meant to track C-Lightning support. According to rumours, @cdecker is working on an official gRPC interface for C-Lightning. So we should rewrite this PR once that is released, so we don't have to rely on the Sparko plugin anymore.