Support --txpool.nolocals to disable local exemptions for locally submitted transactions #5520
Labels
C-enhancement
New feature or request
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
Currently, local transactions are exempt from several checks:
reth/crates/transaction-pool/src/pool/txpool.rs
Line 1277 in afdb0a3
reth/crates/transaction-pool/src/validate/eth.rs
Line 238 in afdb0a3
This is not feasible if the
send_rawTransaction
endpoint is public.Therefor we need a setting to effectively disable local transaction checks
TODO
reth/crates/transaction-pool/src/config.rs
Line 22 in afdb0a3
reth/crates/transaction-pool/src/validate/eth.rs
Line 462 in afdb0a3
see also
geth --txpool.nolocals
Additional context
No response
The text was updated successfully, but these errors were encountered: