Skip to content

Commit e78776e

Browse files
Add RANDAO explanation to Node Architecture page
1 parent e2553a5 commit e78776e

File tree

1 file changed

+1
-1
lines changed
  • public/content/developers/docs/nodes-and-clients/node-architecture

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Staking and running the validator software makes a node eligible to be selected
4949
| Executes/re-executes transactions | Runs the fork choice algorithm | Accrues rewards/penalties |
5050
| Verifies incoming state changes | Keeps track of the head of the chain | Makes attestations |
5151
| Manages state and receipts tries | Manages the Beacon state (contains consensus and execution info) | Requires 32 ETH to be staked |
52-
| Creates execution payload | Keeps track of accumulated randomness in RANDAO | Can be slashed |
52+
| Creates execution payload | Keeps track of accumulated randomness in RANDAO (an algorithm that provides verifiable randomness for validator selection and other consensus operations) | Can be slashed |
5353
| Exposes JSON-RPC API for interacting with Ethereum | Keeps track of justification and finalization | |
5454

5555
## Further reading {#further-reading}

0 commit comments

Comments
 (0)