shutter-network / rolling-shutter

Rolling Shutter is an MEV protection system to be plugged into rollups.
https://twitter.com/project_shutter/
28 stars 9 forks source link

Chainobserver: sync from earliest contract deployment only #404

Closed ezdac closed 1 year ago

ezdac commented 1 year ago

Before we blindly synced blockchain events from the block 0 on without considering the contract creations. Now, we take the minimum of all contract creation block-numbers for events we are interested in and start syncing there. If we saved a sync progress later than that, this is used instead as the starting point for syncing.