-
Notifications
You must be signed in to change notification settings - Fork 445
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
feat: add EIP-712 helpers #1587
Conversation
🦋 Changeset detectedLatest commit: f1b84f1 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1587 +/- ##
==========================================
+ Coverage 73.34% 73.68% +0.34%
==========================================
Files 92 97 +5
Lines 8636 8820 +184
Branches 1946 1958 +12
==========================================
+ Hits 6334 6499 +165
- Misses 2184 2203 +19
Partials 118 118 ☔ View full report in Codecov by Sentry. |
8282760
to
f1b84f1
Compare
Motivation
Add helper functions for creating and verifying EIP-712 signatures related to the new contracts.
Merge Checklist
Choose all relevant options below by adding an
x
now or at any time before submitting for reviewPR-Codex overview
Focus of the PR:
This PR adds EIP-712 helpers and updates the contracts and signers in the core Ethereum module.
Detailed summary: