Skip to content

Commit

Permalink
Merge pull request #5252 from ethereum/header-ids
Browse files Browse the repository at this point in the history
Fix glossary term header ids
  • Loading branch information
wackerow committed Jan 27, 2022
2 parents b37ebe7 + 6e1b420 commit 2350568
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 2350568

Please sign in to comment.