Decision Workspace
ibc-client-cw vs ibc-client-tendermint-cw vs ibc-core-client
Side-by-side comparison of Rust crates
Contains types and implementations that are needed to integrate a light client, built using ibc-rs, into CosmWasm contract. It functions as a library, allowing users to import the ready-made `Context` object that is generic across light clients, introduce their concrete client type and integrate their assembled context into the CosmWasm contract's entrypoint.
Contains the implementation of the ICS-07 Tendermint Client logic as a CosmWasm contract. It leverages the `ibc-client-cw` crate to integrate the Tendermint light client into a CosmWasm contract.
Maintained by `ibc-rs`, contains the implementation of ICS-02 Client Semantics and re-exports essential data structures and domain types from `ibc-core-client-types` crate.
Core Metrics
| ibc-client-cw | ibc-client-tendermint-cw | ibc-core-client | |
|---|---|---|---|
| Health Score | 50 | 48 | 56 |
| Total Downloads | 15.2K | 14.7K | 297.0K |
| 30d Downloads | 0 | 0 | 2.2K |
| Dependents | 8 | 2 | 79 |
| Releases | 6 | 6 | 14 |
| Last Updated | 528d ago | 528d ago | 530d ago |
| Age | 2y 2m | 2y 2m | 2y 7m |
Health Breakdown
Technical Details
| ibc-client-cw | ibc-client-tendermint-cw | ibc-core-client | |
|---|---|---|---|
| Version | 0.57.0 | 0.57.0 | 0.57.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Apache-2.0 | Apache-2.0 | Apache-2.0 |
| Dependencies | 8 | 8 | 6 |
| Crate Size | 22KB | 24KB | 14KB |
| Features | 2 | 2 | 7 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.79.0 | 1.79.0 | 1.79.0 |
| Owners | 3 | 3 | 4 |
Links
Quick Verdict
- •ibc-core-client leads with a health score of 56/100, but none of the options score above 80.
- •⚠ ibc-client-cw, ibc-client-tendermint-cw, ibc-core-client have not been updated in over a year.