Skip to content

return Could not send transaction txpool is full with lots of txs #112

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

Open
georgehao opened this issue May 14, 2025 · 0 comments
Open

return Could not send transaction txpool is full with lots of txs #112

georgehao opened this issue May 14, 2025 · 0 comments

Comments

@georgehao
Copy link
Member

The geth will return replacement transaction underpriced after there lots of txs add in. However reth will return Could not send transaction txpool is full after the pending txs reach txpool.pending-max-count. (geth seems don't have a limit for the max pending txs, of course we can set a large value to reth txpool.pending-max-count )

Q: if geth doesn't have a limit as otherwise this could be a dos vector right?
A: geth have a limitation for each address. don't have a limitation for all pending txs

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