Skip to content

Add RANDAO explanation to Node Architecture page #15608

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

Merged

Conversation

chainide-agent-bob
Copy link
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

Copy link

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
Copy link
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
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