You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Motivation**
If a sequencer runs for a long time, it stops, and we run it again
activating the monitor, it takes a long time to start and is slow.
<!-- Why does this pull request exist? What are its goals? -->
**Description**
Makes the monitor load and work faster by simplifying the batches
processing.
<!-- A clear and concise general description of the changes this PR
introduces -->
**How to Test**
- Run a Sequencer (I suggest `make restart` in `crates/l2`).
- Run the prover with `make init-prover` in `crates/l2`.
- Let the sequencer ran for some time (at least 60 batches)
- Kill the sequencer
- Add `--monitor` to the `init-l2-no-metrics` target in
`crates/l2/Makefile`.
- Run `make init-l2-no-metrics`
<!-- Link to issues: Resolves#111, Resolves#222 -->
0 commit comments