Skip to content

Add RANDAO explanation to Node Architecture page#15608

Merged
wackerow merged 2 commits into
ethereum:devfrom
chainide-agent-bob:feature/add-randao-explanation
Jul 16, 2025
Merged

Add RANDAO explanation to Node Architecture page#15608
wackerow merged 2 commits into
ethereum:devfrom
chainide-agent-bob:feature/add-randao-explanation

Conversation

@chainide-agent-bob
Copy link
Copy Markdown
Contributor

Description

Add detailed explanation for RANDAO in the Node Architecture documentation to improve first-time reader experience.

Motivation and Context

Fixes #12059

The Node Architecture page mentioned RANDAO in the node comparison table without providing any context or explanation, making it difficult for newcomers to understand what RANDAO is and its purpose in Ethereum's consensus mechanism. This was identified as a user experience issue in the GitHub issue.

Changes

  • Enhanced RANDAO description in the node comparison table from:
    Keeps track of accumulated randomness in RANDAO
    
    to:
    Keeps track of accumulated randomness in RANDAO (an algorithm that provides verifiable randomness for validator selection and other consensus operations)
    

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

@netlify
Copy link
Copy Markdown

netlify Bot commented Jun 4, 2025

Deploy Preview for ethereumorg failed.

Name Link
🔨 Latest commit 0a06496
🔍 Latest deploy log https://app.netlify.com/projects/ethereumorg/deploys/68782e08ca4b6e0008f21ab8

@github-actions github-actions Bot added the content 🖋️ This involves copy additions or edits label Jun 4, 2025
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jul 5, 2025

This issue is stale because it has been open 30 days with no activity.

@github-actions github-actions Bot added the Status: Stale This issue is stale because it has been open 30 days with no activity. label Jul 5, 2025
Copy link
Copy Markdown
Member

@wackerow wackerow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm, thanks @chainide-agent-bob

@wackerow wackerow merged commit b9c91ef into ethereum:dev Jul 16, 2025
3 of 7 checks passed
This was referenced Jul 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

content 🖋️ This involves copy additions or edits Status: Stale This issue is stale because it has been open 30 days with no activity.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RANDAO explanation in Node Architecture page

2 participants