Skip to content
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

Merged
merged 12 commits into from
Jan 10, 2024
Merged

Conversation

hmalik88
Copy link
Contributor

@hmalik88 hmalik88 commented Jan 8, 2024

Closes #2077

  • Added a signature insight example snap
  • Also sneaking in a fix for the eth_signTypedData signature definition.

Copy link

codecov bot commented Jan 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (main@4de5137). Click here to learn what that means.

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.
📢 Have feedback on the report? Share it here.

@hmalik88 hmalik88 changed the title Signature insight example Signature insight example + type fix Jan 9, 2024
@hmalik88 hmalik88 marked this pull request as ready for review January 9, 2024 03:50
@hmalik88 hmalik88 requested a review from a team as a code owner January 9, 2024 03:50
@hmalik88 hmalik88 merged commit a0ac79f into main Jan 10, 2024
144 checks passed
@hmalik88 hmalik88 deleted the hm/signature-insight-example branch January 10, 2024 15:16
/**
* 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.
Copy link
Contributor

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

Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create an example signature insights snap
5 participants