Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide library to facilitate CosmWasm contract implementation for light clients built using ibc-rs #1164

Closed
1 task done
Tracked by #1165
Farhad-Shabani opened this issue Apr 15, 2024 · 0 comments · Fixed by #1167
Closed
1 task done
Tracked by #1165
Assignees
Labels
O: new-feature Objective: aims to add new feature S: wasm Scope: support Wasm envs

Comments

@Farhad-Shabani
Copy link
Member

Farhad-Shabani commented Apr 15, 2024

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

  1. O: usability
    Farhad-Shabani
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O: new-feature Objective: aims to add new feature S: wasm Scope: support Wasm envs
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant