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

Error when multiple transactions submitted #1578

Open
tomjeatt opened this issue Sep 29, 2023 · 0 comments
Open

Error when multiple transactions submitted #1578

tomjeatt opened this issue Sep 29, 2023 · 0 comments

Comments

@tomjeatt
Copy link
Collaborator

See: https://discord.com/channels/745259537707040778/1156899801800130621

tx-error

This can most easily be replicated on lending by submitting a transaction and then immediately submitting another one. The cause of the issue is understood and related to the nonce. This has been mitigated on the parachain by keeping track of how many transactions an account has signed and predicting the next nonce to be used.

A similar mitigation will be needed in the UI.

Note: this is a medium priority because the problem resolves itself after a few seconds, so resubmitting the transaction normally succeeds. This was reported by Sander (and is easily replicated), but it's not been reported by anyone in the community so it's likely that submitting multiple transactions so close together is an edge case.

@nud3l nud3l added this to Backlog Sep 29, 2023
@github-project-automation github-project-automation bot moved this to New 🆕 in Backlog Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: New 🆕
Development

No branches or pull requests

1 participant