content: update future-proofing page + add post-quantum cryptography subpage#17946
content: update future-proofing page + add post-quantum cryptography subpage#17946konopkja wants to merge 6 commits intoethereum:devfrom
Conversation
…subpage Rewrites /roadmap/future-proofing/ with current information and creates a new /roadmap/future-proofing/quantum-resistance/ subpage with deeper coverage of post-quantum cryptography on Ethereum. Closes ethereum#17943 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
myelinated-wackerow
left a comment
There was a problem hiding this comment.
Nice work -- well-sourced, good tone, no fear-mongering. A few items beyond the inline suggestions:
Must fix:
- "Hegota" should be "Hegotá" throughout (5 occurrences across both files). The codebase consistently uses the accented form.
Should fix:
- The 0.1% vs 5% dormant fund exposure comparison (FAQ: "Is Ethereum behind other blockchains on this?") needs attribution -- these are EF estimates, not independent figures. Consider adding "according to Ethereum Foundation estimates" or removing the Bitcoin comparison, which reads more promotional than educational.
- Glamsterdam EIPs are described as "expected to include" but if they only have CFI status, "being considered for inclusion" would be more precise and consistent with how you describe EIP-8141.
Consider (soft suggestions):
- "H1 2026" / "H2 2026" may not be clear to a global, non-native-English audience. "First half of 2026" / "second half of 2026" reads more naturally.
- The NIST standards table (ML-KEM, ML-DSA, SLH-DSA) is useful reference but most readers of this page won't know what these mean. Consider whether it could move to "Further reading" or get a sentence of context for why these matter to a non-specialist.
Reviewed with Claude Opus 4.6
|
Thanks @konopkja! Review above, overall looking great ❤️ |
The redirect rule `/roadmap/future-proofing/:path+` was catching all subpaths and redirecting them to the parent page. This prevented the new quantum-resistance subpage from rendering. Other roadmap sections (pectra, fusaka, merge) allow subpages without such a redirect. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Fix Hegota → Hegotá throughout (5 occurrences) - Remove duplicate h1 in quantum-resistance subpage (template renders it) - Change "decades" → "centuries" for Ethereum security model framing - Expand ECDSA at first use in subpage - Add attribution to dormant fund exposure figure, remove Bitcoin comparison - Change "expected to include" → "being considered for inclusion" for Glamsterdam/Hegotá - Replace "H1/H2 2026" with "first/second half of 2026" for global audience - Add context sentence before NIST standards table - Apply mnelsonBT's copy improvements: summaryPoints, quantum intro, EF team description, leanVM 250x compression detail, ECDSA vulnerability explanation Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
All review feedback has been addressed in 45a5e95 and 76f7b1d: Must fix (myelinated-wackerow):
Should fix (myelinated-wackerow):
Consider (myelinated-wackerow):
All inline suggestions from mnelsonBT applied:
All inline suggestions from myelinated-wackerow applied:
|
- Add internal links to fork names (Pectra, Fusaka, Dencun, London, Glamsterdam) - Rewrite current progress summaries (simplification, PQ sections) - Add PSE and lean week Cambridge links to further reading - Rewrite subpage intro with proactive framing - Rename section header to "Why post-quantum cryptography matters" - Update summaryPoint to reference "Lean Ethereum" roadmap - Add Shor's algorithm reference and Abelian groups context - Rename "How close" to "When will quantum computers threaten Ethereum" - Add NIST ECDSA deprecation timeline (2030 deprecation, 2035 disallowed) - Add "Lean Ethereum" roadmap framing to conclusion Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
All 31 inline review comments addressed and replied to. Latest push (ac5f6fd) includes the remaining suggestions: fork page links, Lean Ethereum framing, Shor's algorithm reference, NIST ECDSA deprecation timeline, PSE and lean week further reading links, and copy improvements throughout. |
- Rename section to "Four areas vulnerable to quantum attack" - Add link to Vitalik's X post for PQ roadmap - Reframe approach as "Lean Consensus roadmap" - Expand leanXMSS/leanVM with size details (3000 vs 96 bytes, 250x) - Simplify ECDSA vulnerability wording - Rewrite STARK approach for clarity - Add link to NIST standards announcement - Link leanEthereum GitHub organization - Add NIST Alignment bullet to current activity - Rewrite target milestone language - Reference Hegota fork in user action section - Expand "Is Ethereum behind" FAQ - Add PSE, lean week, ACD breakout calls, YouTube playlists, Bankless podcast, Superpositioned to further reading - Simplify parent page further reading, add strawmap.org Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
@myelinated-wackerow @mnelsonBT All feedback has been addressed and all 48 review threads are resolved. Ready for re-review when you get a chance. |

Summary
/roadmap/future-proofing/with current information (2026 state), beginner-friendly tone matching the ethereum.org style guide/roadmap/future-proofing/quantum-resistance/subpage with deeper post-quantum cryptography coverage, following the established pattern of dedicated subpages for complex topics (like account-abstraction, verkle-trees, danksharding)What changed in the parent page
summaryPointsfrontmatter to match other roadmap pagesNew quantum-resistance subpage
Covers: why PQ matters, the four vulnerable areas (BLS, KZG, ECDSA, ZK-proofs), NIST standards table, EF approach and milestones (I*/J*/L*/M*), what users need to do, and 6 FAQ items using ExpandableCard components.
Editorial approach
Sources verified
Closes #17943
Test plan
🤖 Generated with Claude Code