Had this request from external users.
Hey Pedro,
we have received feedback from the Aztec community members that your application is making eth_getLogs requests for more than 5000 blocks, which results in errors.
We cannot increase this limit, as it would affect the stability of the node pool. Other RPC providers have similar restrictions.
Could you optimize the application to make the block range for eth_getLogs a configurable option? So requests exceeding this number could be split into multiple eth_getLogs requests.
Had this request from external users.