You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition we would need to decide on whether the isolation for the managed accounts is acceptable. Currently, accounts are isolated by snap identifier which means that private data is accessible from multiple dapps; for my use case implementing the threshold signatures snap this is not the correct behavior and we should work out a strategy for allowing multiple isolation scopes (snap or dapp). For some more discussion about this, see #548.
This issue is to track the tasks required to land the draft version of the
snap_manageAccounts
permission implementation.snap-keyring
implementation, see https://github.com/LavaMoat/snap-keyring/@metamask/rpc-methods
, see Add snap_manageAccounts RPC handler. #549snap-keyring
to thekeyringController
and activates thesnap_manageAccounts
method implementation, see Manage accounts feature for snaps metamask-extension#14967In addition we would need to decide on whether the isolation for the managed accounts is acceptable. Currently, accounts are isolated by snap identifier which means that private data is accessible from multiple dapps; for my use case implementing the threshold signatures snap this is not the correct behavior and we should work out a strategy for allowing multiple isolation scopes (snap or dapp). For some more discussion about this, see #548.
Related to SSIP-2.
/cc @rekmarks, @ritave
The text was updated successfully, but these errors were encountered: