breez / lspd

MIT License
28 stars 18 forks source link

Replace cln client with grpc #209

Closed JssDWt closed 6 months ago

JssDWt commented 7 months ago

Currently lspd uses glightning as a client to communicate with the cln api. This has the downside that lspd need to have access to the socket file, so it has to run on the same machine. Replacing the current cln client with a grpc client mitigates this issue.

JssDWt commented 6 months ago

Done in https://github.com/breez/lspd/pull/215