You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Soroban fuzzing experience could be better, but probably can't be improved much without switching to a different fuzzing engine.
Soroban has support for fuzzing via cargo-fuzz. This support depends on libfuzzer, an LLVM project which is in maintenance mode and sees no improvements. The cargo-fuzz/libfuzzer user experience is primitive.
What problem does your feature solve?
The Soroban fuzzing experience could be better, but probably can't be improved much without switching to a different fuzzing engine.
Soroban has support for fuzzing via cargo-fuzz. This support depends on libfuzzer, an LLVM project which is in maintenance mode and sees no improvements. The cargo-fuzz/libfuzzer user experience is primitive.
It also currently requires a workaround on macos.
What would you like to see?
Investigate alternative fuzzing engines:
It's unclear how mature these are and whether they are viable for Soroban. We just need to take the first step and give them a try.
The text was updated successfully, but these errors were encountered: