-
-
Notifications
You must be signed in to change notification settings - Fork 958
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: experimental solady erc1271 sign actions #2413
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: 02d11b7 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2413 +/- ##
==========================================
+ Coverage 99.61% 99.63% +0.01%
==========================================
Files 687 692 +5
Lines 58030 58839 +809
Branches 2807 2824 +17
==========================================
+ Hits 57809 58622 +813
+ Misses 206 202 -4
Partials 15 15 ☔ View full report in Codecov by Sentry. |
size-limit report 📦
|
Adding support for Solady flavoured ERC-1271
signMessage
&signTypedData
for Smart Accounts that implement (or conform to) Solady'sERC1271.sol
(e.g. Coinbase Smart Wallet, Light Account, etc).PR-Codex overview
This PR introduces Solady flavored ERC-1271 actions for signing messages and typed data, updates utility functions, adds sidebar links, and enhances verification logic.
Detailed summary
signMessage
andsignTypedData
actions for SoladytoPrefixedMessage
utility functionpackage.json