cosmos / relayer-archive

An example of a server side IBC relayer to be used for Game of Zones and beyond
56 stars 31 forks source link

Connection handshake debugging contd. #45

Closed cwgoes closed 4 years ago

cwgoes commented 4 years ago

Fixes the full connection handshake, which should now work with two-chains.sh.

cwgoes commented 4 years ago

Looks like the proof heights for the connection & consensus states are different:

dstConnState height: 9
dstConsState height: 10

At the moment, they need to be the same, since we pass only one proofHeight in the message.

cwgoes commented 4 years ago

Connection handshake works end-to-end, cleaned up the debugging prints, should be R4R.

jackzampolin commented 4 years ago

Looks like the just the connection step command needs to be cleaned up. Will merge this, do that and then we can move on to the channel commands!