-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Support EIP2098 signatures with ethers.utils.recover* #2246
Comments
Yes, that certainly makes sense for me to include. ;) |
This is now available in v5.6. Try it out and let me know if there are any issues. :) |
hi @ricmoo, any chance that |
You want |
😮 Thanks! |
This was added, so I'll close it. Please re-open or create a new issue if there are any problems. Thanks! :) |
Note: Not all sections may be relevant, but please be as thorough while remaining concise as possible. Remove this Notice and any sections that don't feel pertinent.
If you are unsure if something is a bug, start a thread in the "discussions" tab above..
Describe the bug
Calling either
ethers.utils.recoverAddress
orethers.utils.recoverPublicKey
will complain that the sig is not 65 bytes.Reproduction steps
Environment:
All environments affected
Search Terms
Often similar issues have come up before. Include any search terms you have tried in this repository's Issues (including closed issues) and "Discussions", so if there are matching issues, we can be sure to add those keywords and link this issue to it, making it easier for people to find in the future.
The text was updated successfully, but these errors were encountered: