-
Notifications
You must be signed in to change notification settings - Fork 3
Add event splitting and retrying, cleanup repo #1849
New issue
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added fromBlocks
here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice work. thanks for doing this
retry: false, | ||
refetchOnWindowFocus: false, | ||
staleTime: Infinity, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Query options forwarded to the react-query client here to reduce the number of times these expensive requests are made.
ttl
option of the store (1 minute) is reached.epochBlock
option which limits thefromBlock
of event queries is passed to their super class.