Add a mock application module to test core IBC (#7187)
* update setup to use channeltype and add mock app module * rm print statement * claim channel cap * fix up test * Update x/ibc/testing/coordinator.go Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com> * apply @fedekunze review suggestions Co-authored-by: Aditya Sripal <adityasripal@gmail.com> Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
This commit is contained in:
co-authored by
Federico Kunze
Aditya Sripal
parent
91ff9fa417
commit
843bd24bca
@@ -33,6 +33,7 @@ other blockchains, along with the proof spec necessary to properly verify proofs
|
||||
client's consensus state. A client may be associated with any number of connections to multiple
|
||||
chains. The supported IBC clients are:
|
||||
|
||||
* [Solo Machine light client](https://github.com/cosmos/cosmos-sdk/tree/master/x/ibc/light-clients/solomachine): devices such as phones, browsers, or laptops.
|
||||
* [Tendermint light client](https://github.com/cosmos/cosmos-sdk/tree/master/x/ibc/07-tendermint): The default for SDK-based chains,
|
||||
* [Localhost (loopback) client](https://github.com/cosmos/cosmos-sdk/tree/master/x/ibc/09-localhost): Useful for
|
||||
testing, simulation and relaying packets to modules on the same application.
|
||||
|
||||
Reference in New Issue
Block a user