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 must implement a P2P network such that data can be gossiped with network participants. This includes transactions, blocks, header etc.
Considerations
When considering the design of the rollup node, as described in Rollup Node #49, we need to determine if it the responsibility of the rollup node or the execution node to propagate blocks on the network.
Should transactions be gossiped to all network participants or should they be sent directly to the centralized sequencer? If transactions are sent directly to the sequencer it may prevent MEV attacks yielding superior UX.
Overview
We must implement a P2P network such that data can be gossiped with network participants. This includes transactions, blocks, header etc.
Considerations
Optimism Example implementation
reth/crates/optimism/node/src/node.rs
Lines 489 to 563 in 9cf7d14
The text was updated successfully, but these errors were encountered: