-
Notifications
You must be signed in to change notification settings - Fork 5k
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 signTypedData_v4 #6868
Comments
@whymarrh @danfinlay Can you reopen this as the rpc call was not previously supported in eth-json-rpc middleware, so the extension itself still cannot process these calls. I fix that with a PR here, but metamask-extension will still have to use the new npm version of eth-json-rpc-middleware MetaMask/eth-json-rpc-middleware#15 |
Merged your changed and published it as |
I'll get to this soon if you don't beat me to it. |
Hey Dan, is this going to be in 7.1.2? Should just be updating the |
@BrendanChou this should be out in 7.2.0 very soon, I'm going to bump this today |
UI should be identical to
_v3
, making implementation simple. The difference is it should use the newly mergedv4
method in[email protected]
, which supports arrays and recursive structs.Created by our friends at Infura to support a new type of state channel they've designed!
Completing this issue also requires updating our docs site.
The text was updated successfully, but these errors were encountered: