Skip to content

Update the experimental docker-compose-nobuild.yml to use a release candidate#1562

Closed
qbzzt wants to merge 222 commits intodevelopfrom
20211011-docker-compose-nobuild.yml
Closed

Update the experimental docker-compose-nobuild.yml to use a release candidate#1562
qbzzt wants to merge 222 commits intodevelopfrom
20211011-docker-compose-nobuild.yml

Conversation

@qbzzt
Copy link
Copy Markdown
Contributor

@qbzzt qbzzt commented Oct 11, 2021

This needs to happen before we can update the tutorials.

smartcontracts and others added 30 commits October 1, 2021 16:35
@github-actions github-actions bot added M-ci Meta: ci related work M-contracts A-pkg-core-utils Area: packages/core-utils A-integration Area: integration tests A-cannon Area: cannon A-ops Area: ops labels Oct 11, 2021
@qbzzt qbzzt closed this Oct 11, 2021
@qbzzt qbzzt deleted the 20211011-docker-compose-nobuild.yml branch October 11, 2021 21:32
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
…s rpc call (#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 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
…2017)

## 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 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
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-cannon Area: cannon A-integration Area: integration tests A-op-batcher Area: op-batcher A-ops Area: ops A-pkg-core-utils Area: packages/core-utils M-ci Meta: ci related work

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants