docs: update readme to reflect devnet 4 status#286
Conversation
🤖 Kimi Code ReviewThis PR contains documentation-only changes to Review: The changes are straightforward and consistent:
Approval: LGTM. This is a standard version-bump documentation update with no security or correctness implications. Automated review by Kimi (Moonshot AI) · kimi-k2.5 · custom prompt |
🤖 Claude Code ReviewPR #286 —
|
🤖 Codex Code ReviewNo findings. This PR is documentation-only: the diff updates devnet/release text in README.md, README.md, and README.md. It does not touch Rust code, consensus logic, networking, SSZ, signatures, or state-transition paths, so I found no correctness, security, performance, or memory-safety issues to call out. Residual risk is limited to documentation accuracy. No code testing is applicable for this diff. Automated review by OpenAI Codex · gpt-5.4 · custom prompt |
Greptile SummaryDocumentation update bumping the README from devnet 3 to devnet 4 as the current running devnet. The pq-devnet-4 section is updated to reflect active status, pq-devnet-5 is introduced as the next target (linked to issue #285), and the roadmap entry is updated accordingly. Confidence Score: 5/5Documentation-only change, safe to merge. All changes are minor documentation updates with no code impact. No P0/P1 findings were identified. No files require special attention.
|
| Filename | Overview |
|---|---|
| README.md | Promotes pq-devnet-4 from "in progress" to current, adds pq-devnet-5 as next target, and updates roadmap issue link from #155 to #285. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart LR
D1[devnet1] --> D2[devnet2]
D2 --> D3[devnet3]
D3 --> D4["devnet4 ✅ current"]
D4 --> D5["devnet5 🔜 in progress"]
style D4 fill:#2d6a4f,color:#fff
style D5 fill:#457b9d,color:#fff
style D1 fill:#555,color:#fff
style D2 fill:#555,color:#fff
style D3 fill:#555,color:#fff
Reviews (1): Last reviewed commit: "docs: update readme to reflect devnet 4 ..." | Re-trigger Greptile
No description provided.