Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.

Commit 4cc8152

Browse files
authored
update ibc-rs and cosmwasm deps (#175)
* update dep revs * use cw v2 * update lockfiles * update cw contract fn signatures * rm deprecated api usage * update lockfiles * update lockfiles * update lockfiles * update lockfiles
1 parent 3ffd922 commit 4cc8152

File tree

7 files changed

+415
-192
lines changed

7 files changed

+415
-192
lines changed

.cargo/config.toml

+13-13
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@ sov-ibc-transfer = { path = "modules/sov-ibc-transfer" }
55
sov-consensus-state-tracker = { path = "modules/sov-consensus-state-tracker" }
66
sov-celestia-client = { path = "clients/sov-celestia" }
77

8-
ibc = { git = "https://github.com/cosmos/ibc-rs.git", rev = "d90295e" }
9-
ibc-core = { git = "https://github.com/cosmos/ibc-rs.git", rev = "d90295e" }
10-
ibc-core-client = { git = "https://github.com/cosmos/ibc-rs.git", rev = "d90295e" }
11-
ibc-core-host-cosmos = { git = "https://github.com/cosmos/ibc-rs.git", rev = "d90295e" }
12-
ibc-client-tendermint = { git = "https://github.com/cosmos/ibc-rs.git", rev = "d90295e" }
13-
ibc-client-wasm-types = { git = "https://github.com/cosmos/ibc-rs.git", rev = "d90295e" }
14-
ibc-client-cw = { git = "https://github.com/cosmos/ibc-rs.git", rev = "d90295e" }
15-
ibc-app-transfer = { git = "https://github.com/cosmos/ibc-rs.git", rev = "d90295e" }
16-
ibc-primitives = { git = "https://github.com/cosmos/ibc-rs.git", rev = "d90295e" }
17-
ibc-query = { git = "https://github.com/cosmos/ibc-rs.git", rev = "d90295e" }
18-
ibc-testkit = { git = "https://github.com/cosmos/ibc-rs.git", rev = "d90295e" }
8+
ibc = { git = "https://github.com/cosmos/ibc-rs.git", branch = "rano/downgrade-borsh" }
9+
ibc-core = { git = "https://github.com/cosmos/ibc-rs.git", branch = "rano/downgrade-borsh" }
10+
ibc-core-client = { git = "https://github.com/cosmos/ibc-rs.git", branch = "rano/downgrade-borsh" }
11+
ibc-core-host-cosmos = { git = "https://github.com/cosmos/ibc-rs.git", branch = "rano/downgrade-borsh" }
12+
ibc-client-tendermint = { git = "https://github.com/cosmos/ibc-rs.git", branch = "rano/downgrade-borsh" }
13+
ibc-client-wasm-types = { git = "https://github.com/cosmos/ibc-rs.git", branch = "rano/downgrade-borsh" }
14+
ibc-client-cw = { git = "https://github.com/cosmos/ibc-rs.git", branch = "rano/downgrade-borsh" }
15+
ibc-app-transfer = { git = "https://github.com/cosmos/ibc-rs.git", branch = "rano/downgrade-borsh" }
16+
ibc-primitives = { git = "https://github.com/cosmos/ibc-rs.git", branch = "rano/downgrade-borsh" }
17+
ibc-query = { git = "https://github.com/cosmos/ibc-rs.git", branch = "rano/downgrade-borsh" }
18+
ibc-testkit = { git = "https://github.com/cosmos/ibc-rs.git", branch = "rano/downgrade-borsh" }
1919

2020
cosmrs = { git = "https://github.com/cosmos/cosmos-rust.git", rev = "ced74a7" }
21-
basecoin = { git = "https://github.com/informalsystems/basecoin-rs.git", rev = "03539c1" }
22-
basecoin-store = { git = "https://github.com/informalsystems/basecoin-rs.git", rev = "03539c1" }
21+
basecoin = { git = "https://github.com/informalsystems/basecoin-rs.git", branch = "rano/sov-support" }
22+
basecoin-store = { git = "https://github.com/informalsystems/basecoin-rs.git", branch = "rano/sov-support" }
2323
jmt = { git = "https://github.com/penumbra-zone/jmt.git", rev = "1d007e11cb68aa5ca13e9a5af4a12e6439d5f7b6" }
2424

2525

0 commit comments

Comments
 (0)