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 will need a p2p service responsible for discovery of other rollup nodes, peering and handling gossipsub events.
Ideally this component should be usable in both the CL node implementation and the Kona-ExEx, as a component to apply new unsafe blocks to the current chain. When in sequencer-mode, it should also be possible to broadcast to the new blocks topic.
Here is an overview of the complete functionality according to the specs:
Note
based on paradigmxyz/reth-exex-examples#15
We will need a p2p service responsible for discovery of other rollup nodes, peering and handling gossipsub events.
Ideally this component should be usable in both the CL node implementation and the Kona-ExEx, as a component to apply new unsafe blocks to the current chain. When in sequencer-mode, it should also be possible to broadcast to the new blocks topic.
Here is an overview of the complete functionality according to the specs:
payload_by_number
endpoint to support gaps in unsafe head syncThis component should live under
crates/net
.The text was updated successfully, but these errors were encountered: