Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

chore(node/p2p): merge peer infos and peerstore#2143

Merged
refcell merged 2 commits intomainfrom
theo/fix-todos-2
Jun 13, 2025
Merged

chore(node/p2p): merge peer infos and peerstore#2143
refcell merged 2 commits intomainfrom
theo/fix-todos-2

Conversation

@theochap
Copy link
Member

@theochap theochap commented Jun 13, 2025

Description

Merges the peer_info and peerstore mappings into a single one.

Close #2119

@theochap theochap self-assigned this Jun 13, 2025
@theochap theochap added K-feature Kind: feature A-node Area: cl node (eq. Go op-node) handles single-chain consensus A-p2p Area: p2p labels Jun 13, 2025
@theochap theochap moved this to In Review in Project Tracking Jun 13, 2025
@theochap theochap mentioned this pull request Jun 12, 2025
3 tasks
@theochap theochap changed the title feat(node/p2p): merge peer infos and peerstore chore(node/p2p): merge peer infos and peerstore Jun 13, 2025
@codecov
Copy link

codecov bot commented Jun 13, 2025

Codecov Report

Attention: Patch coverage is 0% with 22 lines in your changes missing coverage. Please review.

Project coverage is 82.2%. Comparing base (e2ec2b7) to head (a53749b).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
crates/node/p2p/src/gossip/gater.rs 0.0% 8 Missing ⚠️
crates/node/p2p/src/gossip/builder.rs 0.0% 5 Missing ⚠️
crates/node/p2p/src/net/builder.rs 0.0% 3 Missing ⚠️
crates/node/p2p/src/net/driver.rs 0.0% 3 Missing ⚠️
crates/node/p2p/src/gossip/driver.rs 0.0% 2 Missing ⚠️
crates/node/p2p/src/rpc/request.rs 0.0% 1 Missing ⚠️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Base automatically changed from theo/fix-todos to main June 13, 2025 15:28
@refcell refcell added this pull request to the merge queue Jun 13, 2025
Merged via the queue into main with commit c982363 Jun 13, 2025
23 of 24 checks passed
@refcell refcell deleted the theo/fix-todos-2 branch June 13, 2025 16:40
@github-project-automation github-project-automation bot moved this from In Review to Done in Project Tracking Jun 13, 2025
theochap added a commit to ethereum-optimism/optimism that referenced this pull request Dec 10, 2025
## Description

Merges the `peer_info` and `peerstore` mappings into a single one.

Close op-rs/kona#2119
theochap added a commit to ethereum-optimism/optimism that referenced this pull request Jan 14, 2026
## Description

Merges the `peer_info` and `peerstore` mappings into a single one.

Close #2119
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

A-node Area: cl node (eq. Go op-node) handles single-chain consensus A-p2p Area: p2p K-feature Kind: feature

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

chore: Cleanup Remaining TODOs

2 participants