daywalker90
daywalker90
> [@daywalker90](https://github.com/daywalker90) – Let me know if you are interested in taking on this bounty. Otherwise, I will prioritise it when I have bandwidth. Is https://github.com/ElementsProject/lightning/pull/7529 what this issue is...
Like this https://github.com/ElementsProject/lightning/pull/8383 ?
It would be really nice to get this pr merged asap. Being able to ship reproducible binaries is quite important for security.
see https://github.com/ElementsProject/lightning/issues/2104 and https://github.com/ElementsProject/lightning/issues/3451
Tests are flaky, i saw some "address already in use" in one of them.
it didnt have any locally, must be github being weird
@advorzhak shameless plug to look into cln-nip47 :)
I'm using dynmaic linking so after upgrading to debian 13 and rust 1.89 i tried to build this PR and i got ``` warning: [email protected]: could not execute `llvm-config` one...
25.9 no longer uses poetry but uv instead, check the updated install instructions https://github.com/ElementsProject/lightning/blob/v25.09/doc/getting-started/getting-started/installation.md
That should not happen. I think this comes from not having a clean git tree and make install trying to compile again instead of just installing. Before and after `RUST_PROFILE=release...