-
Notifications
You must be signed in to change notification settings - Fork 4.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
use latest signTypedData version from eth-sig-util #6930
Conversation
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.
The purpose of the v3
suffix is to avoid breaking changes. Rather than changing the behavior of this method, we should add a case 'V4'
which will use the new method.
Ready for another look |
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 looks good! Thank you so much for contributing this, we weren't able to fit it into this sprint. Could I get a UI team member, maybe @Gudahtt to do an additional sanity check/approval?
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.
LGTM
This supports arrays in signing of typed data
fixes #6868
fixes #6106