Bruno Garcia
Bruno Garcia
> I've encountered similar Rust and Go([#93](https://github.com/brunoerg/bitcoinfuzz/issues/93)) errors when setting up Dockerfiles and docker-compose for the project. To solve this, I'm considering merging related modules: combining Go-based ones like **lnd**...
I agree with @erickcestari. Go ahead, @Lymah123. However, I believe we could discuss the approach here first before you implement it, this way we can avoid waste of time (especially...
How is going @Lymah123?
> I think we need to wait on this until CLN, LND (and others?) also reject such invoices. What is the current state of it?
Update: CLN has removed it, now we're just waiting for LND.
We cannot reproduce on rust-miniscript to compare since recursive depth over 402 is not permitted.
I didn't review it in depth but I used this PR to test my "mutation testing tool", which creates mutations based on diff, and the tests are REALLY great! The...
Concept ACK
> I think that the problem warrants a fix in the real code, not in the test. We can still limit the values to reflect the reality. I don't see...