1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 12:29:06 +01:00
metamask-extension/test/unit/app
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
..
controllers Login per site onboarding (#7602) 2019-12-20 12:02:31 -03:30
account-import-strategies.spec.js fix warning for unit tests 2018-07-02 20:12:50 -04:00
buy-eth-url.spec.js Revert "Update Wyre ETH purchase url" (#7631) 2019-12-03 17:12:14 -08:00
cleanErrorStack.spec.js Some Ui tests 2018-09-24 11:28:04 -05:00
ComposableObservableStore.js Moved loose some loose test files to sub folders 2018-05-21 05:59:26 -07:00
fetch-with-timeout.test.js Combine fetch-with-timeout implementations (#7084) 2019-09-04 17:00:11 -03:00
message-manager-test.js Enable no-var rule for ESLint (#7590) 2019-12-03 11:22:01 -03:30
nodeify-test.js Update ESLint rules for curly braces style (#7477) 2019-11-19 20:33:20 -03:30
pending-balance-test.js fix warning for unit tests 2018-07-02 20:12:50 -04:00
personal-message-manager-test.js Enable no-var rule for ESLint (#7590) 2019-12-03 11:22:01 -03:30
seed-phrase-verifier-test.js fix warning for unit tests 2018-07-02 20:12:50 -04:00
typed-message-manager.spec.js yarn lint --fix 2019-12-03 17:20:55 -03:30
util-test.js Fix phishing detect script (#7287) 2019-10-18 13:35:32 -02:30