cosmos-sdk/fuzz
2023-12-17 02:07:38 +00:00
..
tests chore: enable errcheck linter (#16406) 2023-07-12 08:58:27 +00:00
oss-fuzz-build.sh fix(ci): don't build deleted FuzzXBankTypesAddressFromBalancesStore fuzzer (#18769) 2023-12-17 02:07:38 +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