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

Commit

Permalink
update ibc-rs and cosmwasm deps (#175)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
rnbguy authored Jun 12, 2024
1 parent 3ffd922 commit 4cc8152
Show file tree
Hide file tree
Showing 7 changed files with 415 additions and 192 deletions.
26 changes: 13 additions & 13 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ sov-ibc-transfer = { path = "modules/sov-ibc-transfer" }
sov-consensus-state-tracker = { path = "modules/sov-consensus-state-tracker" }
sov-celestia-client = { path = "clients/sov-celestia" }

ibc = { git = "https://github.com/cosmos/ibc-rs.git", rev = "d90295e" }
ibc-core = { git = "https://github.com/cosmos/ibc-rs.git", rev = "d90295e" }
ibc-core-client = { git = "https://github.com/cosmos/ibc-rs.git", rev = "d90295e" }
ibc-core-host-cosmos = { git = "https://github.com/cosmos/ibc-rs.git", rev = "d90295e" }
ibc-client-tendermint = { git = "https://github.com/cosmos/ibc-rs.git", rev = "d90295e" }
ibc-client-wasm-types = { git = "https://github.com/cosmos/ibc-rs.git", rev = "d90295e" }
ibc-client-cw = { git = "https://github.com/cosmos/ibc-rs.git", rev = "d90295e" }
ibc-app-transfer = { git = "https://github.com/cosmos/ibc-rs.git", rev = "d90295e" }
ibc-primitives = { git = "https://github.com/cosmos/ibc-rs.git", rev = "d90295e" }
ibc-query = { git = "https://github.com/cosmos/ibc-rs.git", rev = "d90295e" }
ibc-testkit = { git = "https://github.com/cosmos/ibc-rs.git", rev = "d90295e" }
ibc = { git = "https://github.com/cosmos/ibc-rs.git", branch = "rano/downgrade-borsh" }
ibc-core = { git = "https://github.com/cosmos/ibc-rs.git", branch = "rano/downgrade-borsh" }
ibc-core-client = { git = "https://github.com/cosmos/ibc-rs.git", branch = "rano/downgrade-borsh" }
ibc-core-host-cosmos = { git = "https://github.com/cosmos/ibc-rs.git", branch = "rano/downgrade-borsh" }
ibc-client-tendermint = { git = "https://github.com/cosmos/ibc-rs.git", branch = "rano/downgrade-borsh" }
ibc-client-wasm-types = { git = "https://github.com/cosmos/ibc-rs.git", branch = "rano/downgrade-borsh" }
ibc-client-cw = { git = "https://github.com/cosmos/ibc-rs.git", branch = "rano/downgrade-borsh" }
ibc-app-transfer = { git = "https://github.com/cosmos/ibc-rs.git", branch = "rano/downgrade-borsh" }
ibc-primitives = { git = "https://github.com/cosmos/ibc-rs.git", branch = "rano/downgrade-borsh" }
ibc-query = { git = "https://github.com/cosmos/ibc-rs.git", branch = "rano/downgrade-borsh" }
ibc-testkit = { git = "https://github.com/cosmos/ibc-rs.git", branch = "rano/downgrade-borsh" }

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


Expand Down
Loading

0 comments on commit 4cc8152

Please sign in to comment.