Commit Graph

1378 Commits

Author SHA1 Message Date
Victor Baranov 9c0b5661e2 upstream from MM 4.11.0 2018-10-19 18:18:48 +03:00
Victor Baranov 81d885992c eslint fixes 2018-10-18 16:41:45 +03:00
Victor Baranov c8371dc442 update e2e tests 2018-10-18 16:30:25 +03:00
Victor Baranov 48f457f3ae upstream from mm 4.9.3 2018-10-18 15:52:58 +03:00
Whymarrh Whitby 42fa54678f Extract Add Token button into its own component 2018-10-17 15:49:29 -02:30
Whymarrh Whitby 97b914abea Delete add-token integration test 2018-10-17 15:37:40 -02:30
Victor Baranov 8b5a4fa7b9 Merge remote-tracking branch 'origin/develop' into dai-chain 2018-10-17 12:07:35 +03:00
dennistikhomirov b94ef72831 lint fix 2018-10-16 20:13:19 -07:00
dennistikhomirov c662ab5713 e2e: dai-chain fix merging conflict 2018-10-16 20:09:36 -07:00
Alexander Tseung badebe017f
Adds toggle for primary currency (#5421)
* Add UnitInput component

* Add CurrencyInput component

* Add UserPreferencedCurrencyInput component

* Add UserPreferencedCurrencyDisplay component

* Add updatePreferences action

* Add styles for CurrencyInput, CurrencyDisplay, and UnitInput

* Update SettingsTab page with Primary Currency toggle

* Refactor currency displays and inputs to use UserPreferenced displays and inputs

* Add TokenInput component

* Add UserPreferencedTokenInput component

* Use TokenInput in the send screen

* Fix unit tests

* Fix e2e and integration tests

* Remove send/CurrencyDisplay component

* Replace diamond unicode character with Eth logo. Fix typos
2018-10-17 07:03:29 +08:00
Victor Baranov 53b3802396 Merge remote-tracking branch 'origin/develop' into add-tokens-validation 2018-10-16 18:06:02 +03:00
dennistikhomirov fe6095ca19 e2e:lint fix 2018-10-11 16:45:01 -07:00
dennistikhomirov e1794ab862 e2e:remove add custom token tests for avoid merging conflict after merge#149 2018-10-11 16:26:18 -07:00
dennistikhomirov 60e7432ea8 e2e:add dai network 2018-10-11 16:17:34 -07:00
dennistikhomirov b947cc5f90 e2e: add dai chain tests 2018-10-11 13:04:17 -07:00
Victor Baranov 7b73963fe5
Merge pull request #151 from dennis00010011b/e2e-add-token-validation
resolve merge conflict
2018-10-10 23:09:35 +03:00
Whymarrh Whitby af43b7d6c9 Ensure that new transactions added are using the selected address 2018-10-10 16:16:20 -02:30
Thomas Huang b45479934d test - add actions unit tests (#5369)
* Actions.spec.js

* Error handling tests

* Lint
2018-10-10 10:32:26 -04:00
bakaoh 63c61c52eb Make all addresses EIP-55 compliant (#5379)
* Make all addresses EIP-55 compliant

* Checksum autocompleted address but not during input
2018-10-10 10:50:37 -02:30
Bruno Barbieri ccab4ee1a4 tests - integration - Add Drizzle tests (#5467)
* added drizzle app for testing

* working

* clean up

* clean up script

* make build step required

* add drizzle-tests to .eslintignore

* clean up drizzle run script

* lint

* use truffle unbox

* undo eslintignore changes

* revert change

* dont use global

* dont need this steps

* use the new account flow

* restore package-lock.json
2018-10-10 01:12:43 -04:00
Santiago Gonzalez Toral f88373237b Added account options on home screen 2018-10-09 19:43:41 -07:00
Noel Yoo ebdefe81a1 Refactor buffer constructor (#5468) 2018-10-09 09:32:48 -02:30
Noel Yoo 012f7ddd72 Fix typos (#5471) 2018-10-09 09:29:51 -02:30
Dan Finlay c8521e49ad
Merge pull request #5428 from alextsg/i5372-queue-order
Reverse pending transactions order
2018-10-05 11:07:44 -07:00
Alexander Tseung 0527d02216 Reverse pending transactions order 2018-10-04 21:37:41 -07:00
Dan Finlay c49d854b55 Increase suggested gas percentile to 65 (#5359)
* Increase suggested gas percentile to 65

I keep submitting transactions then waiting a long time. Apparently 50th percentile isn't enough.

* Update test for getGasPrice
2018-10-04 18:38:05 -02:30
dennistikhomirov de658ea073 resolve merge conflict 2018-10-03 07:46:21 -07:00
Victor Baranov 9e461d2cc4 merge with develop 2018-10-02 19:42:09 +03:00
Whymarrh Whitby 4dd6c8168f Add ability to whitelist a blacklisted domain at runtime 2018-10-02 10:43:46 -02:30
Whymarrh Whitby 08b3f41ecd Fix error message shown in assertElementNotPresent e2e helper fn 2018-10-01 12:28:24 -02:30
Whymarrh Whitby b7946928fd Don't log errors extraneously in e2e tests 2018-10-01 12:28:00 -02:30
Whymarrh Whitby 9f2d074f9e Update e2e tests for adding mutliple custom RPC endpoints
Refs 56965b3
Refs #5267

The list of custom RPC endpoints is no longer limited to 3 entries
so the test is now to confirm that they _all_ show up.
2018-10-01 12:24:32 -02:30
Whymarrh Whitby 5beab87bf6 Switch string concatenation to template string 2018-10-01 12:23:53 -02:30
dennistikhomirov 113f9be143 e2e: can not add inexisted token to localhost 2018-10-01 03:45:14 -07:00
dennistikhomirov 6e35f6defa integration tests: fix first time add delay 2018-10-01 03:21:54 -07:00
dennistikhomirov ddbb606cde e2e: lint fix 2018-10-01 03:09:49 -07:00
dennistikhomirov d25badaf40 integration test: update add-token.js 2018-10-01 03:03:21 -07:00
dennistikhomirov 7b68fa50c5 e2e:custom token validation 2018-10-01 01:18:12 -07:00
Victor Baranov 7132497e1a fix add token screen unit test 2018-09-28 17:33:56 +03:00
dennistikhomirov 6de04f32f5 e2e:skip checking error message if amount is too precise 2018-09-28 04:24:10 -07:00
dennistikhomirov 6f01907a8e lint fix 2018-09-28 03:37:49 -07:00
dennistikhomirov 624a43142f e2e: fix transfer tokens error validation 2018-09-28 03:25:45 -07:00
dennistikhomirov 04496bd4fc e2e:lint fix 2018-09-28 02:59:08 -07:00
dennistikhomirov d9ebf1b46d e2e:trasfer token add error validation 2018-09-28 02:57:01 -07:00
dennistikhomirov d45826b6e6 fix typo 2018-09-28 02:50:20 -07:00
dennistikhomirov 7031e5a99e e2e:add transfer token tests 2018-09-28 02:07:47 -07:00
dennistikhomirov c8797d1404 e2e: transfer token screen 2018-09-27 09:06:07 -07:00
dennistikhomirov ecaa93fa15 e2e: add DOM element send token 2018-09-27 06:30:57 -07:00
Thomas Huang db30bbce4c
Merge pull request #5332 from MetaMask/ui-unit-tests
Some Ui tests
2018-09-25 23:17:17 -05:00
Paul Bouchon 88b5f82e13 Bugfix: Upgrade json-rpc-engine (#5348)
* Bugfix: bump version of json-rpc-engine

* Increase delay

* Update lockfile

* deps - json-rpc-engine@3.7.4
2018-09-25 21:16:01 -07:00
Victor Baranov 62f3369dd3 merge with develop branch 2018-09-25 11:19:42 +03:00
Alexander Tseung 5d57c7c4fd
Merge pull request #5282 from MetaMask/tx-cancel-ui
Add Cancel Transaction feature. Refactor modals. Add Transaction Details modal.
2018-09-24 11:34:12 -07:00
tmashuang a0a57c24fd Some Ui tests 2018-09-24 11:28:04 -05:00
dennistikhomirov fe04bb896f e2e:skip poaexplrer check 2018-09-21 05:43:32 -07:00
dennistikhomirov 896ed82120 e2e:skip poaexplrer check 2018-09-21 05:28:58 -07:00
dennistikhomirov 2ba1146a63 e2e:test for links to block explorers 2018-09-21 05:10:26 -07:00
dennistikhomirov 521edbb4ea e2e: token menu tests 2018-09-21 03:55:42 -07:00
dennistikhomirov 6899eaf630 int test: uncoommet chrome in config 2018-09-20 04:37:27 -07:00
dennistikhomirov 245f77bd7b int test: fix for firefox 2018-09-20 04:35:15 -07:00
dennistikhomirov ea0de746e8 e2e: add delay after start browser 2018-09-20 04:06:26 -07:00
dennistikhomirov 788cf9064b int test: fix mascara first-time 2018-09-20 04:01:35 -07:00
dennistikhomirov 8fd6036f9e int test: fix mascara beta ui 2018-09-20 02:45:50 -07:00
dennistikhomirov 461b82ecf7 int test: fix current-localization test 2018-09-20 02:17:27 -07:00
dennistikhomirov ddddef16b7 lint fix 2018-09-20 01:29:03 -07:00
dennistikhomirov 0b9b814823 int tests:fix add-token 2018-09-20 01:27:49 -07:00
dennistikhomirov 27d15e316d tests:delete sig-confirm integration test 2018-09-19 23:58:04 -07:00
dennistikhomirov 4c972e2d20 e2e:update 2018-09-19 23:45:11 -07:00
Alexander Tseung b579ee9619 Refactor settings page to use JSX and follow component file folder structure 2018-09-19 16:37:23 -07:00
Alexander Tseung 77e8eac4b3 Fix integration tests 2018-09-19 14:31:10 -07:00
Victor Baranov 3fbdbcc5da remove unused function 2018-09-18 14:39:40 +03:00
dennistikhomirov debe600faa e2e: fix search-tokens display per network basis 2018-09-17 09:26:24 -07:00
dennistikhomirov 804d718e61 fix identation 2018-09-17 08:22:46 -07:00
dennistikhomirov b079370f85 sync with search-tokens 2018-09-17 05:18:31 -07:00
dennistikhomirov e0b14b6c22 e2e: added tests search token pr#135 2018-09-17 05:14:38 -07:00
dennistikhomirov 9927d20302 lint fix 2018-09-14 09:41:16 -07:00
dennistikhomirov b183835cc4 e2e:remove debug skips 2018-09-14 09:39:18 -07:00
dennistikhomirov 01908dac33 e2e:add dom elements for add tokens feature 2018-09-14 09:24:45 -07:00
Victor Baranov 3fdb64181f Fix unit tests 2018-09-14 18:09:20 +03:00
bitpshr 36dd0354e7 Implement latest EIP-712 protocol 2018-09-13 15:40:57 -04:00
dennistikhomirov b1d8587c4a e2e:added improper error displayed, current network name 2018-09-13 02:19:48 -07:00
dennistikhomirov c763362d45 e2e:added tests unlimited amount rpc, change account name, export pr 2018-09-13 01:36:41 -07:00
Alexander Tseung c18c0e1c30 Fix tests. Add className to Identicon ethLogos. 2018-09-12 19:48:52 -07:00
Victor Baranov 5efa402143 Update error text in e2e 2018-09-12 17:24:36 +03:00
Whymarrh Whitby 13bc46d824 Default NoticeController ctor opts to empty obj 2018-09-11 12:12:35 -07:00
Whymarrh Whitby d60991ec88 Delete ConfigManager, replacing its usages with PreferencesController 2018-09-11 09:39:16 -07:00
dennistikhomirov 11308592b0 lint fix 2018-09-10 13:03:25 -07:00
dennistikhomirov 8d2ce981a1 e2e:add token:exclude decimals and symbols 2018-09-10 12:28:11 -07:00
dennistikhomirov a80d0bf5c9 e2e:add test change account name 2018-09-10 11:55:27 -07:00
dennistikhomirov 6124283c0f e2e: tests icon copy 2018-09-10 10:44:07 -07:00
Victor Baranov f791e8f255 Update e2e test of token addition 2018-09-10 19:58:01 +03:00
dennistikhomirov e0b814f2e4 fix indendation 2018-09-07 04:02:14 -07:00
dennistikhomirov 20cae953ec unskip balance test 2018-09-07 03:40:07 -07:00
dennistikhomirov 7fd4da12a9 lint fix 2018-09-07 03:20:58 -07:00
dennistikhomirov 71ed15714a update e2e 2018-09-07 02:12:49 -07:00
Victor Baranov af7919f39a merge with develop branch 2018-09-06 19:14:23 +03:00
Victor Baranov 6517ea419d remove Import account test from Firefox: it doesn't work in Circle CI 2018-09-05 18:30:53 +03:00
Victor Baranov 6389f8f408 Remove changePassword e2e tests for Firefox: it doesn't work with the latest selenium-webdriver 2018-09-05 18:16:09 +03:00
Victor Baranov 85e82f4107 Migrate to selenium-webdriver: ^4.0.0 2018-09-05 17:48:58 +03:00
Victor Baranov 65d7039dc0 remove changePassword e2e test in case of Firefox: it doesn't work because button is in the bottom of the page out of view: seems like a bug of selenium-webdriver 2018-09-05 17:31:28 +03:00
Victor Baranov 1198166d9f (Fix 2) Temporarily disable e2e for change password: it doesn't work for Firefox in Circle CI. Locally it works 2018-09-05 15:59:15 +03:00
Victor Baranov df1e841312 (Fix) Temporarily disable e2e for change password: it doesn't work for Firefox in Circle CI. Locally it works 2018-09-05 15:49:29 +03:00
Victor Baranov e119e0c7af Temporarily disable e2e for change password: it doesn't work for Firefox in Circle CI. Locally it works 2018-09-05 15:08:20 +03:00
Victor Baranov e009abbf97 scroll into change password button 2018-09-05 14:49:40 +03:00
Victor Baranov 67b0d538e3 rewrite button click 2018-09-05 14:28:34 +03:00
Victor Baranov 492e935333 Change password e2e: find elements by CSS selector 2018-09-05 14:11:49 +03:00
Victor Baranov 9c497d989b Fix displaying of some icons for Firefox, e2e test update for Firefox 2018-09-05 13:09:58 +03:00
Victor Baranov 84125da2bb Fix localhost endpoint display 2018-09-04 13:17:13 +03:00
dennistikhomirov 4c85b8b96c custom Rpc test:add check networks menu 2018-08-31 07:18:35 -07:00
dennistikhomirov 6f9915d671 fix indentation 2018-08-31 05:11:47 -07:00
dennistikhomirov cdcc70f124 e2e tests for feature:validate custom rpc#99 2018-08-31 04:59:06 -07:00
dennistikhomirov c267e20ef1 lint fix element.js 2018-08-31 01:29:22 -07:00
dennistikhomirov 981b642ac6 refactor element.js:elements By 2018-08-31 01:27:05 -07:00
Esteban MIno e743f44150 fix conflicts 2018-08-28 15:20:30 -03:00
Esteban MIno 3106374cc3 watchAsset small changes 2018-08-27 22:10:14 -03:00
Dan Miller 952edf695c Revert changes to tx-list-items.json, and to mock getTransactionCount method in tx-list-items integration test. 2018-08-27 17:07:01 -02:30
dennistikhomirov 82defd8509 removed unused console.log 2018-08-24 02:48:56 -07:00
dennistikhomirov 990b466b3c add screens to element.js 2018-08-24 02:46:05 -07:00
dennistikhomirov 6b5336b547 lint fix 2018-08-24 01:37:21 -07:00
dennistikhomirov 7fb5a6c8d2 separate file for dom elements 2018-08-24 01:27:17 -07:00
Alexander Tseung c0e97d1739 Fix tests 2018-08-23 19:19:48 -07:00
Alexander Tseung 2d76ee754b Reduce large timeouts 2018-08-23 16:45:28 -07:00
Alexander Tseung bdfd54ec54 Increase e2e timeouts for firefox 2018-08-23 16:45:28 -07:00
Alexander Tseung eb17151ff4 Change "Outgoing" to "Sent Ether" or "Sent Token" 2018-08-23 16:45:28 -07:00
Alexander Tseung c06a0be486 Fix Firefox e2e tests 2018-08-23 16:45:28 -07:00
Alexander Tseung 62e2d5e01c Fix integration tests 2018-08-23 16:45:28 -07:00
Alexander Tseung 6670bc0e09 Fix e2e tests 2018-08-23 16:45:27 -07:00
Alexander Tseung a430eed2d8 Fix integration tests 2018-08-23 16:45:27 -07:00
Alexander Tseung 5dcd8ceb7b Fix e2e tests 2018-08-23 16:45:27 -07:00
Alexander Tseung 9adf0c4b60 Fix integration tests 2018-08-23 16:45:27 -07:00
Alexander Tseung c9ec5ed38d Fix e2e tests 2018-08-23 16:45:27 -07:00
Alexander Tseung 13c4ecd610 Fix tests 2018-08-23 16:45:27 -07:00
dennistikhomirov af84e10675 test add/remove tokens per network 2018-08-23 12:18:08 -07:00
Esteban MIno b59a1e91b8 typo watchAsset imageUrl to image 2018-08-23 15:54:40 -03:00
dennistikhomirov cab97422b3 uncomment driver.quit 2018-08-23 03:24:43 -07:00
dennistikhomirov 944210a73c lint fix 2018-08-23 03:20:37 -07:00
dennistikhomirov 41e5bb971d sync with develop 2018-08-23 01:58:56 -07:00
Evgeniy Filatov b23cca1469 implemented improvements to RPC history 2018-08-23 01:18:13 +03:00
Alexander Tseung 01c0c98501 Add tabs support for PageContainer 2018-08-22 14:12:01 -07:00
Whymarrh Whitby 171f6711d9
Merge pull request #5066 from whymarrh/fix-key-export
Don't re-render the export modal when the selected identity changes
2018-08-22 16:28:17 -02:30
Whymarrh Whitby e803b8e047 Add test cases for MetaMaskController#_onKeyringControllerUpdate 2018-08-22 15:38:34 -02:30
Alexander Tseung 7294aede4f Add new variant for SenderToRecipient component 2018-08-22 10:53:20 -07:00
dennistikhomirov f51a6db785 e2e-change pass: add test if user can login with old pass 2018-08-22 09:39:41 -07:00
dennistikhomirov 8ef05657fe func.js: unused "until" remover 2018-08-22 07:32:41 -07:00
dennistikhomirov 4d4575881b e2etest: add link to issue 2018-08-22 07:25:01 -07:00
dennistikhomirov fcb185bee4 change pass: add e2e tests 2018-08-22 06:27:50 -07:00
Victor Baranov 2df903ac69 Update changelog and tests 2018-08-22 16:18:48 +03:00
Esteban MIno 4e6c71e969 Merge branch 'develop' into WatchTokenFeature 2018-08-21 20:14:49 -03:00
Esteban MIno 6ccf2811e7 unit tests for watchAsset 2018-08-21 19:17:57 -03:00
Dan J Miller 4704f3598e
Merge pull request #5108 from MetaMask/run-ganache-with-blocktime-flag
Fix e2e tests: adapt ganache flags and remove unnecessary checks
2018-08-21 15:26:23 -02:30
Dan Miller 9bd0ce46e8 Remove unnecessary checks and user actions in metamask-beta-ui.spec 2018-08-21 14:45:27 -02:30
Dan Miller 1718b83d20 Run ganache with a blocktime flag for npm:run:ganache:start. 2018-08-21 13:47:42 -02:30
brunobar79 54021fd90b fix unit tests 2018-08-21 00:09:54 -04:00
Dan Finlay 097c1e90e3
Merge pull request #5084 from MetaMask/ledger-support-without-provider
Ledger support (in case of rollback)
2018-08-20 10:23:15 -07:00
Victor Baranov 03b93e091e Replace eth-keyring-controller npm package with eth-keychain-controller in tests 2018-08-20 18:13:36 +03:00
Bruno Barbieri bd904c86f6
Merge branch 'develop' into ledger-support 2018-08-17 13:45:46 -04:00
brunobar79 992e7f1b5a fix merge conflicts 2018-08-17 12:56:07 -04:00
Dan Matthews df799d7fd6 Restores accounts until one with a zero balance is found 2018-08-17 10:26:47 -04:00
brunobar79 b369560569 fix e2e tests 2018-08-16 20:59:11 -04:00
Dan Finlay 955ec2dca6
Merge pull request #4279 from MetaMask/network-remove-provider-engine
Enhancement: New BlockTracker and Json-Rpc-Engine based Provider
2018-08-15 15:41:05 -07:00
brunobar79 fdf202efb0 fixed unit tests 2018-08-14 21:19:01 -04:00
Dan Miller 3c8a4162a4 Remove unnecessary else in test/e2e/beta/contract-test/contract.js 2018-08-14 19:18:04 -02:30
Dan Miller ff72423491 Add explicit waits for submitted status for some txs initiated from test dapp. 2018-08-14 17:30:43 -02:30
Thomas ce645561fb Remove commented out code for detect-token-test 2018-08-14 12:29:57 -07:00
Dan Miller c4fe6aa9cf Reload e2e beta test browser if initial screen doesn't load. 2018-08-14 16:45:07 -02:30
Dan Miller 42256cfbd2 Increase timeout on wait for contract status update in metamask-beta-ui-spec 2018-08-14 16:28:04 -02:30
Thomas 9ffed5fd18 E2E - Dont error on browser errors 2018-08-14 11:29:43 -07:00
Thomas 96d789d2cf Merge branch 'develop' into network-remove-provider-engine
Override package-lock and fix merge conflicts
2018-08-14 10:44:42 -07:00
Dan Miller a59e47e7b0 Add missing awaits and/or missing wait timeouts in test/e2e/beta/metamask-beta-ui.spec.js 2018-08-14 12:50:26 -02:30
Dan Miller 860bf42346 Make deployment states in test/e2e/beta/contract-test/contract.js more explicit 2018-08-14 12:35:50 -02:30
Dan Miller c00d0daeb5 Improve error handling in assertElementNotPresent of test/e2e/beta/helpers.js 2018-08-14 12:35:50 -02:30
Victor Baranov 2a183d695e Removing of imported account 2018-08-14 17:35:55 +03:00
brunobar79 b77cc3d969 fix tx tests 2018-08-14 03:42:23 -04:00
Thomas 7918240833 Confirms new contract token in the popup 2018-08-13 10:31:07 -07:00
Esteban MIno d263d60b4c tests for migration 28 2018-08-09 16:41:16 -04:00
Thomas de6f8b6811 Delay 2018-08-08 21:06:08 -07:00
Thomas 66120c627f confirms a deplay contract tx in the popup 2018-08-08 18:04:48 -07:00
Dan Miller e98c3b4c01 Get nonce for showing retry button using ethQuery transaction count. 2018-08-08 17:04:42 -02:30
Victor Baranov fcd890ef01 Buy page customization for tests networks, header for Mainnet, header customization for all white pages 2018-08-08 13:33:56 +03:00
Thomas 562764ccb2 Use develop e2e beta tests 2018-08-07 12:07:22 -07:00
Esteban MIno c0cdda8321 Merge branch 'develop' into TokensPerAccountBasis 2018-08-07 14:17:40 -04:00
frankiebee ff53a33f81 lint fixes 2018-08-07 11:14:56 -07:00
Victor Baranov da90c99aa9 Update of remove custom RPX and remove token page 2018-08-07 20:09:41 +03:00
Victor Baranov 8ec00a12ad Fix Ok button selector in e2e test Restore from seed words 2018-08-07 19:09:49 +03:00
Victor Baranov 1d62994cf4 Update of Remove token page 2018-08-07 18:55:08 +03:00
Victor Baranov 32459893f2 restore from seed phrase e2e test fix, margin for add token fix 2018-08-07 18:41:50 +03:00
frankiebee cbade51ebd Merge branch 'develop' of https://github.com/MetaMask/metamask-extension into network-remove-provider-engine-tests 2018-08-07 01:53:13 -07:00
Whymarrh Whitby d1435fb883 Switch superstatic for static-server pkg 2018-08-06 15:47:57 -02:30
Dan Miller 7de2a0687d Fix seed word confirmation step of e2e beta tests. 2018-08-06 12:14:06 -02:30
Dan Miller aff66f4b07 Use unmodified constant for test delay in from-import-beta-spec. 2018-08-06 11:07:16 -02:30
Dan Miller 74e2225f36 Improve waits for new tx-list-items after first contract method call in e2e beta tests. 2018-08-06 11:07:16 -02:30
viktor 2d652922d2 Update e2e test of Terms of Use page 2018-08-03 18:03:43 +03:00
Natalia 738daacd70 Fixed removeTokenButton class 2018-08-02 11:50:58 -07:00
Natalia 373cd7bc15 Fixed scrolling 2018-08-02 11:38:20 -07:00
Natalia 4384f643fc Fixed tests for new ui 2018-08-02 11:26:00 -07:00
Natalia fa0e5cf2ed Tests fix 2018-08-01 14:43:09 -07:00
Thomas Huang 024ebe07e0 Merge branch 'develop' into network-remove-provider-engine-tests 2018-08-01 10:40:31 -07:00
Thomas Huang 5b3927fe5b Lint 2018-07-30 20:30:35 -07:00
Thomas Huang 2392e77cd8 Set metamask controller network provider to localhost 2018-07-30 20:18:01 -07:00
Esteban MIno fbcba8f019 create tokens storage when setadresses 2018-07-30 19:09:17 -04:00
Thomas 3d9f283f87 Disallow netConnections other than localhosts 2018-07-30 06:27:25 -07:00