Erick λ
Erick λ
The last commit should fix this error: https://github.com/bitcoinfuzz/bitcoinfuzz/actions/runs/14977841067/job/42074555508#step:33:57
> The last commit should fix this error: https://github.com/bitcoinfuzz/bitcoinfuzz/actions/runs/14977841067/job/42074555508#step:33:57 Dropped this commit, due to the follow up PR #173. Since we will only merge this when test passes
> @erickcestari Did you already triage the current CI failure?: > > ``` > Assertion failed: (*res == *last_response), function InvoiceDeserializationTarget, file driver.cpp, line 125. > Invoice deserialization failed for...
> It's missing the instructions on README. Added!
It looks like the tests passed on macOS 13. Should we consider bumping to a more recent version, like macOS 14? Also, there are some strange errors in the logs....
> I could successfully build and run it. But everytime I give a CTRL+C to stop the execution, it causes a crash: > > ```shell > ==99304== ERROR: libFuzzer: fuzz...
Hello @t-bast, I'd appreciate your review on this PR as it adds Eclair to our differential fuzzing for Lightning Network invoice deserialization. Since you have deep expertise with Eclair and...
I'm drafting this for now, as I plan to submit another PR with a better approach. In the next iteration, I'll create a Java file to avoid repeatedly invoking the...
> > I'm drafting this for now, as I plan to submit another PR with a better approach. In the next iteration, I'll create a Java file to avoid repeatedly...
Draft. I need to update for a new formatted result due to #227.