Closed cmwaters closed 4 years ago
@cmwaters This is because the version of the cosmos-sdk
that is being used doesn't import the version of tendermint you need. To bring this app to latest tendermint you will need to update the ibc-alpha
branch of the cosmos-sdk
to use the tendermint commit you need, then update this app to use that commit from cosmos-sdk
can be closed in favor of https://github.com/cosmos/relayer/pull/3 I think
Stripped out all the auto client code and hooked the relayer up directly to the regular client with an update period of
c.TrustOptions.Get().Period
.The repository hasn't upgraded to the latest commit from the tendermint repo hence the
relayer/verifier.go
file doesn't recognise theUpdatePeriod
function. When I tried to update to include the changes made in the tendermint repo there was a dependency conflict with different versions of the cosmos-sdk. This will need to be resolved first.