This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
generated from MetaMask/metamask-module-template
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: remove
KeyringSnapControllerClient
to fix dependency problems (…
…#241) The `KeyringSnapControllerClient` class depends on the `SnapController` which adds a lot of dependencies to the `keyring-api`, causing circular dependency problems in other packages that depend on the `keyring-api`. The `KeyringSnapControllerClient` is currently used only by the `eth-snap-keyring` package, which is internal to MetaMask, so this change shouldn't break any other dependent code.
- Loading branch information
Showing
5 changed files
with
14 additions
and
1,094 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.