Skip to content

Commit

Permalink
WIP connection handshake
Browse files Browse the repository at this point in the history
  • Loading branch information
jackzampolin committed Oct 30, 2019
1 parent fffa6e3 commit fb4006a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.13

require (
github.com/btcsuite/btcd v0.0.0-20190807005414-4063feeff79a // indirect
github.com/cosmos/cosmos-sdk v0.34.4-0.20191029141616-9742c1440ec3
github.com/cosmos/cosmos-sdk v0.34.4-0.20191030201649-0d595c862ea0
github.com/cosmos/go-bip39 v0.0.0-20180819234021-555e2067c45d // indirect
github.com/golang/mock v1.3.1 // indirect
github.com/onsi/ginkgo v1.8.0 // indirect
Expand All @@ -27,5 +27,3 @@ require (
golang.org/x/text v0.3.2 // indirect
google.golang.org/genproto v0.0.0-20190801165951-fa694d86fc64 // indirect
)

replace github.com/cosmos/cosmos-sdk => /Users/johnzampolin/go/src/github.com/cosmos/cosmos-sdk
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ github.com/cosmos/cosmos-sdk v0.34.4-0.20191015202154-28347bf5f736 h1:LPdkBmnrEw
github.com/cosmos/cosmos-sdk v0.34.4-0.20191015202154-28347bf5f736/go.mod h1:DATGOvgReTZJ+NJRi+Z4Pi6DxuabkOU51MZhyP4qtY0=
github.com/cosmos/cosmos-sdk v0.34.4-0.20191029141616-9742c1440ec3 h1:Q8Oc0bcAmfLe7gTgibBr0NO/m3Rg5aqi8EsH0hW6c6U=
github.com/cosmos/cosmos-sdk v0.34.4-0.20191029141616-9742c1440ec3/go.mod h1:VmzpKwtYtelTVZuNkq/rkcgVawGpHckfRYS08JVcnqA=
github.com/cosmos/cosmos-sdk v0.34.4-0.20191030201649-0d595c862ea0 h1:LZc0hJa0W9opISQVJ0AUohyJANZVSUBPfQkVKlFu5jA=
github.com/cosmos/cosmos-sdk v0.34.4-0.20191030201649-0d595c862ea0/go.mod h1:VmzpKwtYtelTVZuNkq/rkcgVawGpHckfRYS08JVcnqA=
github.com/cosmos/cosmos-sdk v0.37.3 h1:v4IQIPq3zFB95ibAS7zqsnkZ/8SE3er16Og45EGHggo=
github.com/cosmos/go-bip39 v0.0.0-20180618194314-52158e4697b8/go.mod h1:tSxLoYXyBmiFeKpvmq4dzayMdCjCnu8uqmCysIGBT2Y=
github.com/cosmos/go-bip39 v0.0.0-20180819234021-555e2067c45d h1:49RLWk1j44Xu4fjHb6JFYmeUnDORVwHNkDxaQ0ctCVU=
Expand Down
4 changes: 2 additions & 2 deletions ibc-demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ Create a `connection` with the following command:
gaiacli \
--home ibc0/n0/gaiacli \
tx ibc connection handshake \
conn0 c0 $(gaiacli --home ibc1/n0/gaiacli q ibc client path) \
conn1 c1 $(gaiacli --home ibc0/n0/gaiacli q ibc client path) \
conn0 ibconeclient $(gaiacli --home ibc1/n0/gaiacli q ibc client path) \
conn1 ibczeroclient $(gaiacli --home ibc0/n0/gaiacli q ibc client path) \
--chain-id2 ibc1 \
--from1 n0 --from2 n1 \
--node1 tcp://localhost:26657 \
Expand Down

0 comments on commit fb4006a

Please sign in to comment.