Hello,
We use Speedy Node in our application.
Here is our scheme: every few seconds we call an ethersJS function to get past events of the few latest mined blocks.
The problem is, sometimes, we can not get all the available events from the blockchain. Later, when we use the same function with the same block range, we can get all the events including the missed ones.
Does anybody have an idea about this issue?
Thank you