multiversx / mx-chain-go

⚡ The official implementation of the MultiversX blockchain protocol, written in golang.

Home Page:https://multiversx.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG]Transaction Pending and Timed Out

Cosminauh opened this issue · comments

On Maiar Exchange:

  1. Use Harvest
  2. Sign the transaction on Maiar
  3. Transaction goes in Pending
  4. Transaction goes Time Out

Bug_EGLD

Transaction not getting processed even if
There is no congestion on the system.
Trxid
4025391687112db00e649ff2a498dd2a3c3c2b91521d3d4b1718bec498ada7f0

Thank you.

Hi @Cosminauh!

Seems like it did went trough.

https://explorer.elrond.com/transactions/4025391687112db00e649ff2a498dd2a3c3c2b91521d3d4b1718bec498ada7f0

Did the error came from the Maiar Exchange UI?
Can you provide a screenshot?

Thanks!

As long the UI says still in progress it's everything ok, if you have waited a bit more the UI APIs would have updated the values as well.

There is a time buffer placed in, for the cases when there are too many users at the same time on the loop.

In case the transaction fails on the UI and it's processed on the explorer, that's a case for a bug report.

Thanks a lot for your contribution. 🙏