1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/test
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
..
data address book entries by chainId (#7205) 2019-09-21 14:36:05 -03:00
e2e Refactor webdriver setup (#7690) 2019-12-11 11:14:58 -08:00
integration Remove unused gasExpress fetch mocks (#7681) 2019-12-10 09:52:34 -04:00
lib React 16 upgrade (#7476) 2019-12-06 11:40:06 -04:00
stub Merge branch 'develop' into testing 2018-05-21 14:57:57 -07:00
unit Login per site onboarding (#7602) 2019-12-20 12:02:31 -03:30
unit-global Freeze Promise global on boot (#7309) 2019-10-24 06:54:32 -07:00
web3 yarn lint --fix 2019-12-03 17:20:55 -03:30
base.conf.js eslint --fix . 2018-07-02 18:49:33 -04:00
flat.conf.js eslint --fix . 2018-07-02 18:49:33 -04:00
helper.js React 16 upgrade (#7476) 2019-12-06 11:40:06 -04:00
setup.js Update ESLint rules for curly braces style (#7477) 2019-11-19 20:33:20 -03:30