-
Notifications
You must be signed in to change notification settings - Fork 249
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: add check to suppress retry log #725
Conversation
@volovyk-s Any thoughts? |
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.
Thanks, @willemneal !
currentUrl.searchParams.delete('meta'); | ||
currentUrl.searchParams.delete('transactionHashes'); |
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.
just double checking, is this change intentionally included in this PR? didn't see it mentioned in commit message or comments
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.
This is because the last PR didn't commit the JS artifacts. So this adds them, but generally you can ignore the JS files since they get built before a release anyway.
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.
gotcha. thanks!
@volovyk-s Any other blockers? |
Now when trying a transaction the warning can be ignore. It was very log and made the output of workspace tests very noisy.