aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* info.js Remove width element to fix email layout (#4588)Anatoli Babenia2018-08-161-1/+0
| | | Fix for #2855 which is gone from master for some reason
* Merge pull request #4279 from MetaMask/network-remove-provider-engineDan Finlay2018-08-1643-2918/+1285
|\ | | | | Enhancement: New BlockTracker and Json-Rpc-Engine based Provider
| * Remove commented out code for detect-token-testThomas2018-08-151-10/+0
| |
| * Update eth-json-rpc-filtersThomas2018-08-152-1971/+18
| |
| * E2E - Dont error on browser errorsThomas2018-08-151-1/+2
| |
| * Merge branch 'develop' into network-remove-provider-engineThomas2018-08-1567-428/+1461
| |\ | | | | | | | | | Override package-lock and fix merge conflicts
| * | Confirms new contract token in the popupThomas2018-08-141-6/+6
| | |
| * | DelayThomas2018-08-091-0/+1
| | |
| * | confirms a deplay contract tx in the popupThomas2018-08-091-0/+9
| | |
| * | Use develop e2e beta testsThomas2018-08-081-109/+34
| | |
| * | Merge branch 'network-remove-provider-engine' of ↵frankiebee2018-08-081-32211/+32287
| |\ \ | | | | | | | | | | | | https://github.com/MetaMask/metamask-extension into network-remove-provider-engine
| | * | deps - update package-lockfrankiebee2018-08-071-32211/+32287
| | | |
| * | | lint fixesfrankiebee2018-08-081-2/+2
| |/ /
| * | Merge branch 'develop' of https://github.com/MetaMask/metamask-extension ↵frankiebee2018-08-0718-598/+235
| |\ \ | | | | | | | | | | | | into network-remove-provider-engine-tests
| * \ \ Merge branch 'network-remove-provider-engine' into ↵frankiebee2018-08-071-1/+1
| |\ \ \ | | | | | | | | | | | | | | | network-remove-provider-engine-tests
| | * | | network - fix blockTracker reference to return the blockTrackerProxy instead ↵frankiebee2018-08-071-1/+1
| | | | | | | | | | | | | | | | | | | | of the direct blockTracker reference
| * | | | Merge branch 'develop' into network-remove-provider-engine-testsThomas Huang2018-08-0229-695/+1203
| |\ \ \ \
| * | | | | LintThomas Huang2018-07-311-2/+2
| | | | | |
| * | | | | Set metamask controller network provider to localhostThomas Huang2018-07-313-2/+24
| | | | | |
| * | | | | Disallow netConnections other than localhostsThomas2018-07-301-0/+4
| | | | | |
| * | | | | Detect Tokens are weirdThomas2018-07-301-26/+31
| | | | | |
| * | | | | Merge branch 'develop' into network-remove-provider-engineThomas2018-07-26355-3796/+10262
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | test - unit - remove tests for obsolete methodskumavis2018-07-041-52/+0
| | | | | |
| * | | | | deps - update lockkumavis2018-07-041-2/+26
| | | | | |
| * | | | | test - run ganache rpc without vm errorskumavis2018-07-041-1/+1
| | | | | |
| * | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-07-041-0/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | network-remove-provider-engine
| * \ \ \ \ \ Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-07-04134-773/+800
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | network-remove-provider-engine
| * | | | | | | test - e2e - contract test - add logskumavis2018-07-041-7/+9
| | | | | | | |
| * | | | | | | test - e2e - fix missing importkumavis2018-07-031-1/+1
| | | | | | | |
| * | | | | | | Merge branch 'develop' into network-remove-provider-enginekumavis2018-07-032-3/+3
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge pull request #4711 from alextsg/network-remove-provider-enginekumavis2018-07-031-2/+15
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix notice screen incorrectly disabling Accept button after multiple …
| | * | | | | | | | Fix notice screen incorrectly disabling Accept button after multiple noticesAlexander Tseung2018-07-031-2/+15
| |/ / / / / / / /
| * | | | | | | | test - e2e - move timingskumavis2018-07-031-1/+1
| | | | | | | | |
| * | | | | | | | test - e2e-beta - update some api callskumavis2018-07-031-6/+4
| | | | | | | | |
| * | | | | | | | dep - automated package-lock fixeskumavis2018-07-031-4/+42
| | | | | | | | |
| * | | | | | | | deps - update package-lockkumavis2018-07-031-190/+336
| | | | | | | | |
| * | | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-07-03100-32518/+33751
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | network-remove-provider-engine
| * | | | | | | | | lint - fix lint for networkkumavis2018-06-133-3/+0
| | | | | | | | | |
| * | | | | | | | | network - import createBlockTrackerInspectorMiddleware and rearrange cache ↵kumavis2018-06-135-41/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | middleware order
| * | | | | | | | | nonce-tracker - wrap nonce calculations in try-catch and release lock on errorkumavis2018-06-131-22/+28
| | | | | | | | | |
| * | | | | | | | | test - e2e - beta - from import - fix missing startup phasekumavis2018-06-121-0/+3
| | | | | | | | | |
| * | | | | | | | | test - e2e - beta - dont select localhost as it is already setkumavis2018-06-122-20/+1
| | | | | | | | | |
| * | | | | | | | | test - e2e - extensionUri should point to home.htmlkumavis2018-06-121-2/+2
| | | | | | | | | |
| * | | | | | | | | test - e2e - remove usage of extensionId from testskumavis2018-06-124-28/+12
| | | | | | | | | |
| * | | | | | | | | test - e2e - fix incomplete setup phasekumavis2018-06-122-2/+5
| | | | | | | | | |
| * | | | | | | | | test - e2e - properly export setupBrowserAndExtensionkumavis2018-06-121-0/+1
| | | | | | | | | |
| * | | | | | | | | test - e2e - more factoring of test setupkumavis2018-06-125-64/+27
| | | | | | | | | |
| * | | | | | | | | test - e2e - use fs-extra instead of fskumavis2018-06-121-1/+1
| | | | | | | | | |
| * | | | | | | | | test - e2e - factor out setup phase + rename METAMASK_CONFIG to ↵kumavis2018-06-124-47/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | METAMASK_TEST_CONFIG
| * | | | | | | | | test - e2e - inject metamask config to point at localhostkumavis2018-06-125-23/+61
| | | | | | | | | |
| * | | | | | | | | lint - controllers - whitepace fixkumavis2018-06-121-5/+5
| | | | | | | | | |
| * | | | | | | | | test - e2e - reduce browser-specific codekumavis2018-06-121-20/+13
| | | | | | | | | |
| * | | | | | | | | network - provider - infura - use block-reemit middlewarekumavis2018-06-083-28/+29
| | | | | | | | | |
| * | | | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-06-08168-1486/+7741
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | network-remove-provider-engine
| * \ \ \ \ \ \ \ \ \ Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-06-0730-85/+300
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | network-remove-provider-engine
| * | | | | | | | | | | lint - remove unused requirekumavis2018-06-071-1/+0
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-06-0788-416/+1325
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | network-remove-provider-engine
| * | | | | | | | | | | | test - unit - tx-controller - fix blockTracker stubkumavis2018-05-291-0/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | controllers - transactions - fix tx status update on bootkumavis2018-05-292-2/+13
| | | | | | | | | | | | |
| * | | | | | | | | | | | controllers - transactions - fix tx confirmationkumavis2018-05-292-3/+3
| | | | | | | | | | | | |
| * | | | | | | | | | | | newui - unlock - dont catch errors unrelated to tryUnlockMetamaskkumavis2018-05-291-2/+2
| | | | | | | | | | | | |
| * | | | | | | | | | | | metamask-controller - lint fixkumavis2018-05-291-1/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | metamask-controller - update preferences controller addresses after import ↵kumavis2018-05-291-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | account
| * | | | | | | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-05-298-15/+1013
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | network-remove-provider-engine
| * | | | | | | | | | | | | test - unit - pending-tx-tracker - update method namekumavis2018-05-291-2/+2
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | test - unit - nonce-tracker - fix blockTracker stubkumavis2018-05-291-0/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | controllers - transaction - pending-tx-tracker - lint fixkumavis2018-05-291-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | controllers - transactions - merge @frankiebee's work with minekumavis2018-05-297-153/+78
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | controllers - transactions - pending-tx-tracker - _getBlock - poll until ↵kumavis2018-05-261-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | block is truthy
| * | | | | | | | | | | | | tx-gas-utils - query for block without tx bodieskumavis2018-05-261-2/+2
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | test - unit - metamask-controller - remove logkumavis2018-05-261-1/+0
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | test - unit - code style nitpickkumavis2018-05-251-1/+2
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | test - unit - metamask-controller - fix many bugs in testskumavis2018-05-252-33/+61
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | test - unit - run ganache-server in backgroundkumavis2018-05-251-0/+7
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | test - unit - tx-controller-test - add history object to txMeta when using ↵kumavis2018-05-251-31/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | internal calls
| * | | | | | | | | | | | | test - unit - move fetch polyfill to helperkumavis2018-05-253-6/+3
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | test - unit - metamask-controller - polyfill global.fetchkumavis2018-05-251-2/+4
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | deps - bump eth-json-rpc-middleware for fetch bugfixkumavis2018-05-252-4/+4
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | metamask-controller - wrap txController.addUnapprovedTx for wallet ↵kumavis2018-05-251-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | middleware reference before txController is instantiated
| * | | | | | | | | | | | | test - remove .only from unit testskumavis2018-05-251-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | provider - update wallet hooks for new wallet middlewarekumavis2018-05-256-68/+114
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | deps - bump json-rpc modules for bugfixeskumavis2018-05-252-187/+403
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | metamask-controller - fix account lookup hookkumavis2018-05-251-2/+2
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | account-tracker - guard against empty blockkumavis2018-05-251-1/+2
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | controllers - recent-blocks - guard against empty blockkumavis2018-05-251-3/+3
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | controllers - recent-blocks - wrap block-tracker event in try-catchkumavis2018-05-241-1/+7
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'network-remove-provider-engine' of ↵kumavis2018-05-243-40/+44
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | github.com:MetaMask/metamask-extension into network-remove-provider-engine
| | * \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #4347 from MetaMask/transactions-use-new-block-trackerkumavis2018-05-243-40/+44
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Transactions use new block tracker
| | | * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'network-remove-provider-engine' of ↵frankiebee2018-05-23122-17010/+4318
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/MetaMask/metamask-extension into transactions-use-new-block-tracker
| | | * | | | | | | | | | | | | | transactions - update pending-tx-tracker to use the new block trackerfrankiebee2018-05-232-8/+19
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | remove dependance on the even tx:confirmedfrankiebee2018-05-231-2/+6
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | test pending-tx-tracker - update tests to reflect new block tracker behavior ↵frankiebee2018-05-231-32/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and remove tx:confirmed event tests
| * | | | | | | | | | | | | | | | deps - bump eth-block-tracker for bugfixkumavis2018-05-241-1/+1
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | sentry - setupRaven - ensure message is truthykumavis2018-05-241-2/+2
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | controllers - recent-blocks - ensure full blockskumavis2018-05-241-2/+2
| |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | controllers - account-tracker - refactor + update for eth-block-tracker@4kumavis2018-05-241-67/+56
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | controllers - recent-blocks - doc updatekumavis2018-05-241-4/+4
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-05-231-15/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | network-remove-provider-engine
| * | | | | | | | | | | | | | | deps - eth-json-rpc-filters@2.0.0kumavis2018-05-231-1/+1
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | deps - eth-block-tracker@4.0.1kumavis2018-05-231-1/+1
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-05-23121-16993/+4309
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | network-remove-provider-engine
| * | | | | | | | | | | | | | | recent-blocks - fix backfill blockNumber trackingkumavis2018-05-171-3/+2
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | test - unit - network - get providerProxy via public methodkumavis2018-05-171-4/+5
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | deps - bump some bugfixeskumavis2018-05-171-2/+2
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | controllers - recent-blocks - fix pifyd setTimeout argskumavis2018-05-171-1/+1
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | deps - fix incorrect dep paths and versionskumavis2018-05-175-7/+7
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | docs - remove references to web3-provider-enginekumavis2018-05-172-4/+1
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | deps - remove web3-provider-enginekumavis2018-05-171-1/+0
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | controllers - balance - update for eth-block-tracker@4kumavis2018-05-171-3/+3
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | recent-blocks - update for eth-block-tracker@4kumavis2018-05-171-27/+14
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | remove unused events-proxy, was replaced with module swappable-obj-proxykumavis2018-05-172-43/+0
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | lint fixkumavis2018-05-175-13/+18
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | network - create provider and block-tracker via json-rpc-enginekumavis2018-05-1710-75/+224
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #5061 from MetaMask/greenkeeper/@zxing/library-0.8.0Bruno Barbieri2018-08-161-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update @zxing/library to the latest version 🚀
| * | | | | | | | | | | | | | | | fix(package): update @zxing/library to version 0.8.0greenkeeper[bot]2018-08-141-1/+1
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #5076 from MetaMask/v4.9.3Dan Finlay2018-08-162-1/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | V4.9.3
| * | | | | | | | | | | | | | | | | v4.9.3v4.9.3Thomas2018-08-161-1/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Bump ChangelogThomas2018-08-161-0/+6
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge pull request #5037 from MetaMask/masterDan Finlay2018-08-162-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update develop branch to v4.9.2
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #5025 from MetaMask/v4.9.2v4.9.2.1Dan Finlay2018-08-1036-32551/+32635
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | v4.9.2
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into v4.9.2Thomas Huang2018-08-100-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merge pull request #4954 from MetaMask/v4.9.0Dan Finlay2018-08-08487-36876/+44757
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | V4.9.0
| | * | | | | | | | | | | | | | | | | | Bump ChangelogThomas2018-08-071-1/+3
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | v4.9.0 ReleaseThomas2018-08-071-1/+1
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Update ChangelogThomas2018-08-071-5/+10
| | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | Bump ChangelogThomas2018-08-101-0/+4
| | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | v4.9.2Thomas2018-08-101-1/+1
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #5059 from MetaMask/e2e-tests-more-reliableDan J Miller2018-08-155-20/+45
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Another e2e beta test fix
| * | | | | | | | | | | | | | | | | | | | Remove unnecessary else in test/e2e/beta/contract-test/contract.jsDan Miller2018-08-151-1/+2
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Add explicit waits for submitted status for some txs initiated from test dapp.Dan Miller2018-08-151-0/+7
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Reload e2e beta test browser if initial screen doesn't load.Dan Miller2018-08-152-2/+16
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Increase timeout on wait for contract status update in metamask-beta-ui-specDan Miller2018-08-151-1/+1
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Add missing awaits and/or missing wait timeouts in ↵Dan Miller2018-08-141-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test/e2e/beta/metamask-beta-ui.spec.js
| * | | | | | | | | | | | | | | | | | | | Make deployment states in test/e2e/beta/contract-test/contract.js more explicitDan Miller2018-08-142-5/+6
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Improve error handling in assertElementNotPresent of test/e2e/beta/helpers.jsDan Miller2018-08-141-5/+7
| | |_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #5060 from MetaMask/bignumber-stringDan Finlay2018-08-153-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | Cast arguments for new Bignumbers() to string.
| * | | | | | | | | | | | | | | | | | | Cast arguments for new Bignumbers() to string.Dan Miller2018-08-153-4/+4
| |/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | Merge pull request #5058 from whymarrh/fix-wordsWhymarrh Whitby2018-08-1414-26/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix casing of some proper nouns in localised messages
| * | | | | | | | | | | | | | | | | | | Fix casing of Bitcoin, Ethereum, and Litecoin across localized messagesWhymarrh Whitby2018-08-149-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using the following commands: sed -i.bak s/bitcoin/Bitcoin/ app/_locales/**/*.json && \ find app/_locales/ -name '*.bak' -delete sed -i.bak s/ethereum/Ethereum/ app/_locales/**/*.json && \ find app/_locales/ -name '*.bak' -delete sed -i.bak s/litecoin/Litecoin/ app/_locales/**/*.json && \ find app/_locales/ -name '*.bak' -delete
| * | | | | | | | | | | | | | | | | | | Fix casing of MetaMask in all localized messagesWhymarrh Whitby2018-08-1411-16/+16
| |/ / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using the following: sed -i.bak s/Metamask/MetaMask/ app/_locales/**/*.json && \ find app/_locales/ -name '*.bak' -delete
* | | | | | | | | | | | | | | | | | | Merge pull request #4961 from whymarrh/download-seed-phraseWhymarrh Whitby2018-08-143-3/+30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | Add download seed phrase link to new UI
| * | | | | | | | | | | | | | | | | | Add link to download seed words in new UIWhymarrh Whitby2018-08-142-0/+27
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Add exportAsFile optional type argumentWhymarrh Whitby2018-08-141-2/+2
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Fix casing of 1PasswordWhymarrh Whitby2018-08-141-1/+1
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge pull request #4897 from MetaMask/qr-code-scanBruno Barbieri2018-08-1127-22/+662
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | QR Code Scanner
| * | | | | | | | | | | | | | | | | add commentbrunobar792018-08-091-0/+5
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | fix merge conflictsbrunobar792018-08-094-32063/+32154
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | add submit button typebrunobar792018-08-091-0/+1
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | lintbrunobar792018-08-081-1/+1
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | update package-lock.jsonbrunobar792018-08-081-4/+21
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | code review changesbrunobar792018-08-085-12/+63
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | fix merge conflictsbrunobar792018-08-0839-1284/+1387
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | restore qrbrunobar792018-08-041-0/+2
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | lintbrunobar792018-08-041-1/+1
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | fixed issue with inputbrunobar792018-08-043-2/+6
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | clear qr code data before scanningbrunobar792018-08-042-23/+25
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | design completebrunobar792018-08-048-45/+166
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | fixbrunobar792018-08-011-1/+6
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | lintbrunobar792018-08-011-15/+14
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | lintbrunobar792018-08-011-2/+0
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | added crossbrowser support and error handlingbrunobar792018-08-0110-56/+179
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | send to fullscreen if no permission from popupbrunobar792018-07-315-29/+48
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | kill camera stream when unmoutingbrunobar792018-07-311-1/+4
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | copybrunobar792018-07-312-2/+2
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | clean up cssbrunobar792018-07-313-30/+58
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | use existing modalsbrunobar792018-07-3112-235/+177
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵brunobar792018-07-3110-11/+100
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qr-code-scan
| * | | | | | | | | | | | | | | | | | | | fix unit testsbrunobar792018-07-271-0/+2
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | fix dependenciesbrunobar792018-07-273-4/+5
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | fix linting errorsbrunobar792018-07-274-4/+4
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | clean upbrunobar792018-07-275-4/+2
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | restore platform/extension.jsbrunobar792018-07-271-5/+57
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | fix merge conflictsbrunobar792018-07-2728-55/+531
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | added webrtc-adapter for browser compatbrunobar792018-07-273-0/+24
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | fully working without tweaking ext. permissionbrunobar792018-07-276-66/+7
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | working without permission issuesbrunobar792018-07-274-44/+64
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | fix spinner and qr iconbrunobar792018-07-252-2/+6
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | decent UIbrunobar792018-07-251-21/+43
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | working without injectionbrunobar792018-07-2513-87/+231
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | added qr code scanner icon in send transactionbrunobar792018-07-2410-20/+29
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | camera working back and forthbrunobar792018-07-248-95/+116
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | fixesbrunobar792018-07-241-3/+3
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | added camera snippet injection to inpage.jsbrunobar792018-07-241-0/+39
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | added instascan pkgbrunobar792018-07-242-7/+77
| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #5020 from MetaMask/FixMigration28v4.9.2v4.9.1Dan Finlay2018-08-102-2/+48
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes migration 28
| * | | | | | | | | | | | | | | | | | | | | | tests for migration 28Esteban MIno2018-08-101-0/+46
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | fix migration 28Esteban MIno2018-08-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #5022 from MetaMask/sentry-release-versionJenny Pollack2018-08-102-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | sentry - change releaseVersion to release
| * | | | | | | | | | | | | | | | | | | | | | sentry - change releaseVersion to releaseJenny Pollack2018-08-102-4/+4
|/ / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #5017 from MetaMask/v4.9.1Dan Finlay2018-08-102-10/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | V4.9.1
| * | | | | | | | | | | | | | | | | | | | | | v4.9.1Thomas2018-08-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Bump ChangelogThomas2018-08-101-0/+6
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into developThomas2018-08-104-0/+74
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into developThomas2018-08-102-9/+14
| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | remove duplicate template (#5016)bobby dresser2018-08-101-17/+0
| |/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Create issue templates (#4972)bobby dresser2018-08-104-0/+74
|/ / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | adds issue templates
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #5010 from eduadiez/developThomas Huang2018-08-101-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix ENS resolution issues
| * | | | | | | | | | | | | | | | | | | | | | Avoid overwriting a domain that can be resolved by DNSEduardo Antuña Díez2018-08-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to the current implementation any domain ending in .eth or .test will try to resolve through ENS even if the DNS is able to resolve it. changing `onBeforeRequest` to `onErrorOccurred` will only resolve those .eth or .test domains that the DNS is not able to resolve.
| * | | | | | | | | | | | | | | | | | | | | | Fixed ENS to IPFS functionality in FirefoxEduardo Antuña Díez2018-08-091-1/+1
|/ / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `tabs.getSelected` is deprecated and it doesn't work in firefox replaced by `tabs.query({active: true}`
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #5000 from MetaMask/contract-method-conf-sim-failureDan J Miller2018-08-092-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show error while allowing confirmation of tx where simulation fails
| * | | | | | | | | | | | | | | | | | | | | | Show error while allowing confirmation of transaction where simulation failsDan Miller2018-08-092-2/+2
| | |_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #4995 from MetaMask/nonce-for-retry-from-ethqueryDan J Miller2018-08-095-6/+51
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | Get nonce for showing retry button using ethQuery transaction count.
| * | | | | | | | | | | | | | | | | | | | | Fix lint error in tx-listWhymarrh Whitby2018-08-091-1/+1
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Get nonce for showing retry button using ethQuery transaction count.Dan Miller2018-08-095-6/+51
|/ / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | Merge pull request #4986 from MetaMask/approve-calc-token-decimalsDan J Miller2018-08-091-2/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use token decimals when calculating confirm screen token approval amount
| * | | | | | | | | | | | | | | | | | | | | Use token decimals when calculating confirm screen amount for token approvals.Dan Miller2018-08-081-2/+8
| | |_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Update eth-keyring-controller and eth-hd-keyring versions (#4989)Paul Bouchon2018-08-092-36072/+32114
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge pull request #4988 from MetaMask/remove-engine-restrictionsBruno Barbieri2018-08-091-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove engine restrictions
| * | | | | | | | | | | | | | | | | | | | | remove engine restrictionsbrunobar792018-08-081-1/+0
|/ / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | Merge pull request #4982 from MetaMask/sig-version-fixDan Finlay2018-08-082-1458/+5519
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | Reestablish old versions of eth-keyring-controller and eth-hd-keyring
| * | | | | | | | | | | | | | | | | | | | Reestablish old versions of eth-keyring-controller and eth-hd-keyringbitpshr2018-08-082-1458/+5519
|/ / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | Fixing translations in first-time init menu (#4969)Justin Kat2018-08-081-1/+1
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #4884 from MetaMask/TokensPerAccountBasisDan Finlay2018-08-089-37/+287
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tokens per account & network basis
| * | | | | | | | | | | | | | | | | | | | CHANGELOGEsteban MIno2018-08-081-0/+2
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Merge branch 'develop' into TokensPerAccountBasisEsteban MIno2018-08-081-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge pull request #4965 from MetaMask/4.9.0v4.9.0Dan Finlay2018-08-081-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | Update CHANGELOG.md
| * | | | | | | | | | | | | | | | | | | | Update CHANGELOG.mdKevin Serrano2018-08-081-0/+2
|/ / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | Merge branch 'develop' into TokensPerAccountBasisEsteban MIno2018-08-0834-1259/+1149
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #4960 from whymarrh/import-account-errorWhymarrh Whitby2018-08-072-2/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show invalid seed phrase error when importing new account
| * | | | | | | | | | | | | | | | | | | | Show invalid seed phrase error when importing new accountWhymarrh Whitby2018-08-072-2/+10
|/ / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | Merge pull request #4951 from whymarrh/update-pkgsWhymarrh Whitby2018-08-073-547/+124
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update e2e test packages 📦
| * | | | | | | | | | | | | | | | | | | | Update chromedriver pkgWhymarrh Whitby2018-08-072-20/+23
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Switch superstatic for static-server pkgWhymarrh Whitby2018-08-071-2/+2
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Add static-server devDependencyWhymarrh Whitby2018-08-072-7/+88
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Remove superstatic packageWhymarrh Whitby2018-08-072-524/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Install and uninstalling superstatic doesn't work on Node 8 at the time of writing: $ npm install -D superstatic@6 npm ERR! code ENOTSUP npm ERR! notsup Unsupported engine for got@5.7.1: wanted: {"node":">=0.10.0 <7"} (current: {"node":"8.11.3","npm":"6.3.0"}) npm ERR! notsup Not compatible with your version of node/npm: got@5.7.1 npm ERR! notsup Not compatible with your version of node/npm: got@5.7.1 npm ERR! notsup Required: {"node":">=0.10.0 <7"} npm ERR! notsup Actual: {"npm":"6.3.0","node":"8.11.3"} This commit removes the package (using Node 6!) and it will have to be replaced.
| * | | | | | | | | | | | | | | | | | | | Refresh package-lock.json file with npm@6.3.0Whymarrh Whitby2018-08-071-15/+6
|/ / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | Merge pull request #4868 from MetaMask/further-e2e-improvementsDan J Miller2018-08-075-64/+47
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | Further new ui e2e test improvements
| * | | | | | | | | | | | | | | | | | | Fix seed word confirmation step of e2e beta tests.Dan Miller2018-08-062-60/+29
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Use unmodified constant for test delay in from-import-beta-spec.Dan Miller2018-08-061-1/+1
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Improve waits for new tx-list-items after first contract method call in e2e ↵Dan Miller2018-08-063-3/+17
|/ / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | beta tests.
* | | | | | | | | | | | | | | | | | | Merge pull request #4948 from MetaMask/i4638-update-fontAlexander Tseung2018-08-043-5/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Font in Account Selector
| * | | | | | | | | | | | | | | | | | | Update Font in Account SelectorAlexander Tseung2018-08-043-5/+0
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #4947 from MetaMask/i4532-disable-confirm-onsubmitAlexander Tseung2018-08-042-6/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | Disable Confirm button on subsequent clicks to prevent confirming mul…
| * | | | | | | | | | | | | | | | | | | Disable Confirm button on subsequent clicks to prevent confirming multiple timesAlexander Tseung2018-08-042-6/+21
|/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | Merge pull request #4906 from MetaMask/updatePhishingPageKevin Serrano2018-08-031-23/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Phishing HTML
| * | | | | | | | | | | | | | | | | | | Update Phishing HtmlThomas2018-07-281-23/+26
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #4926 from MetaMask/update-logic-for-retry-buttonDan J Miller2018-08-012-8/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | Show the retry button on latest tx of earliest nonce.
| * | | | | | | | | | | | | | | | | | | Show the retry button on latest tx of earliest nonce.Dan Miller2018-08-012-8/+8
|/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | Merge pull request #4888 from whymarrh/suggest-new-uiWhymarrh Whitby2018-08-0112-591/+861
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add old UI component to suggest new UI
| * | | | | | | | | | | | | | | | | | | Remove the development notice from UI onboardingWhymarrh Whitby2018-07-281-20/+0
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Open UI in browser post-new-UI-switchWhymarrh Whitby2018-07-282-0/+2
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Don't show an additional beta UI notificationWhymarrh Whitby2018-07-284-12/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a user has opted-in to the new UI from the announcement, we don't need an additional notification letting the user know that they've switched.
| * | | | | | | | | | | | | | | | | | | New ui e2e tests switch to localhost provider (needed after new ui selection ↵Dan Miller2018-07-282-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | screen addition).
| * | | | | | | | | | | | | | | | | | | Fix integration tests to accomodate new ui suggestion screen changes.Dan Miller2018-07-281-0/+5
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Fix e2e tests to accomodate new ui suggestion screen changes.Dan Miller2018-07-283-57/+83
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Rewrite AccountQrScreen to use flexboxWhymarrh Whitby2018-07-284-108/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old QR screen was absolutely positioning everything which broke when the app bar resized for the new UI announcement. This change, while futile*, makes the QR screen less bad. * futile because the old UI is being deprecated
| * | | | | | | | | | | | | | | | | | | Remove suggestion from bottom of old UI onboardingWhymarrh Whitby2018-07-281-16/+0
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Add NewUiAnnouncement componentWhymarrh Whitby2018-07-284-9/+216
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Add banner suggesting new UIWhymarrh Whitby2018-07-282-2/+64
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Move the old UI's AppBar into its own componentWhymarrh Whitby2018-07-283-384/+394
| | |_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |