Skip to content

Commit

Permalink
imp: use cw-context as it relates more
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Apr 16, 2024
1 parent 04b9532 commit 5d8bf0d
Show file tree
Hide file tree
Showing 16 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ members = [
"ibc-clients/ics07-tendermint/types",
"ibc-clients/ics07-tendermint",
"ibc-clients/ics08-wasm/types",
"ibc-clients/cw-integrator",
"ibc-clients/cw-context",
"ibc-clients/ics07-tendermint/cw-contract",
"ibc-clients",
"ibc-apps/ics20-transfer/types",
Expand Down Expand Up @@ -79,7 +79,7 @@ ibc-core-host = { version = "0.51.0", path = "./ibc-core/ics24-hos
ibc-core-handler = { version = "0.51.0", path = "./ibc-core/ics25-handler", default-features = false }
ibc-core-router = { version = "0.51.0", path = "./ibc-core/ics26-routing", default-features = false }

ibc-client-cw = { version = "0.51.0", path = "./ibc-clients/cw-integrator", default-features = false }
ibc-client-cw = { version = "0.51.0", path = "./ibc-clients/cw-context", default-features = false }
ibc-client-tendermint = { version = "0.51.0", path = "./ibc-clients/ics07-tendermint", default-features = false }
ibc-client-tendermint-cw = { version = "0.51.0", path = "./ibc-clients/ics07-tendermint/cw-contract", default-features = false }

Expand Down
6 changes: 3 additions & 3 deletions ibc-clients/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@ IBC light clients:

- [ibc-client-tendermint-types](./ics07-tendermint/types): Data Structures
- [ibc-client-tendermint](./ics07-tendermint): Implementation
- [ibc-client-tendermint-cw](./ics07-tendermint/cw): CosmWasm Contract
- [ibc-client-tendermint-cw](./ics07-tendermint/cw-contract): CosmWasm Contract

### ICS-08: WASM Proxy Light Client

- [ibc-client-wasm-types](./ics08-wasm/types)

### CosmWasm Integration

- [ibc-client-cw](./cosmwasm): Types and Utilities for CosmWasm Integration
- [ibc-client-cw](./cw-context): Types and Utilities for CosmWasm Integration
- To utilize the CosmWasm contracts developed with this library, hosting
environments must support the CosmWasm module and be using the version of
`ibc-go` that supports the `08-wasm` proxy light client.

- **DISCLAIMER: This project is currently in development and should not be
- **DISCLAIMER: This library is currently in development and should not be
deployed for production use. Users are advised to exercise caution and test
thoroughly in non-production environments.**

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5d8bf0d

Please sign in to comment.