Closed brunoerg closed 2 months ago
fuzzing is a dream in this project, but we have some dev debts that can to be done before and will bring more quality of life to the developers. like:
Does adding this to the top-level Cargo.toml
solve the problem for windows? It looks like the fuzzer doesn't work on windows.
default-members = [
"florestad",
"crates/floresta",
"crates/floresta-chain",
"crates/floresta-cli",
"crates/floresta-common",
"crates/floresta-compact-filters",
"crates/floresta-electrum",
"crates/floresta-watch-only",
"crates/floresta-wire",
]
This is a very simple fuzz target but might be the start of a journey :)
Since there is no fuzzing in this project, I added
cargo-fuzz
into it.To run: