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

Remove a tx from the txpool when its score is below a configurable value #7572

Closed
fab-10 opened this issue Sep 4, 2024 · 0 comments · Fixed by #7576
Closed

Remove a tx from the txpool when its score is below a configurable value #7572

fab-10 opened this issue Sep 4, 2024 · 0 comments · Fixed by #7576
Assignees

Comments

@fab-10
Copy link
Contributor

fab-10 commented Sep 4, 2024

Description

#7359 introduced a score for txs in the poll, but txs are never removed even if their score reached the min value, in some cases it could be useful to have a way to tell to the txpool to just remove txs after their score is below a configurable value, that basically means that the tx was tried for block inclusion a certain number of times without success, so removing it could prevent future resource waste.

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

Successfully merging a pull request may close this issue.

1 participant