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 sending multiple minting requests, the sequence number for the transactions on the root account is not appropriately incremented resulting in add_txn to return a status Transaction is already in mempool with a different payload and thereby not minting the new account. This also seems to lock up execution generally.
Steps to Reproduce
You can reproduce this one while running locally and pumping the network with a bunch of transactions.
From the m1 dir:
./scripts/run.debug.sh
`cargo run -p e2e-benchmark
On the dev branch, you will see attempts to resolve this error that have additional logging and thus make it a little easier to continue.
The text was updated successfully, but these errors were encountered:
Summary
When sending multiple minting requests, the sequence number for the transactions on the root account is not appropriately incremented resulting in
add_txn
to return a statusTransaction is already in mempool with a different payload
and thereby not minting the new account. This also seems to lock up execution generally.Steps to Reproduce
You can reproduce this one while running locally and pumping the network with a bunch of transactions.
From the
m1
dir:./scripts/run.debug.sh
On the dev branch, you will see attempts to resolve this error that have additional logging and thus make it a little easier to continue.
The text was updated successfully, but these errors were encountered: