You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when AccountQueue limit is hit, the chain should just ignore new transactions from the sender and not add tx to the storage, until the old ones are processed.
the chain should continue to process other senders' transactions normally
Actual behaviour
The chain cannot process any transaction from any accounts. when I send transaction from other accounts, it's stuck in "pending" status on my MM
The text was updated successfully, but these errors were encountered:
System information
zkEVM Node version:
CDK: v0.3.1-RC2
OS & Version:
Ubuntu
Network: local devnet setup with https://github.com/Snapchain/zkValidium-quickstart/
Steps to reproduce the behaviour
we were using the polygon-cli tool to load test
and got
The error was originated from https://github.com/0xPolygon/cdk-validium-node/blob/develop/pool/pool.go#L496 where
AccountQueue
was configured in the node config file (64 was used in the quickstart)Expected behaviour
when
AccountQueue
limit is hit, the chain should just ignore new transactions from the sender and not add tx to the storage, until the old ones are processed.the chain should continue to process other senders' transactions normally
Actual behaviour
The chain cannot process any transaction from any accounts. when I send transaction from other accounts, it's stuck in "pending" status on my MM
The text was updated successfully, but these errors were encountered: