As discussed in the context of the bridge withdrawer design, we need to add logic for syncing the withdrawer to the current state of the rollup and sequencer. The withdrawer needs to:
- look at sequencer state to figure out what the last batch of withdrawals it successfully processed is
- figure out the corresponding rollup block height
- start processing from there onwards
As discussed in the context of the bridge withdrawer design, we need to add logic for syncing the withdrawer to the current state of the rollup and sequencer. The withdrawer needs to: