1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-25 12:52:33 +02:00
metamask-extension/test/unit/app
Erik Marks 8f40d03299
Add approval controller (#9401)
This PR introduces the new approval controller to the extension codebase. We use it for the permissions controller's pending approval functionality.

The approval controller sets us up for a new pattern of requesting and managing user confirmations in RPC methods. Along with the generic RPC method middleware, the approval controller will allow us to eliminate our message managers, and decouple various method handlers from our provider stack, making the implementations more portable between the extension and mobile.
2020-12-14 08:04:26 -08:00
..
controllers Add approval controller (#9401) 2020-12-14 08:04:26 -08:00
account-import-strategies.spec.js
buy-eth-url.spec.js
cleanErrorStack.spec.js
ComposableObservableStore.js
fetch-with-timeout.test.js
message-manager-test.js
nodeify-test.js
personal-message-manager-test.js
seed-phrase-verifier-test.js
typed-message-manager.spec.js
util-test.js