Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: bad sequence number for minting and account creation #110

Open
l-monninger opened this issue Feb 13, 2024 · 0 comments
Open

bug: bad sequence number for minting and account creation #110

l-monninger opened this issue Feb 13, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@l-monninger
Copy link
Collaborator

l-monninger commented Feb 13, 2024

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 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:

  1. ./scripts/run.debug.sh
  2. `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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant