daywalker90
daywalker90
Also there are still tests failing because of port binding: `Failed to bind socket for 127.0.0.1:44971: Address already in use` unfortunately every fix i tried made it worse
i believe there is a flag to disable building the rust crates, something like `./configure --disable-rust` iirc
the grpc stuff IS only from building the rust crate `cln-grpc`, i'm pretty sure i did not need a protoc compiler or grpc dependencies if i did not build that...
The issue in the OP is now possible with [call_raw](https://docs.rs/cln-rpc/0.1.8/cln_rpc/struct.ClnRpc.html#method.call_raw) right?
> > The issue in the OP is now possible with [call_raw](https://docs.rs/cln-rpc/0.1.8/cln_rpc/struct.ClnRpc.html#method.call_raw) right? > > Can you expand on that? I don't see a call_raw on the grpc definition. >...
I've found the problem in the rust-embed crate and have submitted a patch for it.
https://github.com/pyrossh/rust-embed/pull/259
I have implemented a feature flag for deterministic timestamps, just waiting for @pyrossh to ship it in a release 🚀
Actually Grok helped alot. I hinted at it that file timestamps could be the issue and it found the relevant code sections in utoipa. A fix there would have been...
I tried to feed a `diff` of the binaries in hex format but then it told me everything is broken it was leading in the wrong direction.