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

Handle Moar Wallet Connect Session Requests #45

Open
bh2smith opened this issue May 16, 2024 · 0 comments
Open

Handle Moar Wallet Connect Session Requests #45

bh2smith opened this issue May 16, 2024 · 0 comments
Labels
help wanted Extra attention is needed wallet-connect

Comments

@bh2smith
Copy link
Collaborator

At this moment we have handlers for

  • eth_sign
  • personal_sign
  • eth_sendTransaction
  • eth_signTypedData and
  • eth_signTypedData_v4

However there are many other session request types that could be supported...

Wallet Connect Docs: https://docs.walletconnect.com/web3wallet/wallet-usage#responding-to-session-requests

It is not yet clear how exactly we should respond to some of them or which are relevant for us.

Some unhandled request types that have been encountered so far as:

  • personal_expire
  • session_request_expire

A longer list of possibilities I am aware of, but have not encountered are:

            "eth_accounts",
            "eth_requestAccounts",
            "eth_sendRawTransaction",
            "eth_signTransaction",
            "eth_signTypedData_v3",
            "wallet_switchEthereumChain",
            "wallet_addEthereumChain",
            "wallet_getPermissions",
            "wallet_requestPermissions",
            "wallet_registerOnboarding",
            "wallet_watchAsset",
            "wallet_scanQRCode",
            "wallet_sendCalls",
            "wallet_getCallsStatus",
            "wallet_showCallsStatus",
            "wallet_getCapabilities",
@bh2smith bh2smith added wallet-connect help wanted Extra attention is needed labels May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed wallet-connect
Projects
None yet
Development

No branches or pull requests

1 participant