sovereign-ibc
sovereign-ibc copied to clipboard
Implementation of IBC modules by `ibc-rs` that can run with Sovereign SDK rollups
Closes: #159 ## Description ______ ### PR author checklist - [ ] Linked to GitHub issue. - [ ] Added tests. - [ ] Updated code comments and documentation (e.g.,...
Currently, sovereign-ibc module expects its client and consensus state stored at counterparty as a direct serialization of its Any form. But in wasm-08 enabled cosmos-sdk chains, sovereign client and consensus...
## Summary Now by having the Protobuf and domain definitions of the rollup's `ClientState` we can think of how to implement the [`validate_self_client`](https://github.com/informalsystems/sovereign-ibc/blob/8fe4fa1cefbc9b125a2a73e82166263755430ce9/modules/sov-ibc/src/context.rs#L180-L188) method. ## Context Given our latest [ClientState](https://github.com/informalsystems/sovereign-ibc/blob/a9aaa80c4fe7b21fa777ae2a186838aac1fed68c/clients/sov-types/src/client_params.rs#L16-L49)...
Currently, the trusted height of the sovereign light client header must be the latest height at the stored client state. https://github.com/informalsystems/sovereign-ibc/blob/43de9b2fa02a35def46b2284b826ce9e4095fa7e/clients/sov-celestia/types/src/client_message/header.rs#L93-L98 This was required because the zk-prover didn't have recursive...
## Background This issue serves as a record of the evolving challenges and milestones in our ongoing pursuit of implementing a Sovereign light client running on Cosmos chains. As we...
# Overview This issue tracks the latest status and availability of the essential RPC methods required for integrating Hermes SDK in the 1st phase (high-priority endpoints) as outlined in the...
## Summary We need to determine how client upgradability should be handled on the Sovereign SDK rollups. Currently, there is no consensus or governance mechanism with the rollup. We must...
## Background This tracking issue outlines necessary tasks for enabling Hermes to establish a seamless connection with a Sovereign SDK chain powered by Celestia. The objective is to identify /...
## Background This issue serves as the central tracking point for the complete integration of IBC into Sovereign SDK Chains. Our primary objectives include: - **IBC Module Integration**: Implementing IBC...
## Background As we advance and aim to establish the IBC connection, It has become imperative to gain a comprehensive understanding of the customer’s infrastructure and their rollup and cosmos...