Skip to content

Commit

Permalink
Merge branch 'main' into tx-exclusion-api
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwllmr authored Sep 27, 2024
2 parents c8a04db + ad89f14 commit 6db177e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/architecture/stack/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
6 changes: 3 additions & 3 deletions docs/developers/guides/run-a-node/use-binary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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
Expand Down Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions docs/developers/guides/run-a-node/use-docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/developers/guides/run-a-node/volume-creation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 6db177e

Please sign in to comment.