aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update manifest.jsonYung chieh Tsai2018-05-291-4/+0
|
* Intergrate ENS with IPFSMikeCheng12082018-05-292-1/+5
|
* setTimeout bug fixMikeCheng12082018-05-291-2/+5
|
* Intergrate ENS with IPFSMikeCheng12082018-05-2921-6/+2157
|
* Merge pull request #4241 from MetaMask/greenkeeper/ethjs-0.4.0kumavis2018-05-241-1/+1
|\ | | | | Update ethjs to the latest version 🚀
| * fix(package): update ethjs to version 0.4.0greenkeeper[bot]2018-05-121-1/+1
| |
* | Fix scrolling in Deposit Ether modal (#4336)Alexander Tseung2018-05-241-2/+4
| |
* | Merge pull request #4337 from MetaMask/recent-blocks-parallelFrankie2018-05-231-15/+7
|\ \ | | | | | | controllers - recent-blocks - pull first historical blocks in parallel
| * | controllers - recent-blocks - pull first historical blocks in parallelkumavis2018-05-221-15/+7
| | |
* | | Merge pull request #4321 from MetaMask/testingkumavis2018-05-2336-1557/+691
|\ \ \ | | | | | | | | MM controller tests and reorganizing test files
| * | | Merge branch 'develop' into testingtmashuang2018-05-226-53/+57
| |\| |
| * | | Merge branch 'develop' into testingtmashuang2018-05-229-13446/+22
| |\ \ \
| * \ \ \ Merge branch 'develop' into testingtmashuang2018-05-2223-1810/+342
| |\ \ \ \
| * \ \ \ \ Merge branch 'develop' into testingtmashuang2018-05-228-548/+1503
| |\ \ \ \ \
| * | | | | | Moved loose some loose test files to sub folderstmashuang2018-05-2129-59/+108
| | | | | | |
| * | | | | | signMessage and signPersonalMessageThomas2018-05-181-13/+33
| | | | | | |
| * | | | | | Merge branch 'develop' into testingThomas2018-05-1726-328/+371
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'develop' into testingThomas2018-05-1762-2419/+5812
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'testing' of https://github.com/tmashuang/metamask-extension ↵Thomas2018-05-17245-5461/+19016
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into testing
| | * | | | | | | | console.log -> assert.equalThomas2018-05-091-1/+1
| | | | | | | | | |
| | * | | | | | | | ImportAccountWithStrategies Json and KeystoreThomas2018-05-091-0/+30
| | | | | | | | | |
| | * | | | | | | | Remove approvePersonalMessage testThomas2018-05-081-45/+0
| | | | | | | | | |
| | * | | | | | | | Merge branch 'develop' into testingThomas2018-05-08114-1662/+7483
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Bump package-lockThomas2018-04-251-621/+186
| | | | | | | | | | |
| | * | | | | | | | | setupUntrustedCommunication and setupTrustedCommunicationThomas2018-04-252-1/+46
| | | | | | | | | | |
| | * | | | | | | | | Merge branch 'master' into testingThomas2018-04-24117-1908/+5281
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | ConfigManager markAccountsFound, markPasswordForgotten, unMarkPasswordForgottenThomas2018-04-241-7/+70
| | | | | | | | | | | |
| | * | | | | | | | | | resetAccount and addNewAccountThomas2018-04-201-0/+45
| | | | | | | | | | | |
| | * | | | | | | | | | newUnsignedMessage and newUnsignedPersonalMessageThomas2018-04-191-0/+102
| | | | | | | | | | | |
| | * | | | | | | | | | Merge branch 'master' into testingThomas2018-04-11136-3068/+10732
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | MM-controlller testsThomas2018-04-111-2/+55
| | | | | | | | | | | | |
| | * | | | | | | | | | | Update Sinon methods. sinon.sandbox.create() -> sandbox.createSandbox()Thomas2018-04-057-8/+8
| | | | | | | | | | | | |
| | * | | | | | | | | | | Merge branch 'testing' of https://github.com/tmashuang/metamask-extension ↵Thomas2018-04-033-7/+466
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into testing
| * | | | | | | | | | | | | Update sinion methods. sandbox.create() -> createSandbox()Thomas2018-04-057-7/+7
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'testing' of https://github.com/tmashuang/metamask-extension ↵Thomas2018-04-053-7/+466
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | into testing
| | * | | | | | | | | | | | Metamask controller methodsThomas2018-03-281-1/+146
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Remove console.logThomas2018-03-281-1/+0
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Update blacklistThomas2018-03-281-5/+320
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #4333 from MetaMask/test-e2e-check-for-errorsThomas Huang2018-05-233-52/+89
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test - e2e - check for console errors after each test
| * | | | | | | | | | | | | | test - e2e - only inspect console for errors in chromekumavis2018-05-221-6/+10
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | test - e2e - ignore 'development build of Redux' warningkumavis2018-05-221-1/+3
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | test - e2e - ignore 'development build of React' warningkumavis2018-05-221-0/+2
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | test - e2e - ignore favicon 404skumavis2018-05-221-1/+6
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | old-ui - app - use state.metamask.selectedAddress instead of currentView.contextkumavis2018-05-221-3/+3
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | old-ui - ens-input - fix params passed to inputkumavis2018-05-221-48/+53
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | test - e2e - ignore react 'unknown props dataset' warningskumavis2018-05-221-2/+5
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | test - e2e - check for console errors after each testkumavis2018-05-221-1/+17
| | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #4308 from MetaMask/i4232-addtokenkumavis2018-05-2352-1086/+1442
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update designs for Add Token screen
| * | | | | | | | | | | | | | Update input field border on focusAlexander Tseung2018-05-221-1/+3
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fix testsAlexander Tseung2018-05-213-41/+50
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Update designs for Add Token screenAlexander Tseung2018-05-2050-1056/+1401
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #4338 from MetaMask/ci-job-screens-enhanceThomas Huang2018-05-232-95/+131
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | ci - screens - continue screenshots through account creation + export account
| * | | | | | | | | | | | | | ci - screens - continue screenshots through account creation + export accountkumavis2018-05-222-95/+131
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Reveal get filtered tx list (#4332)Frankie2018-05-223-46/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add getFilteredTxList from txController to getApi * transactions - remove dead code (isNonceTaken)
* | | | | | | | | | | | | | Merge pull request #4297 from MetaMask/ci-publish-releaseThomas Huang2018-05-223-7/+56
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | CI - publish release/prerelease
| * | | | | | | | | | | | | Merge branch 'develop' into ci-publish-releasekumavis2018-05-2234-14106/+1855
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | ci - add docs publish to job-publish-releasekumavis2018-05-192-0/+10
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | docs - jsdoc - fix syntaxkumavis2018-05-191-1/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | ci - add prep-docs jobkumavis2018-05-191-0/+18
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | ci - add job-publish-releasekumavis2018-05-191-0/+21
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | ci - rename job-publish to job-publish-prereleasekumavis2018-05-191-2/+2
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | ci - clean - whitespace fixkumavis2018-05-191-4/+3
| | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #4295 from MetaMask/kumavis-patch-3Frankie2018-05-221-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | ui - token-util - warn via loglevel on token lookup failure
| * | | | | | | | | | | | | token-util - warn via loglevel on token lookup failurekumavis2018-05-191-1/+2
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #4319 from MetaMask/ci-test-depsFrankie2018-05-221-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | CI - remove node security test as blocker for prerelease builds + screenshots
| * | | | | | | | | | | | | CI - remove node security test as blocker for buildskumavis2018-05-221-2/+1
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #4328 from MetaMask/i4325-yarnignoreFrankie2018-05-221-13432/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove yarn.lock
| * \ \ \ \ \ \ \ \ \ \ \ \ It tried to get away, but justice must be served.Kevin Serrano2018-05-225-10/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #4326 from MetaMask/Jabher-developFrankie2018-05-223-6/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Deps - bump extensionizer
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'develop' of https://github.com/Jabher/metamask-extension into ↵kumavis2018-05-223-6/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Jabher-develop
| | * | | | | | | | | | | | | bump extensionizer version to 1.0.1 (see ↵jabher2018-05-083-6/+6
| | | |_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/MetaMask/extensionizer/pull/4)
* | | | | | | | | | | | | | Merge pull request #4329 from MetaMask/Trigalti-developKevin Serrano2018-05-221-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Injection Blacklist: adyen
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'develop' of https://github.com/Trigalti/metamask-extension ↵kumavis2018-05-221-1/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | into Trigalti-develop
| | * | | | | | | | | | | | | Added trailing comma for eslintsimon2018-05-181-1/+1
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Added adyen.com to blacklisted domains because postMessages are blocking ↵simon2018-05-181-1/+2
| | | |_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | card encryption
* | | | | | | | | | | | | | Merge pull request #4316 from MetaMask/fix-signature-requestkumavis2018-05-221-2/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix signature request header text
| * | | | | | | | | | | | | | Fix signature request header textAlexander Tseung2018-05-211-2/+0
| | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #4273 from brunobar79/fix-new-ui-popup-headerkumavis2018-05-221-2/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove fix modal header height
| * | | | | | | | | | | | | | remove fix header heightBruno2018-05-171-2/+0
| | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | Please, this is my third PR already, stop adding extra baggage. Also, ↵Kevin Serrano2018-05-221-13432/+0
| |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | removed the yarn.lock.
* | | | | | | | | | | | | | Merge pull request #4240 from MetaMask/EnhancePortGuidekumavis2018-05-221-1/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | Enhance guide to porting to new platform
| * | | | | | | | | | | | | Enhance guide to porting to new platformDan Finlay2018-05-121-1/+12
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It skimmed over the complicated parts before, and left people unsure how to proceed. I now dive straight into what will confuse them, and provide links directly to the code that can help clarify.
* | | | | | | | | | | | | Merge pull request #4034 from whymarrh/account-nicknameskumavis2018-05-2222-114/+332
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | Move account names out of KeyringController
| * | | | | | | | | | | | Fix migration 026 to produce the correct shape for state.identitiesWhymarrh Whitby2018-05-182-3/+10
| | | | | | | | | | | | |
| * | | | | | | | | | | | Update MetaMaskController vault restoration test for new KC apiWhymarrh Whitby2018-05-171-1/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Update eth-keyring-controller dependencyWhymarrh Whitby2018-05-172-194/+1363
| | | | | | | | | | | | |
| * | | | | | | | | | | | Add migration to move identities from KeyringControllerWhymarrh Whitby2018-05-173-0/+82
| | | | | | | | | | | | |
| * | | | | | | | | | | | Add test case for PreferencesController#setAccountLabelWhymarrh Whitby2018-05-171-0/+21
| | | | | | | | | | | | |
| * | | | | | | | | | | | Add PreferencesController#setAddresses to update idsWhymarrh Whitby2018-05-173-8/+66
| | | | | | | | | | | | |
| * | | | | | | | | | | | Update AddressBookController to read from preferences storeWhymarrh Whitby2018-05-173-35/+21
| | | | | | | | | | | | |
| * | | | | | | | | | | | Move setAccountLabel into PreferencesControllerWhymarrh Whitby2018-05-1714-58/+122
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #4278 from MetaMask/e2e-testskumavis2018-05-224-366/+83
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | | E2e tests
| * | | | | | | | | | | Adjustments for previous PRThomas2018-05-171-4/+4
| | | | | | | | | | | |
| * | | | | | | | | | | Testing timeoutsThomas2018-05-172-200/+1369
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'develop' into e2e-testsThomas2018-05-1534-823/+1172
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| * | | | | | | | | | | Merge e2e tests into oneThomas2018-05-154-361/+79
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #4199 from MetaMask/i3487-provider-errorsDan Finlay2018-05-194-182/+1420
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | RPC error middleware for json-rpc-engine
| * | | | | | | | | | | Add new json-rpc-engine middleware for improved error handlingbitpshr2018-05-144-182/+1420
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #4266 from MetaMask/send-screen-detailed-QA-checklistkumavis2018-05-171-0/+96
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | Adds detailed QA checklist for the New UI send screen.
| * | | | | | | | | | | Adds description to send-screen-QA-checklist.mdDan2018-05-161-1/+7
| | | | | | | | | | | |
| * | | | | | | | | | | Adds detailed QA checklist for the New UI send screen.Dan2018-05-161-0/+90
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #4235 from scsaba/transaction-history-timestampskumavis2018-05-175-74/+143
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Transaction history timestamps
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-05-1755-3285/+2945
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | scsaba-transaction-history-timestamps
* | | | | | | | | | | | Merge pull request #4146 from MetaMask/sentry-error-like2kumavis2018-05-171-17/+25
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | sentry - add helper to fully rewrite all error messages
| * | | | | | | | | | | | sentry - add helper to fully rewrite all error messageskumavis2018-05-011-17/+25
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #4255 from MetaMask/i4233-dropdownskumavis2018-05-175-21/+58
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix account and network dropdowns in confirm screen
| * | | | | | | | | | | | | Fix account and network dropdowns in confirm screenAlexander Tseung2018-05-155-21/+58
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #4155 from ↵kumavis2018-05-1714-216/+49
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MetaMask/network-controller-remove-setNetworkEndpoints Network controller - remove dead code
| * | | | | | | | | | | | ui - unlock - remove setNetworkEndpoints calls from new unlock screenkumavis2018-05-172-3/+0
| | | | | | | | | | | | |
| * | | | | | | | | | | | ui - remove files accidently added by bad mergekumavis2018-05-172-328/+0
| | | | | | | | | | | | |
| * | | | | | | | | | | | network - remove debugging console.logkumavis2018-05-171-1/+0
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-05-1773-2757/+8317
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | network-controller-remove-setNetworkEndpoints
* | | | | | | | | | | | | Merge pull request #4251 from whymarrh/e2e-fixesThomas Huang2018-05-153-6/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Small e2e test adjustments
| * | | | | | | | | | | | | e2e: Use the more reliable enter key for logging inWhymarrh Whitby2018-05-151-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | e2e: Wait a bit before clicking through privacy screenWhymarrh Whitby2018-05-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The network connection can take a bit so we need to wait for the spinner to go away.
| * | | | | | | | | | | | | e2e: Adjust the extension ID query for newer Chrome versionsWhymarrh Whitby2018-05-151-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | e2e: Use newest window as MM tx confirm popupWhymarrh Whitby2018-05-152-2/+2
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Bail after the first e2e test failureWhymarrh Whitby2018-05-151-2/+2
| | |/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Where the tests are sequential, every test after the first failure is bound for failure as well so we can bail after the first.
* | | | | | | | | | | | | Merge pull request #4245 from MetaMask/i4208-errorKevin Serrano2018-05-158-233/+216
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | Add error message when passwords don't match in first time flow. Chan…
| * | | | | | | | | | | | Add error message when passwords don't match in first time flow. Change ↵Alexander Tseung2018-05-148-233/+216
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | input field styling in first time flow
* | | | | | | | | | | | Merge pull request #4190 from MetaMask/i3614-unlockFrankie2018-05-1330-598/+964
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Add new unlock screen design
| * | | | | | | | | | | | Add TextField component to storybookAlexander Tseung2018-05-123-2/+25
| | | | | | | | | | | | |
| * | | | | | | | | | | | Add new unlock screen designAlexander Tseung2018-05-1229-598/+941
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #4226 from MetaMask/e2e-testskumavis2018-05-128-793/+1058
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / | |/| | | / / / / / / / | |_|_|_|/ / / / / / / |/| | | | | | | | | | E2E tests
| * | | | | | | | | | Merge branch 'develop' into e2e-testsThomas2018-05-125-1440/+607
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Chinese translation Enhancements (#4218)Orange2018-05-121-25/+358
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #4231 from MetaMask/fix-nodesecuritykumavis2018-05-123-1414/+248
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix Node Security vulnerability warnings
| * | | | | | | | | | | Add advisory #157 to .nsprcAlexander Tseung2018-05-111-1/+4
| | | | | | | | | | | |
| * | | | | | | | | | | Update lodashAlexander Tseung2018-05-101-51/+51
| | | | | | | | | | | |
| * | | | | | | | | | | Update deep-extend and sshpkAlexander Tseung2018-05-102-1362/+193
|/ / / / / / / / / / /
| * | | | | | | | | | Increase timeoutThomas2018-05-111-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Fix typoThomas2018-05-111-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Job Screens with Shadow Dom Css selectorThomas2018-05-113-6/+7
| | | | | | | | | | |
| * | | | | | | | | | Multistep Shadow Dom Query Selector for local extension idThomas2018-05-111-10/+10
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'develop' into e2e-testsThomas2018-05-0923-25/+3195
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Update test:screens to newest chrome extension listThomas2018-05-081-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'develop' into e2e-testsThomas2018-05-085-5/+51
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Update to extension Id path for new chromeThomas2018-05-081-5/+5
| | | | | | | | | | | |
| * | | | | | | | | | | Remove waiting for button to be enabled TOUThomas2018-05-041-1/+0
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'e2e-tests' of https://github.com/tmashuang/metamask-extension ↵Thomas2018-05-0481-1892/+4484
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into e2e-tests
| | * | | | | | | | | | | Add a comment on the confirmation transaction metamask popup showing blank, ↵Thomas2018-05-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | but button still renders
| | * | | | | | | | | | | Quit chromedriver after testThomas2018-05-041-3/+3
| | | | | | | | | | | | |
| | * | | | | | | | | | | Bump package lockThomas2018-05-041-629/+285
| | | | | | | | | | | | |
| | * | | | | | | | | | | Merge branch 'develop' into e2e-testsThomas2018-05-0479-1361/+4296
| | |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Increase timeout for TOU scrollThomas2018-05-041-1/+1
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | Reduce delay for installing firefox addonThomas2018-05-041-2/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Add Timeouts for driver.waitThomas2018-05-041-9/+8
| | | | | | | | | | | | |
| * | | | | | | | | | | | Test wit driver.waitThomas2018-05-041-18/+21
| | | | | | | | | | | | |
| * | | | | | | | | | | | Ci FirefoxThomas2018-05-031-5/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Delay around the addon installThomas2018-05-021-2/+3
| | | | | | | | | | | | |
| * | | | | | | | | | | | test increase timeoutThomas2018-05-021-1/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Async/await installing extensionThomas2018-05-021-4/+4
| | | | | | | | | | | | |
| * | | | | | | | | | | | FirefoxThomas2018-05-027-216/+2543
| | | | | | | | | | | | |
| | | | | * | | | | | | | lint - cleanup some unused variableskumavis2018-05-038-15/+0
| | | | | | | | | | | | |
| | | | | * | | | | | | | test - network controller - remove tests for deprecated APIs + update testskumavis2018-05-031-25/+5
| | | | | | | | | | | | |
| | | | | * | | | | | | | controllers - network - move default config out of first-time-statekumavis2018-05-032-11/+15
| | | | | | | | | | | | |
| | | | | * | | | | | | | network - refactor to remove unnecesary codekumavis2018-05-013-124/+29
| | | | | | | | | | | | |
| | | | | * | | | | | | | network - remove setNetworkEndpointskumavis2018-05-0110-45/+1
| | | | | | | | | | | | |
| | | | | * | | | | | | | controllers - network - more semantic assertkumavis2018-05-011-1/+1
| | | | | |/ / / / / / /
| | | | | | * | | | | | tx-state-history-helper - use more readable Date.now methodkumavis2018-05-171-1/+1
| | | | | | | | | | | |
| | | | | | * | | | | | fix lint issuesCsaba Solya2018-05-102-2/+2
| | | | | | | | | | | |
| | | | | | * | | | | | remove unnecessary libCsaba Solya2018-05-101-1/+0
| | | | | | | | | | | |
| | | | | | * | | | | | revert unnecessary change in state managerCsaba Solya2018-05-101-13/+7
| | | | | | | | | | | |
| | | | | | * | | | | | add time stamps to transaction history log entriesCsaba Solya2018-05-105-81/+157
| |_|_|_|_|/ / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #4214 from MetaMask/tx-controller-doc-typoDan Finlay2018-05-091-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | Fix documentation error
| * | | | | | | | | | Fix documentation typobitpshr2018-05-081-1/+1
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #4196 from MetaMask/i3457-fontweightThomas Huang2018-05-0911-22/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Change font weight from 300 to 400
| * | | | | | | | | | Change font weight from 300 to 400Alexander Tseung2018-05-0611-22/+2
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #4099 from MetaMask/i4043-storybook-dev2Thomas Huang2018-05-0912-3/+3199
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | Add storybook integration
| * | | | | | | | | Add storybook README.md fileAlexander Tseung2018-05-081-0/+10
| | | | | | | | | |
| * | | | | | | | | Add storybook integrationAlexander Tseung2018-05-0411-3/+3189
| |/ / / / / / / /
* | | | | | | | | Fix Slovenian translation (#4189)Filip Å 2018-05-081-4/+4
| | | | | | | | |
* | | | | | | | | Merge pull request #4163 from MetaMask/check-nonce-ussagekumavis2018-05-084-1/+47
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Check nonce ussage
| * | | | | | | | transactions - add a nonce check utility for ui usefrankiebee2018-05-023-0/+46
| | | | | | | | |
| * | | | | | | | fix - getTxsByMetaData check if the key is in the object not if the value is ↵frankiebee2018-05-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | truthy
* | | | | | | | | Merge pull request #4156 from MetaMask/i4010-spinnerkumavis2018-05-039-10/+115
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix styling of the app spinner
| * | | | | | | | | Fix styling of the app spinnerAlexander Tseung2018-05-019-10/+115
| | | | | | | | | |
* | | | | | | | | | Merge pull request #4173 from MetaMask/chromedriverkumavis2018-05-032-182/+1360
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Pin chromedriver version to 2.36.0
| * | | | | | | | | | Remove eth-block-tracker packageAlexander Tseung2018-05-031-1/+0
| | | | | | | | | | |
| * | | | | | | | | | Pin chromedriver version to 2.36.0Alexander Tseung2018-05-032-181/+1360
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #4172 from MetaMask/nodesecuritykumavis2018-05-033-0/+319
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Adds nsp check to CircleCI tests
| * | | | | | | | | | Adds nsp check to CircleCI testsAlexander Tseung2018-05-033-0/+319
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #4166 from MetaMask/i4010-deps4Frankie2018-05-022-0/+290
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Adds path and resolve-url-loader packages for storybook integration
| * | | | | | | | | | Adds sass-loader and style-loader packages for storybook integrationAlexander Tseung2018-05-022-0/+123
| | | | | | | | | | |
| * | | | | | | | | | Adds path and resolve-url-loader packages for storybook integrationAlexander Tseung2018-05-022-0/+167
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #4164 from MetaMask/i4010-deps3Frankie2018-05-022-1395/+1723
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Adds css-loader and file-loader needed for storybook integration
| * | | | | | | | | | Adds css-loader and file-loader needed for storybook integrationAlexander Tseung2018-05-022-1395/+1723
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #4162 from MetaMask/ui-actions-pify-importNewAccountkumavis2018-05-021-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | ui - actions - importNewAccount - rethrow err on failure
| * | | | | | | | | ui - actions - importNewAccount - rethrow err on failurekumavis2018-05-021-1/+1
| | | | | | | | | |
* | | | | | | | | | Merge pull request #4143 from prettymuchbryce/blacklist-shopify-iframekumavis2018-05-011-0/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | Blacklist problematic shopify iFrame
| * | | | | | | | | Blacklist problematic shopify iFrameBryce Neal2018-05-011-0/+1
| | | | | | | | | |
* | | | | | | | | | Handle Promise rejections when importing accounts (#4142)Paul Bouchon2018-05-015-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Silently catch import failures since errors exist in Redux state * Add comment about no-op catch statement
* | | | | | | | | | Merge pull request #4144 from MetaMask/ui-actions-pify-importNewAccountkumavis2018-05-011-24/+20
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | ui - actions - importNewAccount - use async and pify for cleaner syntax
| * | | | | | | | | ui - actions - importNewAccount - use async and pify for cleaner syntaxkumavis2018-05-011-24/+20
|/ / / / / / / / /
* | | | | | | | | Merge pull request #4139 from MetaMask/sentry-enhancementsv4.6.1Thomas Huang2018-05-011-16/+34
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Sentry enhancements
| * | | | | | | | | sentry - report error-like messages using the obj messagekumavis2018-05-011-0/+10
| | | | | | | | | |
| * | | | | | | | | sentry - wrap report modifiers in a try-catchkumavis2018-05-011-16/+24
|/ / / / / / / / /
* | | | | | | | | Merge pull request #4059 from MetaMask/i-4033-seed-wordskumavis2018-05-0121-425/+475
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Use new design for Reveal Seed screen. Persist seed words only in the first time flow.
| * | | | | | | | | Redirect to correct seed phrase screenAlexander Tseung2018-04-271-2/+2
| | | | | | | | | |
| * | | | | | | | | Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ↵Alexander Tseung2018-04-2328-4150/+305
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | i-4033-seed-words
| * | | | | | | | | Use new design for reveal seed screen. Persist seed words only in first time ↵Alexander Tseung2018-04-2318-306/+461
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | flow
| * | | | | | | | | Revert "Fix UI getting stuck in Reveal Seed screen"Alexander Tseung2018-04-226-116/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 2c8156ebe91941309d49e8f8f1ed8e9d740bb9de.
* | | | | | | | | | Merge pull request #4111 from MetaMask/build-fix-sourcemapsFrankie2018-05-014-62/+103
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Build - fix sourcemaps
| * | | | | | | | | | deps - package-lockkumavis2018-04-281-51/+43
| | | | | | | | | | |
| * | | | | | | | | | development - add sourcemap debug toolkumavis2018-04-282-0/+50
| | | | | | | | | | |
| * | | | | | | | | | build - minify via gulp-uglify-es instead of uglifyifykumavis2018-04-282-11/+10
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #4121 from MetaMask/i3688-shapeshift-500skumavis2018-05-012-7/+8
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix ShapeShift purchases
| * | | | | | | | | | | Fix ShapeShift purchases on new UIbitpshr2018-04-291-6/+7
| | | | | | | | | | | |
| * | | | | | | | | | | Update old UI ShapeshiftForm to gracefully handle errorsbitpshr2018-04-291-1/+1
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #4116 from MetaMask/test-unit-ganacheThomas Huang2018-05-015-55/+114
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | Test - Move unit tests to ganache-core
| * | | | | | | | | | | deps - package-lockkumavis2018-04-281-38/+80
| | | | | | | | | | | |
| * | | | | | | | | | | test - unit - send from test accounts to avoid not-enough-balance error from ↵kumavis2018-04-282-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ganache
| * | | | | | | | | | | test - unit - use ganache instead of deprecated block-tracker test utilkumavis2018-04-282-5/+22
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #4132 from MetaMask/masterkumavis2018-04-302-18/+25
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Master
| * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #4128 from MetaMask/raven-transport-fixkumavis2018-04-302-18/+25
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | guard adainst raven erroring
| | * | | | | | | | | | | guard adainst raven erroringfrankiebee2018-04-302-18/+25
| |/ / / / / / / / / / /
* | | / / / / / / / / / Verify identities state after restoring new accounts (#4091)Paul Bouchon2018-04-301-8/+25
| |_|/ / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #4113 from ↵kumavis2018-04-284-45/+43
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MetaMask/i4107-send-tokens-without-symbols-decimal-methods Wraps calls to symbol() and decimals() in try catch (Fixes #4107)
| * | | | | | | | | | Simplify return of existing token in getSymbolAndDecimalsDan2018-04-281-4/+1
| | | | | | | | | | |
| * | | | | | | | | | Convert decimals to string in getSymbolAndDecimals; return null for symbol ↵Dan2018-04-283-20/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | or decimals.
| * | | | | | | | | | Wraps calls to symbol() and decimals() in try catchDan2018-04-283-30/+41
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #4110 from MetaMask/masterkumavis2018-04-2820-395/+862
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Develop - Add commits to develop that are already in Master
| * | | | | | | | | Merge pull request #4095 from MetaMask/v4.6.0v4.6.0Thomas Huang2018-04-2710-123/+1848
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Version 4.6.0
| | * | | | | | | | | v4.6.0kumavis2018-04-272-1/+3
| | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge pull request #4042 from MetaMask/tx-controller-rewrite-v3kumavis2018-04-2618-394/+859
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | docs and file organization for txController
| | * | | | | | | | transactions - more docs and clean upsfrankiebee2018-04-266-55/+116
| | | | | | | | | |
| | * | | | | | | | Cleaned up some typos and JSDocs in TransactionsDan Finlay2018-04-243-38/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Nonce tracker is not fully documented yet. Have not yet touched: - tx-state-manager - tx-state-history-helper - util - tx-gas-utils - pending-tx-tracker
| | * | | | | | | | transactions - fix referncesfrankiebee2018-04-202-1/+2
| | | | | | | | | |
| | * | | | | | | | Merge branch 'master' into tx-controller-rewrite-v3frankiebee2018-04-20163-3365/+14592
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | meta - transactions - docs yo!frankiebee2018-04-209-73/+351
| | | | | | | | | | |
| | * | | | | | | | | fix up - more docsfrankiebee2018-04-143-38/+77
| | | | | | | | | | |
| | * | | | | | | | | meta - transactions - code clean up and jsDocfrankiebee2018-04-142-43/+111
| | | | | | | | | | |
| | * | | | | | | | | transactions - code cleanupfrankiebee2018-04-132-58/+59
| | | | | | | | | | |
| | * | | | | | | | | transactions - lint fixesfrankiebee2018-04-113-12/+12
| | | | | | | | | | |
| | * | | | | | | | | meta - transactions - create a transactions dir in controller and move ↵frankiebee2018-04-1116-240/+255
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | relevant files into it
* | | | | | | | | | | Merge pull request #4097 from MetaMask/i4096-token-rates-errorKevin Serrano2018-04-281-1/+5
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Return 0 for token rate fetch failures
| * | | | | | | | | | | Return 0 for token rate fetch failuresbitpshr2018-04-271-1/+5
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* / | | | | | | | | | Allow transactions with 0-gwei gas price (#4073)Paul Bouchon2018-04-277-48/+80
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Allow transactions with 0-gwei gas price * Add tests to verify tx with 0 gas fee * Conditionally use CurrencyInput in CurrencyDisplay
* | | | | | | | | | Merge pull request #4065 from MetaMask/i18n-helper-bugfixDan Finlay2018-04-261-1/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | i18n-helper - abort on i18n failure
| * | | | | | | | | | i18n-helper - wrap fallback in brackets to help indicate something is wrongkumavis2018-04-261-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Return key instead of empty string on i18n failDan Finlay2018-04-261-1/+1
| | | | | | | | | | |
| * | | | | | | | | | i18n-helper - abort on i18n failurekumavis2018-04-251-1/+2
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #4083 from MetaMask/pe-bumpDan Finlay2018-04-263-42/+176
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | rpc - bump provider-engine + eth-json-rpc-filters
| * | | | | | | | | | rpc - bump provider-engine + eth-json-rpc-filterskumavis2018-04-263-42/+176
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #4068 from MetaMask/privacy-notice-patchkumavis2018-04-262-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | Clarify privacy notice
| * | | | | | | | | | Updated notices json file.Kevin Serrano2018-04-261-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Clarify privacy noticeDan Finlay2018-04-251-1/+1
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | We got an alarmed user in support because the word "account" does not clarify what is revealed, and could imply private key.
* | | | | | | | | | Merge pull request #4080 from MetaMask/AddDevelopGuideToContributingDan Finlay2018-04-261-2/+4
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add develop guide to contributing.md
| * | | | | | | | | | Add develop guide to contributing.mdDan Finlay2018-04-261-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Explain our new master-develop git branch strategy, so developers know which branch to PR against.
* | | | | | | | | | | Merge pull request #4070 from MetaMask/i3999-DeterministicBuildsDan Finlay2018-04-262-75/+1661
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | Make minified builds determinstic