Advanced
In reply to @dcposch.eth
8/9/2023

i also keep running into issues where logs are missed, especially with new logs. my guess is that's from reorgs? only way that works for me is to do occasional resyncs and store everything in my own db to query from there.

In reply to @jalil.eth
Danny@ds
8/9/2023

Some rpc providers limit you to 10k logs per call, unless fromBlock matches toBlock. You can fetch a range, but if that happens you need to go block by block. You will still need to reconcile reorgs, or artificially slow down processing to be N blocks behind the latest block.