bitcoinfuzz icon indicating copy to clipboard operation
bitcoinfuzz copied to clipboard

Support differential fuzzing between Eclair and Lightning-kmp

Open erickcestari opened this issue 4 months ago • 0 comments

Currently, we cannot run fuzzing with Eclair and LightningKMP simultaneously because only one JVM can be instantiated per process, so we must either find a way to run both in a single JVM without package conflicts, run them in separate processes, or accept that differential fuzzing between them is not possible or may find another solution for this.

cc @GustavoStingelin

erickcestari avatar Sep 02 '25 19:09 erickcestari