make docs

This commit is contained in:
kamuikatsurgi 2025-03-21 15:40:03 +05:30
parent 58457ac3f9
commit 415f616a5b
No known key found for this signature in database

View file

@ -8,10 +8,10 @@ The ```bor server``` command runs the Bor client.
- ```bor.heimdall```: URL of Heimdall service (default: http://localhost:1317) - ```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.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.logs```: Enables bor log retrieval (default: false)
- ```bor.runheimdall```: Run Heimdall service as a child process (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) - ```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 - ```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) - ```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) - ```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) - ```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 ### Sealer Options