-
Notifications
You must be signed in to change notification settings - Fork 197
fix(wallet-client): handle permits in sendCalls action, add clarifying docs #1951
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 GitHub.
|
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. |
🌿 Documentation Preview
|
9acb844
to
416ceb3
Compare
416ceb3
to
b887cec
Compare
b887cec
to
25631ec
Compare
2d63e10
to
7a3289f
Compare
7a3289f
to
2edf136
Compare
2edf136
to
7d77f88
Compare
Pull Request Checklist
yarn test
)site
folder, and guidelines for updating/adding docs can be found in the contribution guide)feat!: breaking change
)yarn lint:check
) and fix any issues? (yarn lint:write
)PR-Codex overview
This PR enhances the documentation and implementation of the
sendCalls
functionality, particularly addressing the handling of permits when using an ERC-20 paymaster in pre-operation mode. It provides clearer guidance on usingprepareCalls
and adds a new signature handling process.Detailed summary
sendCalls.mdx
about usingautoPermit
with ERC-20 paymaster.useSendCalls.ts
regarding permit handling.SmartAccountSigner
insendCalls.ts
to inline type import.signSignatureRequest
import insendCalls.ts
.sendCalls
function to handle paymaster permits by signing the signature request ifcalls.type
ispaymaster-permit
.