roll-ups with centralized sequencers have no need to propagate transactions over p2p gossip since you know exactly where the transaction needs to go.
Sequencers can expose an RPC endpoint to receive transactions directly. Alternatively, it might be better to have them run a second server on a separate port to receive transactions directly.
related to #675
roll-ups with centralized sequencers have no need to propagate transactions over p2p gossip since you know exactly where the transaction needs to go.
Sequencers can expose an RPC endpoint to receive transactions directly. Alternatively, it might be better to have them run a second server on a separate port to receive transactions directly.
incomingTxChincomingTxChrelated to #675