ethereum-optimism / optimism

Optimism is Ethereum, scaled.
https://optimism.io
MIT License
5.21k stars 2.99k forks source link

Interop: op-supervisor: Load logs from new blocks #11022

Closed ajsutton closed 3 days ago

ajsutton commented 4 days ago

Listen to incoming unsafe head update events (https://github.com/ethereum-optimism/optimism/pull/11009) and fetch the logs for each block in the chain, including handling cases where the head block skips forward by more than one block. These should be output to the next stage in the fetcher pipeline.

Reorgs are not handled at this stage (they'll be identified by a separate stage in the pipeline).