Skip to content

Remove completed items from README roadmap#196

Merged
MegaRedHand merged 1 commit intomainfrom
update-readme-roadmap-2
Mar 10, 2026
Merged

Remove completed items from README roadmap#196
MegaRedHand merged 1 commit intomainfrom
update-readme-roadmap-2

Conversation

@pablodeymo
Copy link
Collaborator

Summary

The spawned P2P event loop (#165, PR #188) and leanMetrics observability
(#76, PR #192) are both merged.
@github-actions
Copy link

🤖 Kimi Code Review

Review Summary

This PR only modifies the README.md file to remove completed/in-progress items from the roadmap. The changes are appropriate and don't introduce any technical issues.

Specific feedback:

The removals align with standard practice of keeping README roadmaps current. No security, correctness, or style issues identified.


Automated review by Kimi (Moonshot AI) · custom prompt

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Mar 10, 2026

Greptile Summary

This PR is a routine documentation clean-up that removes two completed roadmap items from the README.md near-future features list, keeping the roadmap accurate and up-to-date.

Confidence Score: 5/5

Important Files Changed

Filename Overview
README.md Removes two completed roadmap items ("Use spawned for our P2P event loop" and "Observability: more metrics from leanMetrics") from the near-future features list — straightforward housekeeping.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Roadmap Item Completed] --> B{Merged PR?}
    B -- Yes --> C[Remove from README roadmap]
    B -- No --> D[Keep in README roadmap]
    C --> E[README updated ✓]
Loading

Last reviewed commit: 65ace5d

@github-actions
Copy link

🤖 Claude Code Review

PR Review: Remove completed items from README roadmap

PR #196pablodeymo — Documentation-only change


Summary

This PR removes two completed roadmap items from README.md:


Assessment

The change is correct and appropriate. Completed items should be cleaned from the roadmap to keep it accurate and useful as a planning document.

Both removals are well-justified:

No code changes — zero risk of regressions.

Verdict: LGTM. Ready to merge.


Automated review by Claude (Anthropic) · custom prompt

@github-actions
Copy link

🤖 Codex Code Review

No code-review findings.

  1. This PR only changes documentation in README.md by removing two roadmap bullets (formerly around lines 112–113 in the old version), with no Rust/consensus/execution-path changes.
  2. I see no impact on fork choice, attestation validation, finalization logic, STF, XMSS handling, SSZ, memory safety, performance, or runtime security from this diff.

If PR 196 was expected to include code changes, the provided diff (/tmp/pr_diff.txt) appears incomplete.


Automated review by OpenAI Codex · custom prompt

@MegaRedHand MegaRedHand merged commit 0fbcf3e into main Mar 10, 2026
7 checks passed
@MegaRedHand MegaRedHand deleted the update-readme-roadmap-2 branch March 10, 2026 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants