-
Notifications
You must be signed in to change notification settings - Fork 132
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 native signer, implement signMessage and signTypedData #1246
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
How to use the Graphite Merge QueueAdd the label graphite-merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
55bb274
to
df3501a
Compare
aee72be
to
f9b5302
Compare
bafb877
to
4b79e47
Compare
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.
Looks good! Some nonblocking comments inline.
account-kit/smart-contracts/src/ma-v2/account/nativeSMASigner.ts
Outdated
Show resolved
Hide resolved
df3501a
to
45d889c
Compare
d161f12
to
4e59a6f
Compare
a498d5c
to
ffed732
Compare
ffed732
to
28cb13e
Compare
PR-Codex overview
This PR focuses on enhancing signature packing utilities for user operations and 1271 signatures in the
account-kit
smart contracts, along with updating the account creation logic to utilize these new utilities.Detailed summary
PackSignatureParams
toPackUOSignatureParams
.Pack1271SignatureParams
for 1271 signature packing.pack1271Signature
function for 1271 signature packing.createSMAV2Account
to use_accountAddress
.singleSignerMessageSigner
to acceptchain
,accountAddress
, andentityId
.