From 415f616a5bc159d9d7f3b51e7a05575a443f2d36 Mon Sep 17 00:00:00 2001 From: kamuikatsurgi Date: Fri, 21 Mar 2025 15:40:03 +0530 Subject: [PATCH] make docs --- docs/cli/server.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/cli/server.md b/docs/cli/server.md index 9163d67d47..de54441bfb 100644 --- a/docs/cli/server.md +++ b/docs/cli/server.md @@ -8,10 +8,10 @@ The ```bor server``` command runs the Bor client. - ```bor.heimdall```: URL of Heimdall service (default: http://localhost:1317) -- ```bor.heimdalltimeout```: Timeout of Heimdall service (default: 5s) - - ```bor.heimdallgRPC```: Address of Heimdall gRPC service +- ```bor.heimdalltimeout```: Timeout period for bor's outgoing requests to heimdall (default: 5s) + - ```bor.logs```: Enables bor log retrieval (default: false) - ```bor.runheimdall```: Run Heimdall service as a child process (default: false) @@ -22,7 +22,7 @@ The ```bor server``` command runs the Bor client. - ```bor.withoutheimdall```: Run without Heimdall service (for testing purpose) (default: false) -- ```chain```: Name of the chain to sync ('amoy', 'mainnet') or path to a genesis file (default: mainnet) +- ```chain```: Name of the chain to sync ('amoy', 'mumbai', 'mainnet') or path to a genesis file (default: mainnet) - ```config```: Path to the TOML configuration file @@ -240,13 +240,13 @@ The ```bor server``` command runs the Bor client. - ```port```: Network listening port (default: 30303) -- ```txarrivalwait```: Maximum duration to wait for a transaction before explicitly requesting it (default: 500ms) - - ```txannouncementonly```: Whether to only announce transactions to peers (default: false) +- ```txarrivalwait```: Maximum duration to wait for a transaction before explicitly requesting it (default: 500ms) + - ```v4disc```: Enables the V4 discovery mechanism (default: true) -- ```v5disc```: Enables the experimental RLPx V5 (Topic Discovery) mechanism (default: false) +- ```v5disc```: Enables the V5 discovery mechanism (default: true) ### Sealer Options