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

feat: make TxPool distinguish ready transactions #402

Open
itegulov opened this issue Nov 22, 2024 · 0 comments
Open

feat: make TxPool distinguish ready transactions #402

itegulov opened this issue Nov 22, 2024 · 0 comments

Comments

@itegulov
Copy link
Contributor

Currently TxPool assumes that all transactions are ready to be executed which is not usually the case. We should understand dependencies between transactions and keep track of when a transaction becomes ready/executable. Maybe we can use a ready-to-go solution here as it seems like there is nothing specific about our use case here compared to the rest of ETH ecosystem.

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

No branches or pull requests

1 participant