-
Notifications
You must be signed in to change notification settings - Fork 150
added the Verge, the Purge and the Splurge #432
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
base: main
Are you sure you want to change the base?
Conversation
the Purge the Splurge
Hi @ojuschugh1,
ℹ️ How to fix this error:
ℹ️ Checking for typos locally
for f in **/*.md ; do echo $f ; aspell --lang=en_US --mode=markdown --home-dir=. --personal=wordlist.txt --ignore-case=true --camel-case --add-sgml-skip nospellcheck list < $f | sort | uniq -c ; done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great, thanks for finishing the roadmap!
Hi @ojuschugh1,
ℹ️ How to fix this error:
ℹ️ Checking for typos locally
for f in **/*.md ; do echo $f ; aspell --lang=en_US --mode=markdown --home-dir=. --personal=wordlist.txt --ignore-case=true --camel-case --add-sgml-skip nospellcheck list < $f | sort | uniq -c ; done |
Hi @taxmeifyoucan , |
Description
This pull request adds the missing URGES sections—The Purge and The Splurge—to the Ethereum Protocol Roadmap wiki page, completing the previously half-populated table with detailed upgrade entries and references to Vitalik Buterin’s “Possible Futures” series and relevant EIPs. It also populates the Staking Economics track under The Scourge, fills out The Verge section with Data Availability Sampling and Verkle Tree Commitments, and updates the Resources section to include Domothy’s Week 5 presentation.
Closes Issue #294.
PR Checklist