You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to define a P2P gossip protocol that allows the rollup-node to follow the unsafe scroll rollup chain tip. This should cover both gossip topics and request-response support. Insights from the Optimism p2p protocol can be found here.
The text was updated successfully, but these errors were encountered:
The following is an initial proposal for the scroll wire protocol. We will keep it simple and minimalist in the first instance and can extend as we require additional functionality.
Topic Naming
Topics will be named using the following standard
scroll/chain_id/topic_version/name
Gossip Topic
We will have a single topic which is used to gossip blocks: scroll/chain_id/<topic_version>/blocks
In scroll we use V1 blocks and they will be encoded as:
Overview
We need to define a P2P gossip protocol that allows the rollup-node to follow the unsafe scroll rollup chain tip. This should cover both gossip topics and request-response support. Insights from the Optimism p2p protocol can be found here.
The text was updated successfully, but these errors were encountered: