interchaintest icon indicating copy to clipboard operation
interchaintest copied to clipboard

timeout height for sending transfers from cosmos to polkadot seems to be hardcoded

Open charleenfei opened this issue 2 years ago • 3 comments

passing in timestamp seems to work, but not height

charleenfei avatar Nov 09 '23 08:11 charleenfei

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).

misko9 avatar Dec 13 '23 17:12 misko9

ref upstream PR: https://github.com/cosmos/ibc-go/pull/5022

reecepbcups avatar Mar 14 '24 15:03 reecepbcups

Iceboxing for now.

jonathanpberger avatar Apr 23 '24 19:04 jonathanpberger

Closing as stale.

reecepbcups avatar Aug 13 '24 11:08 reecepbcups