Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): Batched event processing support for Reth (#2623)
## What ❔ Add batching for event processing for a Reth local L1 node. ## Why ❔ Similar to Alchemy and Infura, a Reth local node also has a limit for the maximum number of results it can handle for event requests. ## Checklist - [ ] 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`.
- Loading branch information