xchainjs-lib icon indicating copy to clipboard operation
xchainjs-lib copied to clipboard

BUG: thorchain client doesn't return the tx id in network timeout situation

Open mikewyszinski opened this issue 3 years ago • 2 comments

In the thorchain client, after the transaction has been submitted it checks whether the transaction is included in the block. When the network has a high latency, as the testnet has right now, an timeout error gets thrown and the transaction hash is not returned. The transaction is still successfully submitted and executed, but there is no way to track the transaction due to the missing hash.

Strangely all consecutive transactions which include identical assets as the preceding "failing" transaction, return the transaction hash and don't throw any error. Those deposits only take a fraction of time, indicating an anomaly. The transactions are never included in a block, which I think has to do with the wrong sequence number the wallet injects in the tx.

reported by @DollyVolley in telegram channel - https://t.me/xchainjs/2304

mikewyszinski avatar Jul 06 '21 14:07 mikewyszinski

reported by @DollyVolley in telegram channel

@mikewyszinski Could you add a link to the discussion at Telegram, pls ;)

veado avatar Jul 14 '21 09:07 veado

Sorry @veado I also missed that comment! The link is already in the description, but here once again: https://t.me/xchainjs/2304

DollyVolley avatar Jul 28 '21 07:07 DollyVolley

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

github-actions[bot] avatar Sep 29 '23 02:09 github-actions[bot]