[go: up one dir, main page]

Evm node: evm events follower do the catchup of events

What, why, how

The rollup node follower was in charge of catchuping the evm events in case it missed some l1 levels. This is problematic because it could leads to a race condition.

This MRs changes that to make that catchup to be done in the evm_events_follwer.

Merge request reports

Loading