-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
Overview
There is an issue with CI in which we sync from L1. This is related to recent changed merged in 05870a0. Specifically, the code below in which we assert that the number of logs is equal to the number of notifications:
rollup-node/crates/watcher/src/lib.rs
Lines 344 to 349 in 655baa7
| if logs.len() != notifications.len() { | |
| return Err(L1WatcherError::Logs(FilterLogError::InvalidNotificationCount( | |
| logs.len(), | |
| notifications.len(), | |
| ))) | |
| } |
CI failure reference: https://github.com/scroll-tech/rollup-node/actions/runs/19455723643/job/55669138400
Metadata
Metadata
Assignees
Labels
No labels