-
Notifications
You must be signed in to change notification settings - Fork 377
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
Add assert_valid_signature
utility
#1223
Comments
@ericnordelo do you accept external contributions? |
Hey @baitcode, yes, we happily accept external contributions! Always confirm with us before starting to work on an issue, since we may not accept external contributions for specific ones depending on priorities, complexity, maturity, etc... but this one is not the case, feel free to open a PR and we will review it. |
@ericnordelo |
Hey @ericnordelo, I would love to work on this issue. Can you assign me this? |
Sure! Feel free to open a PR. |
🧐 Motivation
We have a few places where this code snippet is being used:
We can refactor it into a single utility to avoid repeating it further.
The text was updated successfully, but these errors were encountered: