timeout height for sending transfers from cosmos to polkadot seems to be hardcoded
passing in timestamp seems to work, but not height
Hi @charleenfei, I'm seeing this work properly.
When sending with the default timeout height (+1000), the absolute timeout height is 2000-1069 (last parachain height seen would have been 2000-69). And with a relative timeout height of +1, I'm seeing an absolute timeout height of 2000-70. If you are still seeing a problem, can you provide more details?
I tested using the ibc-go e2e test TestMsgTransfer_TimesOut_GrandpaContract with it succeeding with a relative height timeout (+1) instead of a relative timestamp timeout (+1ns).
ref upstream PR: https://github.com/cosmos/ibc-go/pull/5022
Iceboxing for now.
Closing as stale.