Skip to content

Commit

Permalink
feat: showcase ibc-client-cw
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Apr 20, 2024
1 parent 0465b28 commit 6e0f289
Show file tree
Hide file tree
Showing 18 changed files with 15 additions and 1,300 deletions.
9 changes: 5 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,14 @@ optimize = """docker run --rm -v "$(pwd)":/code \

[dependencies]
base64 = "0.22.0"
cosmwasm-schema = "2.0.1"
cosmwasm-std = "2.0.1"
cosmwasm-schema = "1.5.2"
cosmwasm-std = "1.5.2"
cw-storage-plus = "2.0.0"
cw2 = "2.0.0"
derive_more = "0.99.17"
ibc-core = { version = "0.51.0", default-features = false, features = ["schema"] }
ibc-clients = { version = "0.51.0", default-features = false, features = ["schema"] }
ibc-core = { git = "https://github.com/cosmos/ibc-rs.git", rev = "80b8084", default-features = false, features = ["schema"] }
ibc-clients = { git = "https://github.com/cosmos/ibc-rs.git", rev = "80b8084", default-features = false, features = ["schema"] }
ibc-client-cw = {git = "https://github.com/cosmos/ibc-rs.git", rev = "80b8084", default-features = false }
ibc-proto = { version = "0.42.2", default-features = false }
prost = "0.12.3"
schemars = "0.8.15"
Expand Down
2 changes: 1 addition & 1 deletion src/bin/schema.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use cosmwasm_schema::write_api;

use rollkit_ibc::msg::{InstantiateMsg, SudoMsg};
use ibc_client_cw::types::{InstantiateMsg, SudoMsg};

fn main() {
write_api! {
Expand Down
68 changes: 0 additions & 68 deletions src/context/ctx.rs

This file was deleted.

246 changes: 0 additions & 246 deletions src/context/custom_ctx.rs

This file was deleted.

Loading

0 comments on commit 6e0f289

Please sign in to comment.