Closed cwgoes closed 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.
Connection handshake works end-to-end, cleaned up the debugging prints, should be R4R.
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!
Fixes the full connection handshake, which should now work with
two-chains.sh
.