-
Notifications
You must be signed in to change notification settings - Fork 560
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
Signature insight example + type fix #2079
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2079 +/- ##
=======================================
Coverage ? 96.32%
=======================================
Files ? 271
Lines ? 6399
Branches ? 1043
=======================================
Hits ? 6164
Misses ? 235
Partials ? 0 ☔ View full report in Codecov by Sentry. |
/** | ||
* The MetaMask test dapp uses the below contract address as the verifying | ||
* contract for `eth_signTypedData_v3` and `eth_signTypedData_v4`, it is being | ||
* used here as a flag to return content and to make e2e testing easier in the extension. |
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.
Can you provide a permanent link to where this contract is set-up
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.
It's a dummy contract address, I guess I should have specified that
Closes #2077
eth_signTypedData
signature definition.