-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 support for eth_signTypedData and personal_signTypedData RPC call #1319
Conversation
6c5d71a
to
60b1afb
Compare
@kclowes I am getting the following error in most of the test cases on
I even tried by replacing |
@Bhargavasomu It doesn't look like
For Parity, it looks like we'll have to add the |
3527243
to
6f9c682
Compare
dd90672
to
455dfd9
Compare
@kclowes The docs have been updated now too. Please review and let me know. |
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.
I left a couple nitpicky comments, but this is looking really good.
I have one point to clarify: Is it true that the reason that we are doing so much validation of the typedData in eth-account and not here is because eth-account can be used without connection to a node?
Thanks!
401af98
to
101b6a8
Compare
@kclowes yes that is why I didn't put up the validations as part of
I have addressed the other issues. Please review once more. Thankyou. |
@kclowes I have addressed the issue about |
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.
Looks good to me! Thanks @Bhargavasomu! @pipermerriam do you have any other feedback here?
@pipermerriam is this good to merge with? |
Bump on this PR? We (@nucypher) are currently blocking on this and this would alleviate the pressure a ton. |
What was wrong?
Related to Issue #1241
How was it fixed?
The
eth_signTypedData
was created by mimicking theeth_sign
implementation throughout the codebase.Cute Animal Picture