We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
idempotency - new PR#184
extensions REMIX - new PR#185
session
SessionIdentifier
New proposal for a more aggressive CAIP-25 -
"params": { "required":{ eip155": { "chains": ["eip155:1", "eip155:137"], "methods": ["eth_sendTransaction", "eth_signTransaction", "eth_sign", "personal_sign"] "events": ["accountsChanged", "chainChanged"] }, "eip155:10": { "methods": ["personal_sign"] "events": ["accountsChanged", "chainChanged"] }, "cosmos": { ... } }, "optional":{ "eip155:10": { "methods": ["additional_novel_method"] "events": ["novel_event"] }, "sessionVars" { "expiry": $timestamp } } },
result:
{ "id": 1, "jsonrpc": "2.0", "result": { "SessionIdentifier": "0xdeadbeef", "accounts": ["eip155:1:0xab16a96d359ec26a11e2c2b3d8f8b8942d5bfcdb"], "session": { eip155": { "chains": ["eip155:1", "eip155:137"], "methods": ["eth_sendTransaction", "eth_signTransaction", "eth_sign", "personal_sign"] "events": ["accountsChanged", "chainChanged"] }, "eip155:10": { "methods": ["personal_sign"] "events": ["accountsChanged", "chainChanged", "novel_event"] }, "sessionVars": { "expiry": $timestamp } } } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
2022-11-22
idempotency - new PR#184
extensions REMIX - new PR#185
session
-->SessionIdentifier
New proposal for a more aggressive CAIP-25 -
result:
* "Wallets don't change much" - does a wallet revoke all sessions if it upgrades or adds a new snap?
The text was updated successfully, but these errors were encountered: