Skip to content

Commit

Permalink
Extract IBC queries paths into conditional modules (informalsystems#24)
Browse files Browse the repository at this point in the history
* Extract IBC queries paths into conditional modules

Since these paths currently differ between the Go implementation
and the ICS, we need to be able to switch them up at compile-time
for when we will need to test against the Go implementation.

* Revert tendermint dependency to master
  • Loading branch information
romac authored Mar 11, 2020
1 parent 48e321a commit 6888dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/relay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors = [

[dependencies]
relayer-modules = { path = "../../modules" }
tendermint = { git = "https://github.com/romac/tendermint-rs.git", branch = "rpc-client-new-sync" }
tendermint = { git = "https://github.com/interchainio/tendermint-rs.git" }

anomaly = "0.2.0"
humantime-serde = "1.0.0"
Expand Down

0 comments on commit 6888dde

Please sign in to comment.