Skip to content

Commit dcbfb2b

Browse files
Merge branch 'main' into soares/test-background-relay
2 parents d800cb8 + 34457fa commit dcbfb2b

File tree

7 files changed

+102
-117
lines changed

7 files changed

+102
-117
lines changed

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

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

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

6464
osmosis = cosmos-nix.osmosis;
6565

light-client/Cargo.lock

+26-52
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

light-client/Cargo.toml

+11
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,17 @@ ibc-client-starknet-types = { path = "./ibc-client-starknet-types" }
6363

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

66+
ibc = { git = "https://github.com/cosmos/ibc-rs", branch = "main" }
67+
ibc-core = { git = "https://github.com/cosmos/ibc-rs", branch = "main" }
68+
ibc-core-client-types = { git = "https://github.com/cosmos/ibc-rs", branch = "main" }
69+
ibc-core-host-cosmos = { git = "https://github.com/cosmos/ibc-rs", branch = "main" }
70+
ibc-client-tendermint = { git = "https://github.com/cosmos/ibc-rs", branch = "main" }
71+
ibc-client-tendermint-types = { git = "https://github.com/cosmos/ibc-rs", branch = "main" }
72+
ibc-client-wasm-types = { git = "https://github.com/cosmos/ibc-rs", branch = "main" }
73+
ibc-core-client = { git = "https://github.com/cosmos/ibc-rs", branch = "main" }
74+
ibc-core-channel-types = { git = "https://github.com/cosmos/ibc-rs", branch = "main" }
75+
ibc-core-handler-types = { git = "https://github.com/cosmos/ibc-rs", branch = "main" }
76+
6677
cgp = { git = "https://github.com/contextgeneric/cgp.git" }
6778
cgp-core = { git = "https://github.com/contextgeneric/cgp.git" }
6879
cgp-extra = { git = "https://github.com/contextgeneric/cgp.git" }

nix/ibc-starknet-cw.nix

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ let
1313
"hermes-cosmos-encoding-components-0.1.0" = "sha256-uxXpzxVc89DkAC4VqC/Au3cpBzUbxiSS2KiFKZ+rqdg=";
1414
"cgp-0.3.1" = "sha256-AOQ+WVQWPlF2ZfYYc5Eq3t7XAljd5P2qExWLYZWNnd8=";
1515
"ibc-client-cw-0.56.0" = "sha256-EkLxuJfr3vf0busmSZD7DwOS9GfgfhT+sdopi1nNiCs=";
16+
"ibc-0.56.0" = "sha256-7DPIqu/zs0szjmtJTfXI2eQ0HEkRyvGjArcMZsFWMT4=";
1617
};
1718
};
1819

0 commit comments

Comments
 (0)