Skip to content

Commit fbb7f33

Browse files
authored
Adding Grandine to various pages
1 parent c33bdc4 commit fbb7f33

File tree

5 files changed

+12
-2
lines changed

5 files changed

+12
-2
lines changed

public/content/community/support/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,6 @@ Most of the teams building Ethereum clients also have dedicated, public-facing,
100100
- [Lighthouse](https://discord.gg/cyAszAh)
101101
- [Teku](https://discord.gg/7hPv2T6)
102102
- [Lodestar](https://discord.gg/aMxzVcr)
103+
- [Grandine](https://discord.gg/H9XCdUSyZd)
103104

104105
You can also [learn how to run a node here](/developers/docs/nodes-and-clients/run-a-node/).

public/content/contributing/adding-staking-products/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ For any custom software or smart contracts involved:
8787

8888
For software products related to node or client setup, management or migration:
8989

90-
**Which consensus layer clients (i.e. Lighthouse, Teku, Nimbus, Prysm) are supported?**
90+
**Which consensus layer clients (i.e. Lighthouse, Teku, Nimbus, Prysm, Grandine) are supported?**
9191

9292
- Which clients are supported? Can the user choose?
9393
- This is used to determine the products "multi-client" score.

public/content/developers/docs/nodes-and-clients/client-diversity/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ Addressing client diversity requires more than individual users to choose minori
8080

8181
[Prysm](https://docs.prylabs.network/docs/getting-started)
8282

83+
[Grandine](https://github.com/grandinetech/grandine)
84+
8385
Technical users can help accelerate this process by writing more tutorials and documentation for minority clients and encouraging their node-operating peers to migrate away from the dominant clients. Guides for switching to a minority consensus client are available on [clientdiversity.org](https://clientdiversity.org/).
8486

8587
## Client diversity dashboards {#client-diversity-dashboards}

public/content/developers/docs/nodes-and-clients/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,12 +195,19 @@ There are multiple consensus clients (previously known as 'Eth2' clients) to sup
195195

196196
| Client | Language | Operating systems | Networks |
197197
| ------------------------------------------------------------- | ---------- | --------------------- | ----------------------------------------------------------------- |
198+
| [Grandine](https://docs.grandine.io/) | Rust | Linux, Windows, macOS | Beacon Chain, Goerli, Sepolia, and more |
198199
| [Lighthouse](https://lighthouse.sigmaprime.io/) | Rust | Linux, Windows, macOS | Beacon Chain, Goerli, Pyrmont, Sepolia, Ropsten, and more |
199200
| [Lodestar](https://lodestar.chainsafe.io/) | TypeScript | Linux, Windows, macOS | Beacon Chain, Goerli, Sepolia, Ropsten, and more |
200201
| [Nimbus](https://nimbus.team/) | Nim | Linux, Windows, macOS | Beacon Chain, Goerli, Sepolia, Ropsten, and more |
201202
| [Prysm](https://docs.prylabs.network/docs/getting-started/) | Go | Linux, Windows, macOS | Beacon Chain, Gnosis, Goerli, Pyrmont, Sepolia, Ropsten, and more |
202203
| [Teku](https://consensys.net/knowledge-base/ethereum-2/teku/) | Java | Linux, Windows, macOS | Beacon Chain, Gnosis, Goerli, Sepolia, Ropsten, and more |
203204

205+
### Grandine {#grandine}
206+
207+
Grandine is the latest consensus client implementation, written in Rust under the GPL-3.0 license. It is maintained by the Grandine Core Team and is fast, high-performance and lightweight. It fits a wide range of stakers from solo stakers running on low-resource devices such as Raspberry Pi to large institutional stakers running tens of thousands of validators.
208+
209+
Documentation can be found in the [Grandine Book](https://docs.grandine.io/)
210+
204211
### Lighthouse {#lighthouse}
205212

206213
Lighthouse is a consensus client implementation written in Rust under the Apache-2.0 license. It is maintained by Sigma Prime and has been stable and production-ready since Beacon Chain genesis. It is relied upon by various enterprises, staking pools and individuals. It aims to be secure, performant and interoperable in a wide range of environments, from desktop PCs to sophisticated automated deployments.

public/content/governance/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ There are various stakeholders in the [Ethereum community](/community/), each pl
4848
- **Node Operators**: these people run nodes that propagate blocks and transactions, rejecting any invalid transaction or block that they come across. [More on nodes](/developers/docs/nodes-and-clients/).
4949
- **EIP Authors**: these people propose changes to the Ethereum protocol, in the form of Ethereum Improvement Proposals (EIPs). [More on EIPs](/eips/).
5050
- **Validators**: these people run nodes that can add new blocks to the Ethereum blockchain.
51-
- **Protocol Developers** (a.k.a. "Core Developers" ): these people maintain the various Ethereum implementations (e.g. go-ethereum, Nethermind, Besu, Erigon, Reth at the execution layer or Prysm, Lighthouse, Nimbus, Teku, Lodestar at the consensus layer). [More on Ethereum clients](/developers/docs/nodes-and-clients/).
51+
- **Protocol Developers** (a.k.a. "Core Developers" ): these people maintain the various Ethereum implementations (e.g. go-ethereum, Nethermind, Besu, Erigon, Reth at the execution layer or Prysm, Lighthouse, Nimbus, Teku, Lodestar, Grandine at the consensus layer). [More on Ethereum clients](/developers/docs/nodes-and-clients/).
5252

5353
_Note: any individual can be part of multiple of these groups (e.g. a protocol developer could champion an EIP, and run a beacon chain validator, and use DeFi applications). For conceptual clarity, it is easiest to distinguish between them, though._
5454

0 commit comments

Comments
 (0)