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

chore: updated retry parameters to check transaction mined status #1255

Conversation

Yashk767
Copy link
Contributor

@Yashk767 Yashk767 commented Oct 8, 2024

Description

Current Behavior: The node was reporting transactions as failed because the timeout for checking the transaction status was too short compared to the time required for a transaction to be confirmed. While this is not an issue as mined status is not serving any major purpose, it is a suggested improvement to enhance the user experience.

Proposed Changes: Increased the number of retries and the delay between them to extend the interval for checking the transaction status. The interval has been increased from 3 seconds to 8 seconds to allow more time for checking the transaction to be mined.

Fixes https://linear.app/interstellar-research/issue/RAZ-1038

@Yashk767 Yashk767 force-pushed the yash/raz-1038-need-to-update-timeout-window-for-waitforblockcompletion-for branch from e595d23 to e16733e Compare October 17, 2024 09:21
@Yashk767 Yashk767 marked this pull request as ready for review October 17, 2024 09:22
@Yashk767 Yashk767 merged commit b0751a5 into develop Oct 22, 2024
5 checks passed
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.

3 participants