yui-ibc-solidity icon indicating copy to clipboard operation
yui-ibc-solidity copied to clipboard

Implement Mock module for testing

Open bluele opened this issue 3 years ago • 1 comments

This may be convenient to perform the packet-relay test between two different implementations of IBC.

ref. https://github.com/cosmos/ibc-go/blob/2548ab5f52d3dff51bb2e7075b4bb0d3b79949eb/testing/mock/mock.go#L87

bluele avatar Jul 31 '21 09:07 bluele

I realized that there are no msg definitions in Mock module, so we need to implement the msgs and handlers for it.

bluele avatar Aug 02 '21 01:08 bluele