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

Commit

Permalink
Update ibc-proto and ibc-rs (#170)
Browse files Browse the repository at this point in the history
* Update ibc-proto and ibc-rs

* update ibc-rs and ibc-proto with downgraded borsh

* update cargo lockfile

* update basecoin and cosmrs

* update lockfiles

* update basecoin rev

* update cargo lockfile

* update basecoin nix hash

---------

Co-authored-by: Ranadeep Biswas <[email protected]>
  • Loading branch information
soareschen and rnbguy authored Jun 6, 2024
1 parent 2c0d293 commit f0d38de
Show file tree
Hide file tree
Showing 4 changed files with 226 additions and 155 deletions.
30 changes: 15 additions & 15 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 = "2378cd4" }
ibc-core = { git = "https://github.com/cosmos/ibc-rs.git", rev = "2378cd4" }
ibc-core-client = { git = "https://github.com/cosmos/ibc-rs.git", rev = "2378cd4" }
ibc-core-host-cosmos = { git = "https://github.com/cosmos/ibc-rs.git", rev = "2378cd4" }
ibc-client-tendermint = { git = "https://github.com/cosmos/ibc-rs.git", rev = "2378cd4" }
ibc-client-wasm-types = { git = "https://github.com/cosmos/ibc-rs.git", rev = "2378cd4" }
ibc-client-cw = { git = "https://github.com/cosmos/ibc-rs.git", rev = "2378cd4" }
ibc-app-transfer = { git = "https://github.com/cosmos/ibc-rs.git", rev = "2378cd4" }
ibc-primitives = { git = "https://github.com/cosmos/ibc-rs.git", rev = "2378cd4" }
ibc-query = { git = "https://github.com/cosmos/ibc-rs.git", rev = "2378cd4" }
ibc-testkit = { git = "https://github.com/cosmos/ibc-rs.git", rev = "2378cd4" }

cosmrs = { git = "https://github.com/cosmos/cosmos-rust.git", rev = "4f2e3bb" }
basecoin = { git = "https://github.com/informalsystems/basecoin-rs.git", rev = "b85d5e5" }
basecoin-store = { git = "https://github.com/informalsystems/basecoin-rs.git", rev = "b85d5e5" }
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" }

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" }
jmt = { git = "https://github.com/penumbra-zone/jmt.git", rev = "1d007e11cb68aa5ca13e9a5af4a12e6439d5f7b6" }


Expand Down
Loading

0 comments on commit f0d38de

Please sign in to comment.