cosmos / interchain-security

Interchain Security is an open sourced IBC application which allows cosmos blockchains to lease their proof-of-stake security to one another.
https://cosmos.github.io/interchain-security/
Other
156 stars 126 forks source link

Cosmos-SDK: Implement simapp fuzzing for new addition to Cosmos SDK #69

Closed mpoke closed 2 years ago

mpoke commented 2 years ago

@sainoe @okwme @alexanderbez Do we still need this if we do not merge our SDK changes to the master branch of cosmos-sdk? We decided to go with the approach described in https://github.com/cosmos/interchain-security/issues/68

jtremback commented 2 years ago

@danwt Can you weigh in on how much the simapp fuzzing would improve coverage over what our diff tests do now? If it's not going to be an improvement and the SDK team doesn't require it, we can close this.

danwt commented 2 years ago

I will look again at the existing simapp uses for other modules. I would be surprised if it would help us.

danwt commented 2 years ago

It would take some effort anyway so even if simapp fuzzing is useful (which it might be), it would have to be more useful for us than other work to justify it (doubtful).