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

[FEATURE]: Nonce Application #314

Open
1 task done
mvandeberg opened this issue Nov 18, 2024 · 0 comments · May be fixed by #315
Open
1 task done

[FEATURE]: Nonce Application #314

mvandeberg opened this issue Nov 18, 2024 · 0 comments · May be fixed by #315
Assignees
Labels
enhancement New feature or request

Comments

@mvandeberg
Copy link
Member

Is there an existing issue for this?

  • I have searched the existing issues

New feature

Transactions can be applied via p2p out of order. This can result in nonce errors regarding gossip, leading to transactions not being added to the mempool. The more sequential transactions sent, the higher chance of transactions being applied out of order and not being included in blocks despite being applied to the API node.

We need the applicator to decode transaction nonces and make a best effort to apply transactions according to their nonce.

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant