sovereign-ibc
sovereign-ibc copied to clipboard
Implementation of IBC modules by `ibc-rs` that can run with Sovereign SDK rollups
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.22.7 to 1.22.8. Release notes Sourced from crate-ci/typos's releases. v1.22.8 [1.22.8] - 2024-06-21 Features (action) Add Arm, Mac support Changelog Sourced from crate-ci/typos's changelog. [1.22.8] - 2024-06-21...
Currently, the sovereign header has a single update header from DA. https://github.com/informalsystems/sovereign-ibc/blob/f0d38de673e3fd0a118519183c0598a8ea2a2020/clients/sov-celestia/types/src/client_message/header.rs#L21-L24 But it may happen, the DA header needs multiple updates to reach to the latest height. Currently, this...