Skip to content
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

fix: block range search for find missed fill event process #480

Merged

Conversation

melisaguevara
Copy link

Some missed fill event jobs are ending up as 'suspended' because our search for fills is starting from a block that's older than the block where the fill actually occurred.

For example, our lookup for this fill began at block 245189953, but the fill happened one block before, in 245189952.

This issue is happening frequently on Arbitrum and zkSync.

@melisaguevara melisaguevara requested a review from amateima August 23, 2024 14:36
@amateima amateima merged commit 87fc26e into master Aug 27, 2024
2 checks passed
@amateima amateima deleted the mguevara/change-find-missed-fill-event-search-params branch August 27, 2024 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants