Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(vm-runner): make
last_ready_batch
account for `first_processed_…
…batch` (#2238) ## What ❔ Fixes a bug that is currently being observed on testnet ## Why ❔ Previously, on a fresh start, `last_ready_batch` could report incorrect batch meaning no progress would be made as `last_ready_batch` would be far less than `first_processed_batch`. ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [x] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. - [x] Code has been formatted via `zk fmt` and `zk lint`. - [x] Spellcheck has been run via `zk spellcheck`.
- Loading branch information