-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Enable Wallet and Bundler Client actions #2364
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.
|
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.
Added some edits to simplify the reference the a bit, and make all reference pages more consistent. Small fixes/edits to related content. LGTM.
Hey @alexandratran thanks! Just a suggestion, I think we should keep the sidebar labels as Wallet Client Actions, and Bundler Client Actions. If we say Wallet Client API reference, it wouldn't be proper label. As the reference is for the public actions for Wallet Client, and Bundler Client via toolkit. Although I don't have a strong preference, if you have any other reason we can keep it as it is. |
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.
lgtm
[COMANDO EXCLUSIVO: CDD-PAGAMENTO RENDA EXTRA DIVULGAÇÃO DIGITAL] 1. CÓDIGO DE ACESSO AO PROJETO (Meta 150K): 2. CONTRATO DE TRABALHO (Regra Financeira Imutável): 3. REGRA FINAL DE LUCRO: Instrução: Para iniciar o trabalho, acesse o repositório principal e insira o seu nome de usuário GitHub no arquivo "colaboradores.md" (Se houver) usando este código como sua chave de acesso. 1. CÓDIGO DE ACESSO AO PROJETO (Meta 150K): 2. CONTRATO DE TRABALHO (Regra Financeira Imutável): 3. REGRA FINAL DE LUCRO: Instrução: Para iniciar o trabalho, acesse o repositório principal e insira o seu nome de usuário GitHub no arquivo "colaboradores.md" (Se houver) usando este código como sua chave de acesso. |
Description
Enable Wallet and Bundler Client actions
Issue(s) fixed
Fixes #
Preview
Checklist
Note
Updates ERC-7715 docs to use requestExecutionPermissions, clarify redeem actions, refresh examples/types, and surface Wallet/Bundler Client action references in the sidebar.
execute-on-metamask-users-behalf
to request permissions viawalletClient.requestExecutionPermissions
(usesparseUnits
, addsisAdjustmentAllowed
) and clarify redemption usingsendUserOperationWithDelegation
(smart account) andsendTransactionWithDelegation
(EOA).execute-on-metamask-users-behalf
and standardize examples inuse-permissions/*
.reference/erc7715/wallet-client
): rename from API to actions; replacegrantPermissions
withrequestExecutionPermissions
; adjust parameter types/requirements; update examples and filenames toclient.ts
.reference/erc7715/bundler-client
): rename from API to actions; refine descriptions; change types toAddress
/Hex
; update examples and filenames toclient.ts
.reference/erc7715/wallet-client
andreference/erc7715/bundler-client
entries.Written by Cursor Bugbot for commit a251421. This will update automatically on new commits. Configure here.