#ibc #type #cosmos #tendermint #blockchain #data-structures

no-std ibc-client-tendermint-types

Maintained by ibc-rs, encapsulates essential ICS-07 Tendermint Client data structures and domain types, as specified in the Inter-Blockchain Communication (IBC) protocol. Designed for universal applicability to facilitate development and integration across diverse IBC-enabled projects.

13 releases (8 breaking)

new 0.56.0 Nov 15, 2024
0.55.0 Sep 27, 2024
0.53.0 May 14, 2024
0.51.0 Mar 26, 2024
0.48.1 Nov 27, 2023

#107 in Magic Beans

Download history 364/week @ 2024-07-29 167/week @ 2024-08-05 563/week @ 2024-08-12 89/week @ 2024-08-19 192/week @ 2024-08-26 265/week @ 2024-09-02 161/week @ 2024-09-09 272/week @ 2024-09-16 651/week @ 2024-09-23 393/week @ 2024-09-30 286/week @ 2024-10-07 549/week @ 2024-10-14 252/week @ 2024-10-21 465/week @ 2024-10-28 257/week @ 2024-11-04 450/week @ 2024-11-11

1,456 downloads per month
Used in 21 crates (2 directly)

Apache-2.0

290KB
6K SLoC

IBC Clients

This top-level crate re-exports Inter-Blockchain Communication (IBC) implementations of light clients. It serves as a meta-crate, simplifying the process of importing and integrating various IBC clients into your blockchain. IBC is a distributed protocol that enables communication between distinct sovereign blockchains and IBC light clients track the consensus states and proof specs of external blockchains, which are required to properly verify proofs against the client's consensus state.

The structure within the ibc-clients crate is designed to provide flexibility for external users. It allows you to utilize the own ibc-clients crate or selectively import specific libraries, whether you need a certain IBC client implementation (e.g. ibc-client-tendermint crate) or only its associated data structures (e.g. ibc-core-tendermint-types). This versatility empowers hosts, including chain integrators, relayers, or any IBC tooling projects, to build their solutions on top of the layers that best suit their requirements.

Sub-Crates

Currently, the ibc-clients crate contains the implementation of the following IBC light clients:

ICS-07: Tendermint Light Client

ICS-08: WASM Proxy Light Client

Third-party Clients

Here, we list IBC third-party clients that are compatible with ibc-rs. You should always audit the implementation of any third-party crate. If you have a client that you'd like to be added to this list, please open a PR!

Contributing

IBC is specified in English in the cosmos/ibc repo. Any protocol changes or clarifications should be contributed there.

If you're interested in contributing, please take a look at the CONTRIBUTING guidelines. We welcome and appreciate community contributions!

Dependencies

~20MB
~427K SLoC