[Dev Tools] known transaction error returned, but transaction not visible on chain after 1h #973
-
Team or ProjectGAMP ZK chainSOPHON EnvironmentMainnet Select the Dev Tool you are usingIDE Provide the version of the tool (if applicable)zksync2==2.0.0 ( python sdk ) Provide a brief description of the functionality you're trying to implement and the issue you are running into.Hi team 👋We’re seeing an issue using
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @pkjha527 , |
Beta Was this translation helpful? Give feedback.
-
After checking, the transaction is indeed in the mempool, but the max fee per gas ( Your transaction will likely get executed if gas prices drop, but there’s no guarantee of when. 🔧 Recommended ActionsYou have a few options now:
If you want to speed things up, you can resend the transaction with a higher gas. ==================================================================================== 🧾 Questions
Yes, it is about mempool presence, there is no cache or something else.
Can you try to use
Yes, this is guaranteed.
We suggest re-sending the transaction with the higher gas fee. ==================================================================================== Please, let me know if you have any further questions. |
Beta Was this translation helpful? Give feedback.
After running an investigation I believe we found a potential bug with
eth_getTransactionByHash
where it can behave inconsistently. A fix is being discussed and we will roll it out as soon as we can. I assume this resolves your report, thanks for taking the time to fill it in!