Skip to content

[Watcher] Watcher assertion fails #424

@frisitano

Description

@frisitano

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:

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions