Skip to content

Commit

Permalink
Merge branch 'main' into luca_joss/demo-cli-send-packet-to-ics20
Browse files Browse the repository at this point in the history
  • Loading branch information
ljoss17 committed Jan 28, 2025
2 parents a105d20 + 34457fa commit aa9fac1
Show file tree
Hide file tree
Showing 7 changed files with 102 additions and 117 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

rust-1_79 = nixpkgs.rust-bin.fromRustupToolchainFile ./rust-toolchain-1.79.toml;

wasm-simapp = cosmos-nix.ibc-go-v9-wasm-simapp;
wasm-simapp = cosmos-nix.ibc-go-v8-wasm-simapp;

osmosis = cosmos-nix.osmosis;

Expand Down
78 changes: 26 additions & 52 deletions light-client/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions light-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,17 @@ ibc-client-starknet-types = { path = "./ibc-client-starknet-types" }

ibc-client-cw = { git = "https://github.com/informalsystems/cosmwasm-ibc.git", branch = "luca_joss/add-cw-client-extension-trait" }

ibc = { git = "https://github.com/cosmos/ibc-rs", branch = "main" }
ibc-core = { git = "https://github.com/cosmos/ibc-rs", branch = "main" }
ibc-core-client-types = { git = "https://github.com/cosmos/ibc-rs", branch = "main" }
ibc-core-host-cosmos = { git = "https://github.com/cosmos/ibc-rs", branch = "main" }
ibc-client-tendermint = { git = "https://github.com/cosmos/ibc-rs", branch = "main" }
ibc-client-tendermint-types = { git = "https://github.com/cosmos/ibc-rs", branch = "main" }
ibc-client-wasm-types = { git = "https://github.com/cosmos/ibc-rs", branch = "main" }
ibc-core-client = { git = "https://github.com/cosmos/ibc-rs", branch = "main" }
ibc-core-channel-types = { git = "https://github.com/cosmos/ibc-rs", branch = "main" }
ibc-core-handler-types = { git = "https://github.com/cosmos/ibc-rs", branch = "main" }

cgp = { git = "https://github.com/contextgeneric/cgp.git" }
cgp-core = { git = "https://github.com/contextgeneric/cgp.git" }
cgp-extra = { git = "https://github.com/contextgeneric/cgp.git" }
Expand Down
1 change: 1 addition & 0 deletions nix/ibc-starknet-cw.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ let
"hermes-cosmos-encoding-components-0.1.0" = "sha256-uxXpzxVc89DkAC4VqC/Au3cpBzUbxiSS2KiFKZ+rqdg=";
"cgp-0.3.1" = "sha256-AOQ+WVQWPlF2ZfYYc5Eq3t7XAljd5P2qExWLYZWNnd8=";
"ibc-client-cw-0.56.0" = "sha256-EkLxuJfr3vf0busmSZD7DwOS9GfgfhT+sdopi1nNiCs=";
"ibc-0.56.0" = "sha256-7DPIqu/zs0szjmtJTfXI2eQ0HEkRyvGjArcMZsFWMT4=";
};
};

Expand Down
Loading

0 comments on commit aa9fac1

Please sign in to comment.