ethereum-optimism / op-geth

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

Disable tx pool gossip by default #275

Open ajsutton opened 3 months ago

ajsutton commented 3 months ago

Description

To ensure that users don't accidentally expose transactions sent to their local nodes, disable tx pool gossip by default.

Note that we will need to flag this in the release notes clearly so that people know to set --rollup.disabletxpoolgossip=false on any nodes that do need to gossip transactions.

cc @roberto-bayardo