cronos icon indicating copy to clipboard operation
cronos copied to clipboard

Problem: no integration test for acknowledgement of ibc/gravity-bridge token transfer

Open yihuang opened this issue 3 years ago • 1 comments

test the tokens are refunded if the receiver side failed or timeout for send_to_ethereum/send_to_ibc.

yihuang avatar Mar 17 '22 08:03 yihuang

I think there is no concept of timeout for send_to_ethereum. Means that this operation is irreversible.

It is possible to cancel if the transaction is not included in a batch, but the current way is not ideal because batch are created every x blocks, so it is very hard to be able to cancel on time

thomas-nguy avatar May 26 '22 03:05 thomas-nguy

failed ack scenarios are tested both for ibc and gravity-bridge now.

yihuang avatar Aug 18 '22 03:08 yihuang