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

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

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 ready!

Name Link
🔨 Latest commit e78776e
🔍 Latest deploy log https://app.netlify.com/projects/ethereumorg/deploys/6840283f69a2590008e06268
😎 Deploy Preview https://deploy-preview-15608--ethereumorg.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
7 paths audited
Performance: 44 (🔴 down 8 from production)
Accessibility: 95 (🟢 up 1 from production)
Best Practices: 91 (🔴 down 7 from production)
SEO: 99 (no change from production)
PWA: 59 (🟢 up 2 from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions bot added the content 🖋️ This involves copy additions or edits label Jun 4, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RANDAO explanation in Node Architecture page
1 participant