Not possible to replace sender's transactions if capacity reached #11922
Labels
A-tx-pool
Related to the transaction mempool
C-bug
An unexpected or incorrect behavior
C-enhancement
New feature or request
Describe the feature
Right now if sender has its tx capacity reached we'll reject all of its transactions
reth/crates/transaction-pool/src/pool/txpool.rs
Line 1431 in 6c026da
This is an issue when capacity is filled with transactions which nonce is greater than current sender nonce and which can never be included on its own. We should always allow transactions with the next onchain sender's nonce
Additional context
No response
The text was updated successfully, but these errors were encountered: