Objective
Implement an ICS-08 implementation of the Tendermint client for the tracking and verification of tendermint chains.
This implementation should adhere to ICS-02 and be a WASM binary that can be used in the ICS-08 implementation as an IBC light client to track, update, check for misbehaviour, verify state, etc for the cosmos ecosystem.
The ibc-rs library can be utilised for this light client, and other tendermint ICS-08 (CosmWasm) implementations can also be referenced.
Origin Document
Issue #912
Goals
- Create an IBC Wasm light client for tendermint chains
- Fully satisfy ICS-02 and ICS-08
Deliverable
Non-goals / Non-deliverables
- Change the ICS-02 interfaces
- Implement a CosmWasm light client
General issue deliverables
Testing Methodology
Creator: @h5law
Co-Owners: @h5law
Objective
Implement an ICS-08 implementation of the Tendermint client for the tracking and verification of tendermint chains.
This implementation should adhere to ICS-02 and be a WASM binary that can be used in the ICS-08 implementation as an IBC light client to track, update, check for misbehaviour, verify state, etc for the cosmos ecosystem.
The
ibc-rslibrary can be utilised for this light client, and other tendermint ICS-08 (CosmWasm) implementations can also be referenced.Origin Document
Issue #912
Goals
Deliverable
Non-goals / Non-deliverables
General issue deliverables
Testing Methodology
make ...make ...make test_allLocalNetis still functioning correctly by following the instructions at docs/development/README.mdk8s LocalNetis still functioning correctly by following the instructions hereCreator: @h5law
Co-Owners: @h5law