Problem simulating TX in mempool (account sequence mismatch) · cometbft cometbft · Discussion #5131 · GitHub
More Web Proxy on the site http://driver.im/
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
Hi all.
I'm trying to simulate a TX received in the mempool but when using the query ABCI /app/simulate I always get "account sequence mismatch, expected X, got X-1.
It looks like being in the mempool already increased the sequence of the account (probably checkTx is doing that?). Why is that? Is it correct that a not already included in a block transaction increase internal sequence number?
How can I simulate it without recreating manually the tx with lower sequence number?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all.
I'm trying to simulate a TX received in the mempool but when using the query ABCI /app/simulate I always get "account sequence mismatch, expected X, got X-1.
It looks like being in the mempool already increased the sequence of the account (probably checkTx is doing that?). Why is that? Is it correct that a not already included in a block transaction increase internal sequence number?
How can I simulate it without recreating manually the tx with lower sequence number?
Beta Was this translation helpful? Give feedback.
All reactions