ethereum-optimism / op-geth

GNU Lesser General Public License v3.0
255 stars 654 forks source link

[WIP]cherry pick from op #201

Closed byteflyfunny closed 6 months ago

byteflyfunny commented 6 months ago

Description

Disables the local txpool, so that transactions submitted to the RPC will not get added to the txpool. This is enabled by default for any nodes that have --rollup.sequencerhttp and not --mine, and can be opted-out using --rollup.enabletxpooladmission.

#PR