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: shouldn't wait SubmissionRetryInterval at the first iteration #217

Merged
merged 3 commits into from
Dec 16, 2024

Conversation

bap2pecs
Copy link
Collaborator

@bap2pecs bap2pecs commented Dec 12, 2024

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

image

Copy link
Member

@Lazar955 Lazar955 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@bap2pecs
Copy link
Collaborator Author

will let @gitferry @SebastianElvis take a second look before I merge

Copy link
Member

@gitferry gitferry left a 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

@bap2pecs bap2pecs merged commit d75c244 into base/consumer-chain-support Dec 16, 2024
15 checks passed
@bap2pecs bap2pecs deleted the fix/fp-submission-loop branch December 16, 2024 13:44
@bap2pecs
Copy link
Collaborator Author

Nice find! Lgtm! Could you also back port it to main? Seems an important change

#227

bap2pecs added a commit that referenced this pull request Dec 17, 2024
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.

4 participants