From 5eccec7ab6f3f9e208e1cdf145901a54e70bbcf1 Mon Sep 17 00:00:00 2001 From: Dmytrol <46675332+Dimitrolito@users.noreply.github.com> Date: Fri, 6 Dec 2024 17:21:31 +0200 Subject: [PATCH 1/5] typos intapi_changelog.md --- cmd/clef/intapi_changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/clef/intapi_changelog.md b/cmd/clef/intapi_changelog.md index eaeb2e686..dbfd66541 100644 --- a/cmd/clef/intapi_changelog.md +++ b/cmd/clef/intapi_changelog.md @@ -14,7 +14,7 @@ Additional labels for pre-release and build metadata are available as extensions Added `clef_New` to the internal API callable from a UI. -> `New` creates a new password protected Account. The private key is protected with +> `New` creates a new password-protected Account. The private key is protected with > the given password. Users are responsible to backup the private key that is stored > in the keystore location that was specified when this API was created. > This method is the same as New on the external API, the difference being that From 104271260efb2d990d724248c08dc5fafdf39f2e Mon Sep 17 00:00:00 2001 From: Dmytrol <46675332+Dimitrolito@users.noreply.github.com> Date: Fri, 6 Dec 2024 17:24:03 +0200 Subject: [PATCH 2/5] typos server.md --- docs/cli/server.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cli/server.md b/docs/cli/server.md index adeacd731..61270568d 100644 --- a/docs/cli/server.md +++ b/docs/cli/server.md @@ -40,7 +40,7 @@ The ```bor server``` command runs the Bor client. - ```eth.requiredblocks```: Comma separated block number-to-hash mappings to require for peering (=) -- ```ethstats```: Reporting URL of a ethstats service (nodename:secret@host:port) +- ```ethstats```: Reporting URL of an ethstats service (nodename:secret@host:port) - ```gcmode```: Blockchain garbage collection mode ("full", "archive") (default: full) @@ -310,4 +310,4 @@ The ```bor server``` command runs the Bor client. - ```txpool.pricelimit```: Minimum gas price limit to enforce for acceptance into the pool (default: 25000000000) -- ```txpool.rejournal```: Time interval to regenerate the local transaction journal (default: 1h0m0s) \ No newline at end of file +- ```txpool.rejournal```: Time interval to regenerate the local transaction journal (default: 1h0m0s) From ebffd991f22092dc30af36ed9de84d072e854239 Mon Sep 17 00:00:00 2001 From: Dmytrol <46675332+Dimitrolito@users.noreply.github.com> Date: Fri, 6 Dec 2024 17:27:00 +0200 Subject: [PATCH 3/5] typos server.md --- docs/cli/server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli/server.md b/docs/cli/server.md index 61270568d..868e3b3dc 100644 --- a/docs/cli/server.md +++ b/docs/cli/server.md @@ -148,7 +148,7 @@ The ```bor server``` command runs the Bor client. - ```graphql```: Enable GraphQL on the HTTP-RPC server. Note that GraphQL can only be started if an HTTP server is started as well. (default: false) -- ```graphql.corsdomain```: Comma separated list of domains from which to accept cross origin requests (browser enforced) (default: localhost) +- ```graphql.corsdomain```: Comma separated list of domains from which to accept cross-origin requests (browser enforced) (default: localhost) - ```graphql.vhosts```: Comma separated list of virtual hostnames from which to accept requests (server enforced). Accepts '*' wildcard. (default: localhost) From 096b429bcbefde7b6a429c0548a64508fbd9199e Mon Sep 17 00:00:00 2001 From: Dmytrol <46675332+Dimitrolito@users.noreply.github.com> Date: Fri, 6 Dec 2024 17:27:28 +0200 Subject: [PATCH 4/5] typos server.md --- docs/cli/server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli/server.md b/docs/cli/server.md index 868e3b3dc..243e83406 100644 --- a/docs/cli/server.md +++ b/docs/cli/server.md @@ -158,7 +158,7 @@ The ```bor server``` command runs the Bor client. - ```http.api```: API's offered over the HTTP-RPC interface (default: eth,net,web3,txpool,bor) -- ```http.corsdomain```: Comma separated list of domains from which to accept cross origin requests (browser enforced) (default: localhost) +- ```http.corsdomain```: Comma separated list of domains from which to accept cross-origin requests (browser enforced) (default: localhost) - ```http.ep-requesttimeout```: Request Timeout for rpc execution pool for HTTP requests (default: 0s) From 1ce49563a6a570755a63bf29fcbb5aebafdd61c0 Mon Sep 17 00:00:00 2001 From: Dmytrol <46675332+Dimitrolito@users.noreply.github.com> Date: Fri, 6 Dec 2024 17:28:23 +0200 Subject: [PATCH 5/5] typos README.md --- p2p/simulations/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p2p/simulations/README.md b/p2p/simulations/README.md index 1f9f72dcd..149be82b2 100644 --- a/p2p/simulations/README.md +++ b/p2p/simulations/README.md @@ -116,7 +116,7 @@ the expectation and what network events were emitted during the step run. ## HTTP API -The simulation framework includes a HTTP API that can be used to control the +The simulation framework includes an HTTP API that can be used to control the simulation. The API is initialised with a particular node adapter and has the following