sovereign-ibc icon indicating copy to clipboard operation
sovereign-ibc copied to clipboard

Implementation of IBC modules by `ibc-rs` that can run with Sovereign SDK rollups

Results 23 sovereign-ibc issues
Sort by recently updated
recently updated
newest added

## Description This study aims to determine the information that Hermes needs from the DA layer (in our case Celestia) to perform its relaying job. As well as how to...

explore
relayer

## Context To enable relayers to craft **`MsgUpdateClient`**, it's essential to query the aggregated proof data from the DA layer at intervals corresponding to the number of headers it covers....

relayer

## Background Right now, there are ambiguities about the best way to fit a ZK verifier into Sovereign light clients. This issue is about figuring out how to smoothly add...

explore
sov-light-client

## Background To properly support Sovereign SDK rollups, we require client-serving libraries akin to **`tendermint-rs`**. This library should provide integration kits and cater to the specific needs of IBC operators,...

sov-sdk

## Background We have made significant progress on implementing the Sovereign IBC module, with most of its functionality already in place and maintained within the `sov-ibc` and `sov-ibc-transfer` crates. However,...

tracking
modules

## Background This issue tracks the implementation of essential integration tests (As outlined in the following task list) aimed at comprehensively covering various IBC relaying scenarios between Sovereign Rollups and...

tracking
testing
blocked
CI/CD

## Background `sov-ibc-mocks` implementation is aligned with the design pattern of context generic programming (CGP) which is used by Hermes SDK and this approach inspired from implementation of [`relayer-cosmos-mock`](https://github.com/informalsystems/hermes-sdk/tree/main/crates/relayer-cosmos-mock) there....

testing
relayer

## Background Right now, it’s not clear if anything pertaining to the ZK part of light client should get stored (within the IBC store of Cosmos SDK chains) and updated...

explore
sov-light-client

### Background To effectively engage with the WASM file of the Sovereign light client on Cosmos SDK chains, we should set up a WASM-enabled Cosmos node and come up with...

sov-light-client
CI/CD

## Problem Statement Ideally, the `sov-ibc` module should be divided into two distinct modules, e.g., `sov-ibc-core` and `sov-ibc-router`. This separation ensures that `sov-ibc-core` remains integrated with any IBC application without...

modules
blocked