Update pruning support (#835)

* Update pruning support

Signed-off-by: Roland Tyler <roland.tyler@consensys.net>

* Vale corrections and CLI update

Signed-off-by: Roland Tyler <roland.tyler@consensys.net>

* correct link

Signed-off-by: Roland Tyler <roland.tyler@consensys.net>

* incorporate feedback

Signed-off-by: Roland Tyler <roland.tyler@consensys.net>

* update back to "offchain" and "onchain" per conversation

Signed-off-by: Roland Tyler <roland.tyler@consensys.net>

* add "offchain" to vale

Signed-off-by: Roland Tyler <roland.tyler@consensys.net>

* update dead links

Signed-off-by: Roland Tyler <roland.tyler@consensys.net>
pull/850/head
rolandtyler 3 years ago committed by GitHub
parent f8e01faa41
commit de4911ca0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      CI/vale/vale_styles/Vocab/Besu/accept.txt
  2. 4
      docs/Concepts/Pruning.md
  3. 9
      docs/HowTo/Deploy/Kubernetes.md
  4. 2
      docs/HowTo/Get-Started/Installation-Options/Install-Binaries.md
  5. 4
      docs/Reference/CLI/CLI-Syntax.md

@ -90,6 +90,7 @@ MkDocs
Nginx
Nodejs
[nN]once(s)?
[oO]ffchain
[oO]nboard(ing)?
[oO]nchain
Orion

@ -16,3 +16,7 @@ Pruning is disabled by default, and can be enabled with the
Pruning might increase block import times, but it does not affect the ability of nodes to stay in
sync.
!!! Important
Pruning is being deprecated for [Bonsai Tries](Data-Storage-Formats.md#bonsai-tries) and is currently not being updated.

@ -8,11 +8,8 @@ description: Deploying Hyperledger Besu with Kubernetes
Use the [reference implementations](https://github.com/ConsenSys/besu-kubernetes) to install
private networks using Kubernetes(K8s). Reference implementations are available using:
* [Helm](https://github.com/ConsenSys/besu-kubernetes/tree/master/helm)
* [Helmfile]
* [kubectl](https://github.com/ConsenSys/besu-kubernetes/tree/master/kubectl).
* [Helm](https://github.com/ConsenSys/quorum-kubernetes/tree/master/dev)
* [Helmfile](https://github.com/roboll/helmfile)
* [kubectl](https://github.com/ConsenSys/besu-kubernetes/tree/master/playground/kubectl).
Familiarize yourself with the reference implementations and customize them for your requirements.
<!-- Links -->
[Helmfile]: https://github.com/ConsenSys/quorum-kubernetes/tree/master/helmfile/quorum-besu/ibft2

@ -18,7 +18,7 @@ description: Install or upgrade Hyperledger Besu from binary distribution
* MacOS High Sierra 10.13 or later versions.
* Java 11-16.
You can install Java using `brew install openjdk`. Alternatively, you can manually install the
[Java JDK](https://www.oracle.com/java/technologies/javase-downloads.html).
[Java JDK](https://www.oracle.com/java/technologies/downloads).
### Install (or upgrade) using Homebrew

@ -2266,6 +2266,10 @@ Defaults to `false`.
Using pruning with [private transactions](../../Concepts/Privacy/Privacy-Overview.md) is not
supported.
!!! Important
Pruning is being deprecated for [Bonsai Tries](../../Concepts/Data-Storage-Formats.md#bonsai-tries) and is currently not being updated.
### `random-peer-priority-enabled`
=== "Syntax"

Loading…
Cancel
Save