Update the experimental docker-compose-nobuild.yml to use a release candidate#1562
Closed
Update the experimental docker-compose-nobuild.yml to use a release candidate#1562
Conversation
theochap
added a commit
that referenced
this pull request
Dec 10, 2025
## Description To be able to properly test the `kona-node` synchronization primitives we need to add RPC methods that would allow to interact with the node's internal state. This PR starts the implementation of the `opp2p_peers` endpoint. A series of follow-up PRs will complete the implementation Progress towards #1562
theochap
added a commit
that referenced
this pull request
Dec 10, 2025
## Description Fix `opp2p_peers` rpc call by getting the supported peer protocols from the identify protocol. Also does some light refactors to the gossip driver to clean-up some duplicate code and improve the code structure. Progress towards #1562
theochap
added a commit
that referenced
this pull request
Dec 10, 2025
## Description This PR adds support for chain-id information inside `opp2p_peers` RPC api call. Progress towards #1562
theochap
added a commit
that referenced
this pull request
Dec 10, 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
pushed a commit
that referenced
this pull request
Dec 10, 2025
### Description Makes progress on #1562.
theochap
pushed a commit
that referenced
this pull request
Dec 10, 2025
### Description Micro PR to correctly return if the peer is protected in the connection gate. Progress on #1562
theochap
pushed a commit
that referenced
this pull request
Dec 10, 2025
### Description Properly records connectedness of a peer id using the connection gate. Progress on #1562
theochap
pushed a commit
that referenced
this pull request
Dec 10, 2025
### Description Tracks peer ping latencies so we can return the latencies in the peer info response. Progress on #1562
theochap
added a commit
that referenced
this pull request
Dec 10, 2025
## Description This PR completes the implementation of the `opp2p_peers` RPC endpoint by exposing the `peer_score` through the endpoint. Given a peer, computes the score output for `RPC` by averaging the peer topic score over the topics the peer is connected to. Close #1562
theochap
added a commit
that referenced
this pull request
Jan 14, 2026
…#1811) ## Description To be able to properly test the `kona-node` synchronization primitives we need to add RPC methods that would allow to interact with the node's internal state. This PR starts the implementation of the `opp2p_peers` endpoint. A series of follow-up PRs will complete the implementation Progress towards #1562
theochap
added a commit
that referenced
this pull request
Jan 14, 2026
## Description Fix `opp2p_peers` rpc call by getting the supported peer protocols from the identify protocol. Also does some light refactors to the gossip driver to clean-up some duplicate code and improve the code structure. Progress towards #1562
theochap
added a commit
that referenced
this pull request
Jan 14, 2026
…s rpc call (op-rs/kona#2018) ## Description Adds more fields to the `opp2p_peers` rpc call. In particular we now also support `user-agent` and `protocol_version` fields Progress towards #1562
theochap
added a commit
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
theochap
pushed a commit
that referenced
this pull request
Jan 14, 2026
### Description Makes progress on #1562.
theochap
pushed a commit
that referenced
this pull request
Jan 14, 2026
### Description Micro PR to correctly return if the peer is protected in the connection gate. Progress on #1562
theochap
pushed a commit
that referenced
this pull request
Jan 14, 2026
### Description Properly records connectedness of a peer id using the connection gate. Progress on #1562
theochap
pushed a commit
that referenced
this pull request
Jan 14, 2026
### Description Tracks peer ping latencies so we can return the latencies in the peer info response. Progress on #1562
theochap
added a commit
that referenced
this pull request
Jan 14, 2026
## Description This PR completes the implementation of the `opp2p_peers` RPC endpoint by exposing the `peer_score` through the endpoint. Given a peer, computes the score output for `RPC` by averaging the peer topic score over the topics the peer is connected to. Close #1562
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This needs to happen before we can update the tutorials.