1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/test/unit/app/controllers
Mark Stacey 69d418a5a3
Login per site onboarding (#7602)
* Remove unused onboarding stream

* Pass `sender` through to `setupProviderEngine`

The Port `sender` has been passed down a few more layers. This allows
us to get more information from the sender deeper in the stack, but
also simplifies things a bit as well. For example, now the "fake"
URL object with the `metamask` hostname is no longer needed.

* Create onboarding middleware

This middleware intercepts `wallet_registerOnboarding` RPC messages. It
will register the sender as an oboarding initiator if possible, and
otherwise ignores the message.
2019-12-20 12:02:31 -03:30
..
network Merge pull request #7591 from whymarrh/eslint-object-curly-spacing 2019-12-04 10:25:32 -08:00
transactions transactions/pending - buffer 3 blocks before dropping a tx (#7483) 2019-12-05 09:34:10 -10:00
balance-controller.spec.js yarn lint --fix 2019-12-03 17:20:55 -03:30
cached-balances-test.js Save recent network balances in local storage (#5843) 2018-11-30 14:51:24 -08:00
detect-tokens-test.js yarn lint --fix 2019-12-03 17:20:55 -03:30
ens-controller-test.js ENS Reverse Resolution support (#7177) 2019-11-01 15:24:00 -02:30
incoming-transactions-test.js add goerli to incoming tx 2019-09-18 10:04:39 -07:00
infura-controller-test.js yarn lint --fix 2019-12-03 17:20:55 -03:30
metamask-controller-test.js Login per site onboarding (#7602) 2019-12-20 12:02:31 -03:30
preferences-controller-test.js yarn lint --fix 2019-12-03 17:20:55 -03:30
token-rates-controller.js Update Balanc3 API (#5744) 2018-11-13 14:57:43 -05:00