Jamal James
Jamal James
@michaelWuensch Thanks for the feedback. 👍
Hi @darioAnongba, I'm planning on packaging up a release sometime next week. I'm trying to wait for a few of the currently open PRs to get merged. If you'd like...
@michaelWuensch I added support for v24.05 here as well.
@niteshbalusu11 What OS and docker version are you running. I tested on Mac, Windows, and Linux and didn't have any issues.
Ok, I'm running on an ARM Mac. Those are filesystem errors you're getting. My hunch is that Docker is misbehaving. Try restarting Docker and/or your computer. That will likely resolve...
Hey @toneloc, thanks for all of the details. > The instructions here - https://github.com/jamaljsr/polar/blob/master/docs/custom-nodes.md#c-lightning - seem to be out of date. Yes, the exact `Dockerfile` is outdated. There's a note...
Polar doesn't currently support the new REST APi included in CLN. It still requires the [c-lightning-REST](https://github.com/Ride-The-Lightning/c-lightning-REST) plugin. You would need to install this plugin in your Docker like Polar does...
> Got it. For this line: `--plugin=/opt/c-lightning-rest/plugin.js` looks like plugin.js is renamed `clrest.js` in updated [library](https://github.com/Ride-The-Lightning/c-lightning-REST). > > So I put `--plugin=/opt/c-lightning-rest/clrest.js` Yes, I ran into that issue also. We...
Hey @AdamuAbba, thanks so much for the PR. I tested it locally and it works great. I have some feedback but it's pretty much all cosmetic: 1. Tray icons are...
Ok, I'll take a look into this over the weekend.