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

feat(node/p2p): support gossip information inside opp2p_peers#2016

Merged
theochap merged 1 commit intomainfrom
theo/support-gossip-blocks
Jun 6, 2025
Merged

feat(node/p2p): support gossip information inside opp2p_peers#2016
theochap merged 1 commit intomainfrom
theo/support-gossip-blocks

Conversation

@theochap
Copy link
Copy Markdown
Member

@theochap theochap commented Jun 5, 2025

Description

Supports gossip information inside opp2p_peers. The gossip field in the opp2p_peers api call is set to true if the kona-node that handles the rpc query registered the peer subscription to the optimism block topics.

Progress towards #1562

@theochap theochap self-assigned this Jun 5, 2025
@theochap theochap added A-node Area: cl node (eq. Go op-node) handles single-chain consensus A-p2p Area: p2p K-feature Kind: feature A-rpc Area: rpc labels Jun 5, 2025
@theochap theochap moved this to In Review in Project Tracking Jun 5, 2025
@codecov
Copy link
Copy Markdown

codecov bot commented Jun 5, 2025

Codecov Report

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

Project coverage is 83.2%. Comparing base (19e3ab5) to head (aa2c5fe).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
crates/node/p2p/src/rpc/request.rs 0.0% 23 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.

Copy link
Copy Markdown
Contributor

@clabby clabby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice.

@theochap theochap added this pull request to the merge queue Jun 5, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Jun 5, 2025
@theochap theochap force-pushed the theo/support-gossip-blocks branch from 987a13c to aa2c5fe Compare June 5, 2025 23:44
@theochap theochap enabled auto-merge June 5, 2025 23:45
@theochap theochap added this pull request to the merge queue Jun 5, 2025
Merged via the queue into main with commit c6e1d0c Jun 6, 2025
22 of 23 checks passed
@theochap theochap deleted the theo/support-gossip-blocks branch June 6, 2025 00:05
@github-project-automation github-project-automation bot moved this from In Review to Done in Project Tracking Jun 6, 2025
theochap added a commit to ethereum-optimism/optimism that referenced this pull request Dec 10, 2025
…s/kona#2016)

## Description

Supports gossip information inside `opp2p_peers`. The `gossip` field in
the `opp2p_peers` api call is set to true if the kona-node that handles
the rpc query registered the peer subscription to the optimism block
topics.

Progress towards op-rs/kona#1562
theochap added a commit to ethereum-optimism/optimism that referenced this pull request Jan 14, 2026
…s/kona#2016)

## Description

Supports gossip information inside `opp2p_peers`. The `gossip` field in
the `opp2p_peers` api call is set to true if the kona-node that handles
the rpc query registered the peer subscription to the optimism block
topics.

Progress towards #1562
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 A-rpc Area: rpc K-feature Kind: feature

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants