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

Commit

Permalink
deps: move git dependencies to [patch.crates-io] section (#134)
Browse files Browse the repository at this point in the history
* Put ibc-rs dependencies in patch.crates-io

* Move sovereign-sdk dependencies to patch.crates-io

* Move basecoin git dependencies to patch.crates-io

* Move patch.crates-io section to .cargo/config.toml

* chore: update basecoin rev

---------

Co-authored-by: Farhad Shabani <[email protected]>
  • Loading branch information
soareschen and Farhad-Shabani authored Apr 10, 2024
1 parent 2214dbe commit 289472c
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 182 deletions.
34 changes: 34 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@

[patch.crates-io]

sov-ibc = { path = "modules/sov-ibc" }
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-core = { git = "https://github.com/cosmos/ibc-rs.git", rev = "c579628c67" }
ibc-core-client = { git = "https://github.com/cosmos/ibc-rs.git", rev = "c579628c67" }
ibc-core-host-cosmos = { git = "https://github.com/cosmos/ibc-rs.git", rev = "c579628c67" }
ibc-client-tendermint = { git = "https://github.com/cosmos/ibc-rs.git", rev = "c579628c67" }
ibc-client-wasm-types = { git = "https://github.com/cosmos/ibc-rs.git", rev = "c579628c67" }
ibc-app-transfer = { git = "https://github.com/cosmos/ibc-rs.git", rev = "c579628c67" }
ibc-primitives = { git = "https://github.com/cosmos/ibc-rs.git", rev = "c579628c67" }
ibc-query = { git = "https://github.com/cosmos/ibc-rs.git", rev = "c579628c67" }
ibc-testkit = { git = "https://github.com/cosmos/ibc-rs.git", rev = "c579628c67" }

basecoin = { git = "https://github.com/informalsystems/basecoin-rs.git", rev = "75fbb86" }

sov-bank = { git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git", rev = "20bfd68" }
sov-celestia-adapter = { git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git", rev = "20bfd68" }
sov-mock-da = { git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git", rev = "20bfd68" }
sov-modules-api = { git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git", rev = "20bfd68" }
sov-modules-core = { git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git", rev = "20bfd68" }
sov-state = { git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git", rev = "20bfd68" }
sov-rollup-interface = { git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git", rev = "20bfd68" }
sov-chain-state = { git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git", rev = "20bfd68" }
sov-kernels = { git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git", rev = "20bfd68" }
sov-mock-zkvm = { git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git", rev = "20bfd68" }
sov-prover-storage-manager = { git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git", rev = "20bfd68" }
const-rollup-config = { git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git", rev = "20bfd68" }

jmt = { git = "https://github.com/penumbra-zone/jmt.git", rev = "1d007e11cb68aa5ca13e9a5af4a12e6439d5f7b6" }
Loading

0 comments on commit 289472c

Please sign in to comment.