From ad89f145eabfe6240da99ca52804a7665568585c Mon Sep 17 00:00:00 2001 From: Joel Willmore <95916148+jlwllmr@users.noreply.github.com> Date: Fri, 27 Sep 2024 08:54:09 +0100 Subject: [PATCH] Remove Hyperledger from Besu references (#754) --- docs/architecture/stack/index.mdx | 2 +- docs/developers/guides/run-a-node/use-binary.mdx | 6 +++--- docs/developers/guides/run-a-node/use-docker.mdx | 4 ++-- docs/developers/guides/run-a-node/volume-creation.mdx | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/architecture/stack/index.mdx b/docs/architecture/stack/index.mdx index dbadbb421..97107b1fb 100644 --- a/docs/architecture/stack/index.mdx +++ b/docs/architecture/stack/index.mdx @@ -46,7 +46,7 @@ The repository contains the elements of Linea responsible for this process. ### [`linea-besu`](https://github.com/Consensys/linea-besu) -The Linea implementation of Hyperledger Besu, an Ethereum client, extended with plugins. +The Linea implementation of Besu, an Ethereum client, extended with plugins. As Linea is EVM-equivalent, it is compatible with standard Ethereum clients without plugins; for example, you can also [run a Linea node using Geth](../../developers/guides/run-a-node/index.mdx). diff --git a/docs/developers/guides/run-a-node/use-binary.mdx b/docs/developers/guides/run-a-node/use-binary.mdx index 980acc000..e463577fc 100644 --- a/docs/developers/guides/run-a-node/use-binary.mdx +++ b/docs/developers/guides/run-a-node/use-binary.mdx @@ -9,7 +9,7 @@ import TabItem from "@theme/TabItem"; import VolumeCreation from "./volume-creation.mdx"; -You can install the Hyperledger Besu or Geth client to run a Linea node from a binary distribution. +You can install the Besu or Geth client to run a Linea node from a binary distribution. For Besu nodes, you have a choice between: - Using standard Besu software to run a follower node, which keeps a local copy of the blockchain, or; @@ -22,7 +22,7 @@ infrastructure providers. Set up the required and recommended hardware and all the utilities. You can find the recommendations for the clients from the official documentation: -- [Hyperledger Besu](https://besu.hyperledger.org/public-networks/get-started/system-requirements) +- [Besu](https://besu.hyperledger.org/public-networks/get-started/system-requirements) - [Geth](https://geth.ethereum.org/docs/getting-started/hardware-requirements). - Linea Besu: Download the latest version of `linea-besu-package` from its [releases page](https://github.com/Consensys/linea-besu-package/releases). Find the "Assets" subheading on the latest release and download the zip file named @@ -120,7 +120,7 @@ Linux/ARM or Windows/X86_64. ::: -Linea Besu is an implementation of the Hyperledger Besu client that extends its functionality. +Linea Besu is an implementation of the Besu client that extends its functionality. We recommend using Linea Besu over standard Besu if you intend to run a node and use it to interact with the blockchain, rather than just following it. diff --git a/docs/developers/guides/run-a-node/use-docker.mdx b/docs/developers/guides/run-a-node/use-docker.mdx index dc94781bd..6dd6f0950 100644 --- a/docs/developers/guides/run-a-node/use-docker.mdx +++ b/docs/developers/guides/run-a-node/use-docker.mdx @@ -7,7 +7,7 @@ image: /img/socialCards/use-docker.jpg import Tabs from "@theme/Tabs"; import TabItem from "@theme/TabItem"; -You can use Docker to run [Hyperledger Besu](https://besu.hyperledger.org/), [Linea Besu](https://github.com/Consensys/linea-besu-package/tree/main), +You can use Docker to run [Besu](https://besu.hyperledger.org/), [Linea Besu](https://github.com/Consensys/linea-besu-package/tree/main), or [Geth](https://geth.ethereum.org/) as a Linea node on Mainnet or Linea Sepolia. ## Prerequisites @@ -77,7 +77,7 @@ for help if you experience peering issues. ## Run a Linea Besu node -Linea Besu is an implementation of the Hyperledger Besu client that extends its functionality. +Linea Besu is an implementation of the Besu client that extends its functionality. We recommend using Linea Besu over standard Besu if you intend to run a node and use it to interact with the blockchain, rather than just following it. diff --git a/docs/developers/guides/run-a-node/volume-creation.mdx b/docs/developers/guides/run-a-node/volume-creation.mdx index 6a2619805..6197c7505 100644 --- a/docs/developers/guides/run-a-node/volume-creation.mdx +++ b/docs/developers/guides/run-a-node/volume-creation.mdx @@ -5,7 +5,7 @@ image: /img/socialCards/creating-a-custom-volume.jpg :::note -Blockchain clients like Hyperledger Besu or Geth can take up a lot of disk space. By defining the amount of disk space you're willing to +Blockchain clients like Besu or Geth can take up a lot of disk space. By defining the amount of disk space you're willing to dedicate to your client (and the block data that it will be syncing), you can ensure that you still have enough room on your disk for whatever else you need.