-
Notifications
You must be signed in to change notification settings - Fork 11.6k
Account for Eth block re-orgs in eth indexer #19158
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 Git ↗︎
3 Skipped Deployments
|
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.
is there an easy way to write a test for this change?
now we want to keep syncing "live" finalized events, we do want a |
ac9d782
to
8fd1c94
Compare
8fd1c94
to
d413aa7
Compare
666d121
to
736a2ca
Compare
736a2ca
to
2738332
Compare
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.
Could you elaborate test the new insert query?
db513bd
to
4044f3f
Compare
4044f3f
to
0eaf601
Compare
cebb988
to
23f77bb
Compare
Description Account for Eth block re-orgs in eth indexer #19158 Test plan Spot check on my local machine. Indexer validity checker tool coming soon...
Description
Account for Eth block re-orgs in eth indexer #19158
Test plan
Spot check on my local machine. Indexer validity checker tool coming soon...