Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix glossary term header ids #5252

Merged
merged 1 commit into from
Jan 27, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/content/glossary/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,11 @@ A group of at least 128 [validators](#validator) assigned to beacon and shard bl

When numerous nodes (usually most nodes on the network) all have the same blocks in their locally validated best blockchain. Not to be confused with [consensus rules](#consensus-rules).

### consensus client {consensus-client}
### consensus client {#consensus-client}

Consensus clients (such as Prysm, Teku, Nimbus, Lighthouse, Lodestar) run Ethereum's [proof-of-stake](#pos) consensus algorithm allowing the network to reach agreement about the head of the Beacon Chain. Consensus clients do not participate in validating/broadcasting transactions or executing state transitions. This is done by [execution clients](#execution-client).

### consensus layer {consensus-layer}
### consensus layer {#consensus-layer}

Ethereum's consensus layer is the network of [consensus clients](#consensus-client).

Expand Down Expand Up @@ -261,7 +261,7 @@ In the context of cryptography, lack of predictability or level of randomness. W

Execution clients (f.k.a. "Eth1 clients"), such as Besu, Erigon, go-ethereum, Nethermind, are tasked with processing and broadcasting transactions, as well as with managing Ethereum's state. They run the computations for each transaction in the [Ethereum Virtual Machine](#evm) to ensure that the rules of the protocol are followed. Today, they also handle proof of work consensus. After the transition to [proof of stake](#pos), they will delegate this to consensus clients.

### execution layer
### execution layer {#execution-layer}

Ethereum's execution layer is the network of [execution clients](#execution-client).

Expand Down