You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🧐 Motivation EIP712 has been around for quite some time, and is already on v4. Metamask has support for it, making it much more transparent for an end user to understand what it is that they are signing. This recently came up as a request in the context of signing GSN meta-txs (by user ethicraul), which greatly improves the UX of the signing request - to the point that OpenEth is integrating this scheme into GSN v2.
📝 Details
The current ecrecover library only provides support for hashing data into the Ethereum Signed Message format. We should add methods that simplify the verification of data signed with typed data v4. See here for the implementation built by OpenEth as an example, or here for the implementation built into the DAI ERC20.
The text was updated successfully, but these errors were encountered:
spalladino
changed the title
Address recovery for EIP712 signed typed data
Recovery for EIP712 signed typed data
Jan 30, 2020
🧐 Motivation
EIP712 has been around for quite some time, and is already on v4. Metamask has support for it, making it much more transparent for an end user to understand what it is that they are signing. This recently came up as a request in the context of signing GSN meta-txs (by user
ethicraul
), which greatly improves the UX of the signing request - to the point that OpenEth is integrating this scheme into GSN v2.📝 Details
The current
ecrecover
library only provides support for hashing data into theEthereum Signed Message
format. We should add methods that simplify the verification of data signed with typed data v4. See here for the implementation built by OpenEth as an example, or here for the implementation built into the DAI ERC20.The text was updated successfully, but these errors were encountered: