-
Notifications
You must be signed in to change notification settings - Fork 563
AA Session Keys docs - small updates #4451
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4451 +/- ##
=======================================
Coverage 47.81% 47.81%
=======================================
Files 1014 1014
Lines 53212 53212
Branches 3704 3701 -3
=======================================
Hits 25445 25445
Misses 27083 27083
Partials 684 684
*This pull request uses carry forward flags. Click here to find out more.
|
size-limit report 📦
|
Merge activity
|
## Problem solved Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## PR-Codex overview This PR updates the user operation signing process and renames `smartWallet` to `wallet` for consistency. ### Detailed summary - Updated user operation signing to be asynchronous - Renamed `smartWallet` to `wallet` for consistency - Changed `addAdmin` import to `addSessionKey` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
f650e98
to
b4ab8cd
Compare
Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
The focus of this PR is to update the user operation process in the smart wallet and adjust account permissions in the portal.
Detailed summary
userOp
creation to be awaitedsmartWallet
instances towallet
sessionKeyAddress
description in permissionsaddAdmin
withaddSessionKey
for ERC4337 extensions