ibc: light clients restructure (#7408)
* ibc: light clients restructure * tendermint client cleanup * solomachine cleanup * rename * add cli * update spec README * proto files update * fix * update proto files * fix test build * fix test build
This commit is contained in:
@@ -33,9 +33,9 @@ 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
|
||||
* [Solo Machine light client](https://github.com/cosmos/cosmos-sdk/tree/master/x/ibc/light-clients/06-solomachine): devices such as phones, browsers, or laptops.
|
||||
* [Tendermint light client](https://github.com/cosmos/cosmos-sdk/tree/master/x/ibc/light-clients/07-tendermint): The default for SDK-based chains,
|
||||
* [Localhost (loopback) client](https://github.com/cosmos/cosmos-sdk/tree/master/x/ibc/light-clients/09-localhost): Useful for
|
||||
testing, simulation and relaying packets to modules on the same application.
|
||||
|
||||
### [Connections](https://github.com/cosmos/cosmos-sdk/tree/master/x/ibc/03-connection)
|
||||
|
||||
Reference in New Issue
Block a user