docs(readme): expand roadmap with near-term priorities#463
Conversation
…lock building, state-diff storage, Goldfish + RLMD GHOST + BFT, ethrex integration, ethp2p, ZK proving, and an STF rewrite for formal verification) and link to the devnet-5 blogpost.
🤖 Kimi Code ReviewThe diff provided contains documentation changes only (README.md). There are no Rust code changes affecting consensus logic, cryptography, state transitions, or networking to review against the technical criteria specified. Summary of changes:
Review: The documentation changes are clear and accurate. The roadmap items appropriately reflect Ethereum consensus development priorities (e.g., 3SF-mini fork choice research, XMSS signature schemes, ZK-STF proving). No issues identified. Note: If this PR contains additional commits with code changes not shown in this diff, please provide the complete diff for technical review of consensus-critical components. Automated review by Kimi (Moonshot AI) · kimi-k2.5 · custom prompt |
🤖 Codex Code ReviewNo findings. The diff in Residual note: this review is scoped to the provided diff. If PR 463 is expected to contain code changes beyond Automated review by OpenAI Codex · gpt-5.4 · custom prompt |
🤖 Claude Code ReviewReview — PR 463: docs(readme): expand roadmap with near-term prioritiesThis PR is a README-only documentation edit: it renames the "Incoming features" section, adds a blogpost link, and replaces a single roadmap bullet with a prioritised list of seven items. No Rust code is touched. No code correctness, security, performance, or Rust-idiom findings apply. One minor content observation worth the author's attention: README.md:127 vs. README.md:143 — mild inconsistency between the The Everything else looks good: the em-dash usage is consistent, the Markdown formatting is clean, all three external links ( Automated review by Claude (Anthropic) · sonnet · custom prompt |
Co-authored-by: Tomás Grüner <47506558+MegaRedHand@users.noreply.github.com>
Co-authored-by: Tomás Grüner <47506558+MegaRedHand@users.noreply.github.com>
Co-authored-by: Tomás Grüner <47506558+MegaRedHand@users.noreply.github.com>
Co-authored-by: Tomás Grüner <47506558+MegaRedHand@users.noreply.github.com>
Co-authored-by: Tomás Grüner <47506558+MegaRedHand@users.noreply.github.com>
Motivation
The README's "Incoming features" section listed only a single item. This updates it to reflect our near-term roadmap, in priority order, and links to the blogpost where we lay out our thinking.
Description