Peter Neuroth
Peter Neuroth
Building Core Lightning (state v23.11) on `x86_64-darwin` returns the following error. > ccan/ccan/fdpass/fdpass.c:16:8: error: variable length array folded to constant array as an extension [-Werror,-Wgnu-folding-constant] char buf[CMSG_SPACE(sizeof(fd))];
This PR adds the chars `` to the `FIELDNAME` exclusion list.
Currently we don't have a shared serialization for peerswapd and the cln-plugin. We should take advantage of the peerswaprpc proto file and use the generated stubs for the responses of...
We have escape in the json log. Remove these
What are all the situations in which we want to add a peer to the `suspicious_peers` list? - [ ] Alice pays fee invoice, Bob does not broadcast the swap...
Sometimes we don't know the short_channel_id yet (e.g the channel has not been broadcasted), but we still know the channel_id from the funding transaction. This PR adds a `channel_id` filter...
This upgrade includes https://github.com/ofek/coincurve/pull/188 which fix an issue with a license file during installation on some systems. This issue caused the FreeBSD tests to fail. Resolves #8579 There is no...