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 | 52 | 50 | 55 |
| Total Downloads | 14.7K | 14.3K | 274.7K |
| 30d Downloads | 83 | 66 | 6.8K |
| Dependents | 8 | 2 | 79 |
| Releases | 6 | 6 | 14 |
| Last Updated | 420d ago | 420d ago | 422d ago |
| Age | 1y 11m | 1y 11m | 2y 4m |
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 55/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.