-
Notifications
You must be signed in to change notification settings - Fork 15
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: shouldn't wait SubmissionRetryInterval
at the first iteration
#217
Conversation
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!
will let @gitferry @SebastianElvis take a second look before I merge |
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 find! Lgtm! Could you also back port it to main? Seems an important change
|
Summary
we found an issue in our OP devnet that finality sigs were submitted very slow. the root cause is we shouldn't wait 300 seconds in the first iteration in the for loop inside
retrySubmitSigsUntilFinalized()
more context: #155 (comment)
Test Plan
tested in our devnet with the new image
set
PollInterval
to 0.5 sec and see how it "fast synced" to the latest block