Se7enZ
Se7enZ
To follow up here, running `v5.0.0`, I get the following output: ``` plugin-peerswap: PeerSwap starting up with commit 8f670390ff9277f02bd6d422d518de757ce2faf8 plugin-peerswap: DB version: v0.2, Protocol version: 5 plugin-peerswap: Using data dir:...
@cdecker Pretty sure this CI got disrupted by the Poetry `1.8.0` release a few hours ago. The `Dockerfile.alpine` works locally for me when I change the command to `python3 -m...
Trying to avoid errors in the CI Prebuild check [here](https://github.com/ElementsProject/lightning/actions/runs/8038975834/job/21955802811) by running a build using: `docker build -t lightningd-ubuntu -f contrib/docker/Dockerfile.ubuntu .` And committing the generated code from that.
> I'm removing the bloody alpine test, it keeps rotting away. See #7114. This PR will not make it into the v24.02 anyway, the feature freeze was 2 weeks ago...
@cdecker I rebased the latest from `master`. After experiencing some inconsistent behavior from `pytest` locally, I managed to produce two successful consecutive runs after: 1. Freeing up some more disk...
@cdecker I re-ran `pytest` today with `ulimit` set to `1024` and yes, there is an FD leak. It shows up under my Nix setup, because Nix also opens a lot...
Removed the FD leak changes due to a few failing tests and opened https://github.com/ElementsProject/lightning/issues/7130 to investigate them there.
@cdecker @daywalker90 It looks like the `msggen` component is undergoing some serious refactor recently. Do you have any advice on how to move this PR forward toward a merge-able state,...
@daywalker90 I did as you suggested. Still a little confused why the `satoshi` field isn't included in the `.msggen.json` `model-field-versions`, but it is of type `sat` and the other example...
@daywalker90 Nice -- that looks better to me, although I don't know much of what to expect from the generated code. Also rebased against `master`. edit: Also, I didn't update...