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
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.
The text was updated successfully, but these errors were encountered:
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
Part of: #10
Prerequisites: #99, #100
Summary
In this task, we will integrate
sovereign-ibc
with thesov-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.The text was updated successfully, but these errors were encountered: