From afe714d192d25450a8fac565e67c0abe940910e0 Mon Sep 17 00:00:00 2001 From: Sally MacFarlane Date: Mon, 14 Dec 2020 17:35:08 +1000 Subject: [PATCH 1/3] fixed internal link and typos Signed-off-by: Sally MacFarlane --- docs/HowTo/Limit-Access/Updating-Permission-Lists.md | 2 +- .../Permissioning/Getting-Started-Onchain-Permissioning.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/HowTo/Limit-Access/Updating-Permission-Lists.md b/docs/HowTo/Limit-Access/Updating-Permission-Lists.md index 6fcd9ad2e54..3f2049f83bb 100644 --- a/docs/HowTo/Limit-Access/Updating-Permission-Lists.md +++ b/docs/HowTo/Limit-Access/Updating-Permission-Lists.md @@ -22,7 +22,7 @@ To remove a node from the nodes allowlist: !!! tip If you add a running node, the node does not attempt to reconnect to the bootnode and - synchronize until peer discovery restarts. To add a allowlisted node as a peer without waiting + synchronize until peer discovery restarts. To add an allowlisted node as a peer without waiting for peer discovery to restart, use [`admin_addPeer`](../../Reference/API-Methods.md#admin_addpeer). diff --git a/docs/Tutorials/Permissioning/Getting-Started-Onchain-Permissioning.md b/docs/Tutorials/Permissioning/Getting-Started-Onchain-Permissioning.md index c17d95947c5..04ef2362379 100644 --- a/docs/Tutorials/Permissioning/Getting-Started-Onchain-Permissioning.md +++ b/docs/Tutorials/Permissioning/Getting-Started-Onchain-Permissioning.md @@ -190,7 +190,7 @@ The migration logs the addresses of the Admin and Rules contracts. !!! note - Only [admin accounts] can add or remove nodes from the permission list. + Only an [admin account] can add or remove nodes from the allowlist. ## Add the first node to the allowlist @@ -200,5 +200,5 @@ The first node must [add itself to the allowlist] before adding other nodes. [Start first node with onchain permissioning and the JSON-RPC HTTP service enabled]: #onchain-permissioning-command-line-options [Clone the permissioning contracts repository and install dependencies]: #clone-the-contracts-and-install-dependencies [Start the webserver for the Permissioning Management Dapp]: #start-the-webserver-for-the-permissioning-management-dapp -[add itself to the allowlist]: ../../HowTo/Limit-Access/Updating-Permission-Lists.md#update-node-permission-lists -[admin accounts]: ../../HowTo/Limit-Access/Updating-Permission-Lists.md#update-node-permission-lists +[add itself to the allowlist]: ../../HowTo/Limit-Access/Updating-Permission-Lists.md#update-nodes-allowlists +[admin account]: ../../HowTo/Limit-Access/Updating-Permission-Lists.md#update-nodes-allowlists From d31afb1500536d4f46af1aca6cc0d2a03e2a7cab Mon Sep 17 00:00:00 2001 From: Sally MacFarlane Date: Mon, 14 Dec 2020 17:47:44 +1000 Subject: [PATCH 2/3] plurals Signed-off-by: Sally MacFarlane --- docs/HowTo/Limit-Access/Updating-Permission-Lists.md | 4 ++-- .../Permissioning/Getting-Started-Onchain-Permissioning.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/HowTo/Limit-Access/Updating-Permission-Lists.md b/docs/HowTo/Limit-Access/Updating-Permission-Lists.md index 3f2049f83bb..ed65790398b 100644 --- a/docs/HowTo/Limit-Access/Updating-Permission-Lists.md +++ b/docs/HowTo/Limit-Access/Updating-Permission-Lists.md @@ -4,7 +4,7 @@ description: Updating Hyperledger Besu onchain allowlists # Updating nodes and accounts allowlists -## Update nodes allowlists +## Update nodes allowlist To add a node to the Hyperledger Besu nodes allowlist: @@ -38,7 +38,7 @@ To remove a node from the nodes allowlist: correctly configured for all nodes with the externally accessible address. -## Update account allowlists +## Update accounts allowlist To add an account to the accounts allowlist: diff --git a/docs/Tutorials/Permissioning/Getting-Started-Onchain-Permissioning.md b/docs/Tutorials/Permissioning/Getting-Started-Onchain-Permissioning.md index 04ef2362379..81724d98f56 100644 --- a/docs/Tutorials/Permissioning/Getting-Started-Onchain-Permissioning.md +++ b/docs/Tutorials/Permissioning/Getting-Started-Onchain-Permissioning.md @@ -200,5 +200,5 @@ The first node must [add itself to the allowlist] before adding other nodes. [Start first node with onchain permissioning and the JSON-RPC HTTP service enabled]: #onchain-permissioning-command-line-options [Clone the permissioning contracts repository and install dependencies]: #clone-the-contracts-and-install-dependencies [Start the webserver for the Permissioning Management Dapp]: #start-the-webserver-for-the-permissioning-management-dapp -[add itself to the allowlist]: ../../HowTo/Limit-Access/Updating-Permission-Lists.md#update-nodes-allowlists -[admin account]: ../../HowTo/Limit-Access/Updating-Permission-Lists.md#update-nodes-allowlists +[add itself to the allowlist]: ../../HowTo/Limit-Access/Updating-Permission-Lists.md#update-nodes-allowlist +[admin account]: ../../HowTo/Limit-Access/Updating-Permission-Lists.md#update-nodes-allowlist From c1a330d8f6b80e7fc85cb5ba0d2e639775cf64d6 Mon Sep 17 00:00:00 2001 From: Sally MacFarlane Date: Mon, 14 Dec 2020 17:52:18 +1000 Subject: [PATCH 3/3] plural Signed-off-by: Sally MacFarlane --- docs/HowTo/Limit-Access/Updating-Permission-Lists.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/HowTo/Limit-Access/Updating-Permission-Lists.md b/docs/HowTo/Limit-Access/Updating-Permission-Lists.md index ed65790398b..3674ba9994c 100644 --- a/docs/HowTo/Limit-Access/Updating-Permission-Lists.md +++ b/docs/HowTo/Limit-Access/Updating-Permission-Lists.md @@ -9,7 +9,7 @@ description: Updating Hyperledger Besu onchain allowlists To add a node to the Hyperledger Besu nodes allowlist: 1. On the _Nodes_ tab of the Permissioning Management Dapp, click the - _Add Nodes_ button. The Add Node window displays. + _Add Node_ button. The Add Node window displays. 1. Enter the [enode URL](../../Concepts/Node-Keys.md#enode-url) of the node you are adding and click the _Add Node_ button.