We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The getPastEvents() calls are very costly and as more blocks are mined, the cost increases.
getPastEvents()
Improvement options: query in chunks, cache results in localStorage and only query the missing blocks, etc.
localStorage
The text was updated successfully, but these errors were encountered:
Improve PS library handling of eth_getLogs calls
47a9004
Related to #75
b6d7874
No branches or pull requests
The
getPastEvents()
calls are very costly and as more blocks are mined, the cost increases.Improvement options: query in chunks, cache results in
localStorage
and only query the missing blocks, etc.The text was updated successfully, but these errors were encountered: