cosmos-sdk/fuzz
mergify[bot] 7acff9b5e8
test(fuzz): fix broken OSS-Fuz build (backport #21940) (#21980)
Co-authored-by: AdamKorcz <44787359+AdamKorcz@users.noreply.github.com>
2024-09-30 13:04:30 +02:00
..
tests style: remove redundant import alias (#20109) 2024-04-21 19:03:43 +00:00
fuzz.patch test(fuzz): fix broken OSS-Fuz build (backport #21940) (#21980) 2024-09-30 13:04:30 +02:00
oss-fuzz-build.sh test(fuzz): fix broken OSS-Fuz build (backport #21940) (#21980) 2024-09-30 13:04:30 +02: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