Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(db): Optimize
get_l2_blocks_to_execute_for_l1_batch
(#2199)
## What ❔ Optimize `get_l2_blocks_to_execute_for_l1_batch` ## Why ❔ `transactions.l1_batch_number` is not indexed ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [ ] 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. - [ ] Code has been formatted via `zk fmt` and `zk lint`. - [ ] Spellcheck has been run via `zk spellcheck`.
- Loading branch information