yui-ibc-solidity
yui-ibc-solidity copied to clipboard
Implement Mock module for testing
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
I realized that there are no msg definitions in Mock module, so we need to implement the msgs and handlers for it.