[ZK Stack] - Transactions stuck in mempool #843
-
Team or ProjectAbstract Module Affected
Rust VersionN/A Operating System
Issue DescriptionI am unable to send transactions on abstract testnet with address I have attempted to send multiple transactions, each with an increasing gas fee. The node returns a transaction hash but it is never included in a block. Attempting to rebroadcast the same transaction errors with "'Execution reverted with reason: known transaction. transaction with hash 0x2789…e775 is already in the system."
Expected BehaviorTransactions are included in a block when broadcast Current BehaviorTransactions are not included in a block Repository Link (if applicable)No response Additional DetailsNo response Prior Research
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It appears that your transaction is stuck in the mempool on the Abstract Testnet. This can happen for several reasons, such as network congestion or issues with the node itself. Here are a few steps you can take to troubleshoot and potentially resolve the issue:
Since this involves a specific testnet and detailed transaction behavior, these general steps are the best first approach. If you need further assistance, please provide additional details or errors you might be encountering. Your feedback helps us serve you better. If this fully addresses your question, please give it a thumbs up. If it doesn't, please give it a thumbs down. This will inform the community and team so we can improve our support. |
Beta Was this translation helpful? Give feedback.
It appears that your transaction is stuck in the mempool on the Abstract Testnet. This can happen for several reasons, such as network congestion or issues with the node itself. Here are a few steps you can take to troubleshoot and potentially resolve the issue:
Check Network Status: Verify if there are any known issues on the Abstract Testnet that could be affecting transaction processing. Sometimes, network-wide problems can cause transactions to remain stuck.
Increase Gas Fee: Although you've mentioned increasing the gas fee, ensure it is competitive enough to be picked up by miners. You might want to check the current average gas price on the network and adjust accordingly.
Nonc…