tendermint / go-amino

Protobuf3 with Interface support - Designed for blockchains (deterministic, upgradeable, fast, and compact)
Other
260 stars 78 forks source link

Fuzzer doesn't work with modules #263

Closed liamsi closed 5 years ago

liamsi commented 5 years ago

Before prepping the release, I tried to run the json fuzzer and ran into this: https://github.com/dvyukov/go-fuzz/issues/195

liamsi commented 5 years ago

workaround: https://github.com/dvyukov/go-fuzz/pull/237 Run fuzzer with env GO111MODULE=off go-fuzz-build github.com/tendermint/go-amino/tests/fuzz/json

liamsi commented 5 years ago

Fixed via #264