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

Transactor needs to better handle queued txs #83

Open
calbera opened this issue Apr 30, 2024 · 0 comments
Open

Transactor needs to better handle queued txs #83

calbera opened this issue Apr 30, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@calbera
Copy link
Contributor

calbera commented Apr 30, 2024

Currently, in the case where a node’s mempool has queued txs for the account (on-startup) but no pending txs, the next tx is sent on top of the queued txs

Solution: Send the next tx with the pending nonce, rather than following the queued,

@calbera calbera added the bug Something isn't working label Apr 30, 2024
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