Lounès Ksouri
Lounès Ksouri
Hey! I can try to take care of this task.
Would it be okay to use the Unix Domain Socket + the official Core Lightning python client to communicate with the node? I initially planned to use their new gRPC...
We can definitely do that with Docker, however it won't work on macOS (only on Linux). It is a known "won't solve" Docker issue. I learnt it the hard way...
Yeah... Alternatively, I can look for all the missing gRPC methods and implement them on the plugin on Core Lightning. Maybe there are not that much (I gotta admit I've...
AFAIU Core Lightning doesn't natively support hold invoices creation. However, it does provide a plugin hook `invoice_payment` that notifies when a payment is coming in before actually settling the HTLC....
Yeah, looks like a full "hodl invoice" plugin needs to be written for Core Lightning. This is gonna be a bit too complex for me, so unfortunately I'm gonna have...
Hey @iBobik! The old GH Action was building the image on push on master. LNbits changed the main branch from `master` to `main` a couple of times ago (along with...
Yeah, it's because the Action runs when a new version is tagged, and there has been no new release since the merge.
Sure, but #533 has been merged only 10 days ago. It is this PR that fixes the autobuild.
On the next tag / release, the image will be built and pushed automatically, yes 😁