feat(devp2p): make eth p2p networkId configurable (#19020)

Co-authored-by: frankudoags <frankudoags.com>
This commit is contained in:
Udoagwa Franklin
2025-10-15 12:15:42 +01:00
committed by GitHub
parent 7fc3980904
commit 6b08d30e14
6 changed files with 33 additions and 1 deletions

View File

@@ -248,6 +248,9 @@ Networking:
--required-block-hashes <REQUIRED_BLOCK_HASHES>
Comma separated list of required block hashes. Peers that don't have these blocks will be filtered out
--network-id <NETWORK_ID>
Optional network ID to override the chain specification's network ID for P2P connections
RPC:
--http
Enable the HTTP-RPC server

View File

@@ -206,6 +206,9 @@ Networking:
--required-block-hashes <REQUIRED_BLOCK_HASHES>
Comma separated list of required block hashes. Peers that don't have these blocks will be filtered out
--network-id <NETWORK_ID>
Optional network ID to override the chain specification's network ID for P2P connections
Datadir:
--datadir <DATA_DIR>
The path to the data dir for all reth files and subdirectories.

View File

@@ -206,6 +206,9 @@ Networking:
--required-block-hashes <REQUIRED_BLOCK_HASHES>
Comma separated list of required block hashes. Peers that don't have these blocks will be filtered out
--network-id <NETWORK_ID>
Optional network ID to override the chain specification's network ID for P2P connections
Datadir:
--datadir <DATA_DIR>
The path to the data dir for all reth files and subdirectories.

View File

@@ -302,6 +302,9 @@ Networking:
--required-block-hashes <REQUIRED_BLOCK_HASHES>
Comma separated list of required block hashes. Peers that don't have these blocks will be filtered out
--network-id <NETWORK_ID>
Optional network ID to override the chain specification's network ID for P2P connections
Logging:
--log.stdout.format <FORMAT>
The format to use for logs written to stdout