cosmos-sdk/fuzz
Julien Robert c452721442
style: add gci linter (#16758)
Co-authored-by: Jacob Gadikian <faddat@users.noreply.github.com>
2023-06-29 09:46:37 +00:00
..
tests style: add gci linter (#16758) 2023-06-29 09:46:37 +00:00
oss-fuzz-build.sh test: add new fuzzers to OSS-Fuzz suite (#15776) 2023-04-11 10:18:45 +00:00
README.md docs: add docs about x/auth/tx (#14021) 2022-11-27 20:30:23 +00:00

Fuzzing

Running

The fuzz tests are in standard Go format. To run a fuzz test, use the -fuzz flag to go test. For example:

go test -fuzz FuzzCryptoHDNewParamsFromPath ./tests

oss-fuzz build status

https://oss-fuzz-build-logs.storage.googleapis.com/index.html#cosmos-sdk