zkApp transactions stuck in local mempool #14550
Labels
bug
Testworld-2-0-protocol-performance-testing
Should be used to raise general issues with Testworld 2.0 network
triage
Preliminary Checks
Description
I sent 1000 zkApp transactions (spaced at a 3-second interval). Only ~500 were included. The rest are stuck in a local mempool. However, it isn't possible to resend using o1js
await tx.send();
as it will not rebroadcast the transaction:Stuck tx in local mempool:
The only way to resolve this would be to restart the node, or use a different node to send.
Steps to Reproduce
Broadcast many zkApp tx, and after some time they will get dropped from other mempools.
Expected Result
Transactions are included.
Actual Result
Transactions are dropped but remain in local mempool.
How frequently do you see this issue?
Frequently
What is the impact of this issue on your ability to run a node?
High
Status
Additional information
No response
The text was updated successfully, but these errors were encountered: