multiversx / mx-chain-go

⚡ The official implementation of the MultiversX blockchain protocol, written in golang.
https://multiversx.com
GNU General Public License v3.0
927 stars 202 forks source link

[BUG]Transaction Pending and Timed Out #3621

Closed Cosminauh closed 2 years ago

Cosminauh commented 2 years ago

On Maiar Exchange:

  1. Use Harvest
  2. Sign the transaction on Maiar
  3. Transaction goes in Pending
  4. Transaction goes Time Out Bug_EGLD
Cosminauh commented 2 years ago

P1

Cosminauh commented 2 years ago

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

Thank you.

LucianMincu commented 2 years ago

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!

Cosminauh commented 2 years ago

Hi Lucian,

Thank you for the answer. Yes, I checked after some time in the explorer and the transaction has passed.

In the Maiar Exchange UI it was showing still "In Progress". I had to disconnect from Maiar Exchange and to re-connect to find the transaction as processed.

Sorry, I did not took a screeshot but if the situation will re-apprear I will let you know.

Thank you.

sâm., 11 dec. 2021, 13:52 Lucian Mincu @.***> a scris:

Hi @Cosminauh https://github.com/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!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ElrondNetwork/elrond-go/issues/3621#issuecomment-991615090, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWY44WVEJ3ANM7X54YLEFT3UQM3P7ANCNFSM5JLW7YJA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

LucianMincu commented 2 years ago

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