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
The goal is to integrate a library into ibc-rs that includes essential common definitions and utilities, ready-made to facilitate the implementation of CosmWasm contracts for light clients built using ibc-rs.
This initiative is inspired by our experience in implementing the CosmWasm contract for Sovereign SDK light client.
This library, when added to ibc-rs, will provide users with a comprehensive Context object. This context will have all the necessary methods and client-level traits already implemented and intended to be compatible with any light clients developed using ibc-rs.
The content you are editing has changed. Please copy your edits and refresh the page.
Summary
The goal is to integrate a library into ibc-rs that includes essential common definitions and utilities, ready-made to facilitate the implementation of CosmWasm contracts for light clients built using ibc-rs.
This initiative is inspired by our experience in implementing the CosmWasm contract for Sovereign SDK light client.
This library, when added to ibc-rs, will provide users with a comprehensive
Context
object. This context will have all the necessary methods and client-level traits already implemented and intended to be compatible with any light clients developed using ibc-rs.Prerequisite
Validation/ExecutionContext
under ICS-07 portable #1163The text was updated successfully, but these errors were encountered: