cli icon indicating copy to clipboard operation
cli copied to clipboard

Scaffold IBC tests using framework defined in https://github.com/cosmos/ibc-go/tree/main/testing

Open dshulyak opened this issue 3 years ago • 0 comments

It removes a lot of boilerplate for IBC state management that otherwise we will have to implement ourselves. Also allows using 2-chain setup in tests.

Our current codebase is using a module from cosmos-sdk. It also has a framework for testing, but lacks a capability to swap an application that is used for testing.

dshulyak avatar May 11 '21 08:05 dshulyak