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

feat: use ibc-client-cw crate for CosmWasm contract implementation #23

Merged
merged 6 commits into from
Apr 23, 2024

Conversation

Farhad-Shabani
Copy link
Member

@Farhad-Shabani Farhad-Shabani commented Apr 20, 2024

Showcase ibc-client-cw library

As of this PR at ibc-rs, a new library has been introduced to facilitate CosmWasm contract implementation under which the Context is completely wired to the CosmWasm storage (Meaning that all the ibc-rs client state traits are implemented). This Context is generic over the ClientType. Aside, the domain types you may need are available in this crate and you can import from there.
Therefore, here we should be able to completely discard the context trait implementations.
This ibc-client-cw library will be available from v0.52.0.

@crodriguezvega crodriguezvega merged commit 215b18c into cosmos:main Apr 23, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants