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

fix: dont remove txs manually #11683

Merged
merged 2 commits into from
Oct 12, 2024
Merged

fix: dont remove txs manually #11683

merged 2 commits into from
Oct 12, 2024

Conversation

mattsse
Copy link
Collaborator

@mattsse mattsse commented Oct 12, 2024

closes #10881

we cant remove the txs before we have committed the state because this results in those race conditions.

this will be taken care of by the pool's own maintain task anyway.

@mattsse mattsse added the C-bug An unexpected or incorrect behavior label Oct 12, 2024
@github-actions github-actions bot added A-rpc Related to the RPC implementation A-tx-pool Related to the transaction mempool labels Oct 12, 2024
@mattsse mattsse enabled auto-merge October 12, 2024 10:01
@mattsse mattsse added this pull request to the merge queue Oct 12, 2024
Merged via the queue into main with commit 5c84dab Oct 12, 2024
40 checks passed
@mattsse mattsse deleted the matt/only-remove-txs-after-mining branch October 12, 2024 11:34
vandenbogart pushed a commit to testmachine-ai/reth that referenced this pull request Oct 14, 2024
reymom pushed a commit to reymom/reth that referenced this pull request Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-rpc Related to the RPC implementation A-tx-pool Related to the transaction mempool C-bug An unexpected or incorrect behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

inconsistent JSON RPC API responses: eth_getTransactionCount(address, 'pending') returns used nonce
2 participants