While the need for P2P sync is practically zero with our single-node setup, it should come in handy with transition to a multinode setup (#303).
Even without that, a properly working sync process would ensure our adherence to Ethereum spec and better failure recovery in certain cases, such as op-move coming shortly offline and then receiving unknown payloads via incoming engine_newPayload calls from op-node.
While the need for P2P sync is practically zero with our single-node setup, it should come in handy with transition to a multinode setup (#303).
Even without that, a properly working sync process would ensure our adherence to Ethereum spec and better failure recovery in certain cases, such as
op-movecoming shortly offline and then receiving unknown payloads via incomingengine_newPayloadcalls fromop-node.