feat: limit handling of incoming txs to trusted peers (#19666)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Karl Yu
2025-11-12 18:45:26 +08:00
committed by GitHub
parent 2e5f6f8323
commit 56ded417e9
8 changed files with 175 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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