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

Do not throw inside request() #174

Merged
merged 1 commit into from
Oct 1, 2023
Merged

Do not throw inside request() #174

merged 1 commit into from
Oct 1, 2023

Conversation

gtupak
Copy link
Collaborator

@gtupak gtupak commented Oct 1, 2023

We should never throw inside the request() function because this can prevent clients from executing transactions. Even though it is a valid error, we should just log it and continue - never throw.

@gtupak gtupak requested a review from classicus-eth October 1, 2023 17:26
@gtupak gtupak merged commit a6ce354 into main Oct 1, 2023
@gtupak gtupak deleted the fix/no-throwing-in-request branch October 1, 2023 17:39
@gtupak
Copy link
Collaborator Author

gtupak commented Oct 1, 2023

🎉 This PR is included in version 2.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@gtupak gtupak added the released label Oct 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants