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: add check to suppress retry log #725

Merged
merged 2 commits into from
Nov 18, 2021

Conversation

willemneal
Copy link
Contributor

Now when trying a transaction the warning can be ignore. It was very log and made the output of workspace tests very noisy.

@willemneal
Copy link
Contributor Author

@volovyk-s Any thoughts?

@volovyks volovyks self-requested a review November 16, 2021 09:53
Copy link
Collaborator

@volovyks volovyks left a comment

Choose a reason for hiding this comment

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

Thanks, @willemneal !

Comment on lines +167 to +168
currentUrl.searchParams.delete('meta');
currentUrl.searchParams.delete('transactionHashes');
Copy link
Contributor

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

Copy link
Contributor Author

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.

Copy link
Contributor

Choose a reason for hiding this comment

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

gotcha. thanks!

@willemneal
Copy link
Contributor Author

@volovyk-s Any other blockers?

@volovyks volovyks merged commit 90d58dc into near:master Nov 18, 2021
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