You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
Deliverable
Non-goals / Non-deliverables
General issue deliverables
Testing Methodology
make ...
make ...
make test_all
LocalNet
is still functioning correctly by following the instructions at docs/development/README.mdk8s LocalNet
is still functioning correctly by following the instructions hereCreator: @h5law
Co-Owners: @h5law
The text was updated successfully, but these errors were encountered: