mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-10 07:48:19 -05:00
feat: limit handling of incoming txs to trusted peers (#19666)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@@ -245,6 +245,13 @@ Networking:
|
||||
|
||||
[default: All]
|
||||
|
||||
--tx-ingress-policy <TX_INGRESS_POLICY>
|
||||
Transaction ingress policy
|
||||
|
||||
Determines which peers' transactions are accepted over P2P.
|
||||
|
||||
[default: All]
|
||||
|
||||
--disable-tx-gossip
|
||||
Disable transaction pool gossip
|
||||
|
||||
|
||||
@@ -191,6 +191,13 @@ Networking:
|
||||
|
||||
[default: All]
|
||||
|
||||
--tx-ingress-policy <TX_INGRESS_POLICY>
|
||||
Transaction ingress policy
|
||||
|
||||
Determines which peers' transactions are accepted over P2P.
|
||||
|
||||
[default: All]
|
||||
|
||||
--disable-tx-gossip
|
||||
Disable transaction pool gossip
|
||||
|
||||
|
||||
@@ -191,6 +191,13 @@ Networking:
|
||||
|
||||
[default: All]
|
||||
|
||||
--tx-ingress-policy <TX_INGRESS_POLICY>
|
||||
Transaction ingress policy
|
||||
|
||||
Determines which peers' transactions are accepted over P2P.
|
||||
|
||||
[default: All]
|
||||
|
||||
--disable-tx-gossip
|
||||
Disable transaction pool gossip
|
||||
|
||||
|
||||
@@ -295,6 +295,13 @@ Networking:
|
||||
|
||||
[default: All]
|
||||
|
||||
--tx-ingress-policy <TX_INGRESS_POLICY>
|
||||
Transaction ingress policy
|
||||
|
||||
Determines which peers' transactions are accepted over P2P.
|
||||
|
||||
[default: All]
|
||||
|
||||
--disable-tx-gossip
|
||||
Disable transaction pool gossip
|
||||
|
||||
|
||||
Reference in New Issue
Block a user