Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tee_verifier): speedup SQL query for new jobs (#3133)
## What ❔ Speedup SQL queries for new TEE prover jobs. ## Why ❔ Testing the L1Batch table also gives nothing, as missing data would be caught later anyway, when assembling the TEE prover input data. Catching it later also means, that we can apply different error handling strategies depending on the L1Batch age. ## 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 `zkstack dev fmt` and `zkstack dev lint`. Signed-off-by: Harald Hoyer <[email protected]>
- Loading branch information