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

Implement IBC client creation of Cosmos chain on Sovereign rollup #101

Closed
Tracked by #10
soareschen opened this issue Jan 26, 2024 · 1 comment
Closed
Tracked by #10

Comments

@soareschen
Copy link
Collaborator

soareschen commented Jan 26, 2024

Part of: #10
Prerequisites: #99, #100

Summary

In this task, we will integrate sovereign-ibc with the sov-rollup-starter rollup and implement IBC client creation and update of Cosmos chains on Sovereign rollups.

Since the workflow for creating and updating Cosmos clients is more or less the same as Cosmos-to-Cosmos relaying, the implementation of this task should be relatively straightforward once we have implemented transaction sending in #100.

We can reuse the Cosmos components for building create and update client payloads that are implemented in hermes-cosmos-client-components. The main work is to implement the building of Sovereign messages based on the Cosmos create/update client payloads.

@github-project-automation github-project-automation bot moved this to 📥 To Do in sovereign-ibc Mar 26, 2024
@soareschen soareschen changed the title Implement IBC client creation and update of Cosmos chain on Sovereign rollup Implement IBC client creation of Cosmos chain on Sovereign rollup Apr 23, 2024
@soareschen
Copy link
Collaborator Author

The client creation part has been implemented in #232 and #242. The work for client update will be tracked by #243.

@github-project-automation github-project-automation bot moved this from 📥 To Do to ✅ Done in sovereign-ibc Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ✅ Done
Development

No branches or pull requests

1 participant