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
snap_manageAccounts
endowment:keyring
snap_manageAccounts is only supposed to be used by Snaps that implement the keyring API, thus we don't need two separate permissions for this.
We should figure out a way to make snap_manageAccounts not a permission anymore, but instead an RPC method gated by endowment:keyring. E.g.
snaps/packages/snaps-rpc-methods/src/permitted/experimentalProviderRequest.ts
Lines 155 to 157 in a4f3df3
This needs to be done in a backwards compatible way.
The text was updated successfully, but these errors were encountered:
GuillaumeRx
Successfully merging a pull request may close this issue.
snap_manageAccounts
is only supposed to be used by Snaps that implement the keyring API, thus we don't need two separate permissions for this.We should figure out a way to make
snap_manageAccounts
not a permission anymore, but instead an RPC method gated byendowment:keyring
. E.g.snaps/packages/snaps-rpc-methods/src/permitted/experimentalProviderRequest.ts
Lines 155 to 157 in a4f3df3
This needs to be done in a backwards compatible way.
The text was updated successfully, but these errors were encountered: