Christian Decker
Christian Decker
Rebased on `master` to pick up some flakyness fixes. ACK https://github.com/ElementsProject/lightning/pull/5440/commits/53d9bbcb691a652a79ef5deb608eeaa7ffae6487
That is very strange, ingress.local sounds a lot like it's going through some kind of service mesh or load balancer. Sadly I don't have much experience running cln-grpc on kubernetes,...
That is indeed much more reasonable, since as you noted `cln` and `localhost` are the hostnames we configure when generating the certificates. It also seems like the change in configuration...
> Do you think that the first one make the overriding certificate a manual process? Yes, you'd delete the certs and then restart the node (no worries the plugin caches...
Corresponding issue on lnd closed as a duplicate of https://github.com/lightningnetwork/lnd/issues/6039
That error originates from `libtool` which was recently updated in MacOS homebrew. The configure script in secp256k1 was incompatible. The fix has been slowly making its way up the dependency...
The goal of the static channel backup (lnd chose this name) is to provide a recovery method of last resort. It contains a subset of the data in the DB...
Ok, debugging this further it took me a while, but it appears `l3` is serving a stale `channel_update` with the old fees, which `l1` happily stores, and then tries the...
Yeah, I was looking into that, however it doesn't mesh too well with the async IO loop we're using, when spans live across several context switches. Ideally I'd like to...
Yep, RTD assuming that links ending in `.md` seems to be a common occurence, and the short URL should avoid that issue by sidestepping it. It's a bit less clean...