Skip to content
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

Specify unauthorized error re getCapabilities requests #16

Open
wants to merge 1 commit into
base: eip-5792-proposal
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion EIPS/eip-5792.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ last-call-deadline: 2024-09-05
type: Standards Track
category: Interface
created: 2022-10-17
requires: 1193
---

## Abstract
Expand Down Expand Up @@ -248,7 +249,7 @@ This method accepts a call bundle identifier returned by a `wallet_sendCalls` ca

This RPC allows an application to request capabilities from a wallet (e.g. batch transactions, paymaster communication), without distinct discovery and permission requests. For more on the difference between requesting capabilities and discovering features, see the ["Privacy Considerations" section](#privacy-considerations).

This method SHOULD return an error if the user has not already authorized a connection between the application and the requested address.
This method SHOULD return a `4100 unauthorized` error if the user has not already authorized a connection between the application and the requested address, as specified in [EIP-1193](./eip-1193.md).

We expect the community to align on the definition of additional capabilities in separate ERCs over time.

Expand Down
Loading