aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* transactions - fix referncesfrankiebee2018-04-202-1/+2
* Merge branch 'master' into tx-controller-rewrite-v3frankiebee2018-04-20163-3365/+14592
|\
| * Merge pull request #4030 from MetaMask/i4014-metamask-versionThomas Huang2018-04-201-1/+9
| |\
| | * Show correct MetaMask version number in the Info pageAlexander Tseung2018-04-191-1/+9
| * | Merge pull request #4026 from MetaMask/i4015-oldui-seedThomas Huang2018-04-191-6/+18
| |\ \ | | |/ | |/|
| | * Fix exception thrown when revealing seed wordsAlexander Tseung2018-04-191-6/+18
| * | Merge pull request #3984 from whymarrh/3941-jsdocDan Finlay2018-04-199-48/+150
| |\ \ | | |/ | |/|
| | * Add a few missing docblocks to background filesWhymarrh Whitby2018-04-199-48/+150
| * | Merge pull request #3987 from MetaMask/dm-docs-1Dan Finlay2018-04-198-17/+389
| |\ \ | | |/ | |/|
| | * Missing bracket in docblock.Dan2018-04-191-1/+1
| | * Merge branch 'master' into dm-docs-1Dan2018-04-1992-1703/+8290
| | |\
| | * | NO MIXED TABS AND SPACESDan2018-04-193-137/+137
| | * | Documentation fix: @constant -> @propertyDan2018-04-191-1/+1
| | * | Add missing descriptions in util.jsDan2018-04-171-4/+4
| | * | Document async function as returning a promise.Dan2018-04-171-1/+1
| | * | Improve documentation of promises that return undefined.Dan2018-04-172-4/+4
| | * | Typo fixes, type fixes on the return clauses of the buyEthUrl and getPreffere...Dan2018-04-176-7/+8
| | * | Spell deprecated correctly.Dan2018-04-171-2/+2
| | * | @params -> @param fixDan2018-04-173-8/+8
| | * | Documentation for various controllers and libsDan2018-04-179-19/+387
| | * | Documentation for environemnt-type.jsDan2018-04-121-0/+9
| * | | Merge pull request #3977 from MetaMask/i-3913-big-numberDan Finlay2018-04-195-25/+52
| |\ \ \
| | * | | Fix spinner layoutAlexander Tseung2018-04-185-26/+28
| | * | | Fix BigNumber exception in confirm-send-etherAlexander Tseung2018-04-182-3/+28
| * | | | Merge pull request #4004 from MetaMask/i3955-reveal-seedDan Finlay2018-04-196-23/+116
| |\ \ \ \
| | * | | | Fix UI getting stuck in Reveal Seed screenAlexander Tseung2018-04-196-23/+116
| * | | | | Merge pull request #3998 from MetaMask/i3988-checksummed-addressDan Finlay2018-04-1912-27/+46
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Show checksummed addresses throughout the UIbitpshr2018-04-1812-27/+46
| | |/ / /
| * | / / I18n - add Tamil + some Hindi fixesVikas Kumar Yadav2018-04-193-10/+923
| | |/ / | |/| |
| * | | Merge pull request #4000 from MetaMask/depsDan Finlay2018-04-182-33/+36
| |\ \ \
| | * | | deps - update keyring controller and other eth-dependincesfrankiebee2018-04-182-33/+36
| |/ / /
| * | | Merge pull request #3853 from MetaMask/i3580-InternationalizeCurrencyDan Finlay2018-04-1812-1300/+1235
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch 'master' into i3580-InternationalizeCurrencyDan Finlay2018-04-1882-346/+6088
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #3969 from MetaMask/i3966-AddJsDocsPageThomas Huang2018-04-1821-0/+4254
| |\ \ \
| | * | | Add JSDocs Page and ScriptDan Finlay2018-04-1321-61/+4681
| | | |/ | | |/|
| * | | Merge pull request #3995 from MetaMask/i3759-popupDan Finlay2018-04-1812-68/+104
| |\ \ \
| | * | | Fix confirmation popup not always openingAlexander Tseung2018-04-1712-68/+104
| |/ / /
| * | | Merge pull request #3982 from MetaMask/i3981-contract-ratesDan Finlay2018-04-1713-92/+147
| |\ \ \
| | * \ \ Merge branch 'master' into i3981-contract-ratesDan Finlay2018-04-1744-141/+1166
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #3967 from MetaMask/AddTeamDocsDan Finlay2018-04-172-0/+79
| |\ \ \ \
| | * | | | Fix spelling typoDan Finlay2018-04-171-1/+1
| | * | | | Add Herman team documentationDan Finlay2018-04-131-0/+11
| | * | | | LintedDan Finlay2018-04-131-2/+0
| | * | | | Add Paul to team docsDan Finlay2018-04-131-0/+7
| | * | | | Add team member documentationDan Finlay2018-04-132-0/+63
| | | |/ / | | |/| |
| * | | | Merge pull request #3970 from MetaMask/i3651-removeGlobalLogDan Finlay2018-04-1737-113/+172
| |\ \ \ \
| | * | | | Require loglevel singleton in each module that uses itbitpshr2018-04-1437-113/+172
| * | | | | Merge pull request #3978 from espoem/cs-langDan Finlay2018-04-172-0/+913
| |\ \ \ \ \
| | * | | | | Fix vault translationMartin Šmíd2018-04-141-4/+4
| | * | | | | Add czech translationMartin Šmíd2018-04-142-0/+913
| | |/ / / /
| * | | | | Merge pull request #3985 from whymarrh/unused-jshintDan Finlay2018-04-171-27/+0
| |\ \ \ \ \
| | * | | | | Remove unused JSHint file, ESLint is the standardWhymarrh Whitby2018-04-171-27/+0
| | |/ / / /
| * | | | | Merge pull request #3976 from MetaMask/i3973-FixLocaleSettingskumavis2018-04-172-1/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Fix action for setting localeDan Finlay2018-04-142-1/+2
| |/ / / /
| | | * | Update CHANGELOG with information about rate fetchingbitpshr2018-04-171-1/+2
| | | * | Disable token price polling when no client is activebitpshr2018-04-174-0/+14
| | | * | Maintain token prices using a background servicebitpshr2018-04-167-81/+117
| | | * | Fetch token prices based on contract addressbitpshr2018-04-168-81/+85
| | |/ / | |/| |
| * | | Merge pull request #3975 from MetaMask/i3947-composableStoreDan Finlay2018-04-146-265/+637
| |\ \ \ | | |/ / | |/| |
| | * | Add tests for ComposableObservableStorebitpshr2018-04-142-11/+46
| | * | Add ComposableObservableStore for subscription managementbitpshr2018-04-135-265/+602
| |/ /
| | * Merge branch 'master' into i3580-InternationalizeCurrencykumavis2018-04-106-33/+994
| | |\ | | |/ | |/|
| * | Merge pull request #3938 from nyatla/masterkumavis2018-04-101-27/+72
| |\ \
| | * | ローカライズファイル以外を元に戻したnyatla2018-04-103-3337/+1793
| | * | Merge tag 'v4.5.5'nyatla2018-04-10184-3344/+10841
| | |\ \
| | * | | Update messages.jsonR.IIzuka2018-04-102-92/+207
| * | | | Merge pull request #3894 from danjm/i3696-disablefirsttimeimportloadingkumavis2018-04-101-3/+4
| |\ \ \ \
| | * | | | Disable the first time flow import button while isLoading is true.Dan2018-04-091-3/+4
| * | | | | Merge pull request #3852 from MetaMask/i3621-LogoPerformancekumavis2018-04-102-1/+3
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'master' into i3621-LogoPerformancekumavis2018-04-1098-2011/+6507
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Translate to Turkish (#3876)Mert Ozdag2018-04-102-0/+913
| * | | | | | Merge pull request #3895 from MetaMask/greenkeeper/gulp-sass-4.0.0kumavis2018-04-101-1/+1
| |\ \ \ \ \ \
| | * | | | | | fix(package): update gulp-sass to version 4.0.0greenkeeper[bot]2018-04-051-1/+1
| * | | | | | | Merge pull request #3925 from MetaMask/greenkeeper/ethjs-0.3.4kumavis2018-04-101-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | fix(package): update ethjs to version 0.3.4greenkeeper[bot]2018-04-071-1/+1
| | | | * | | | | Improve fox logo performanceDan Finlay2018-04-042-1/+3
| | | | | | | | * Add basic currency localization test.Dan2018-04-102-0/+162
| | | | | | | | * Fix integration tests so that they check for localize currency.Dan2018-04-101-4/+4
| | | | | | | | * Lint fix.Dan2018-04-102-2/+2
| | | | | | | | * Merge branch 'master' into i3580-InternationalizeCurrencyDan2018-04-10104-3163/+5310
| | | | | | | | |\ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Merge pull request #3921 from MetaMask/gh-3736-react-routerkumavis2018-04-1061-1787/+4799
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Fix integration testsAlexander Tseung2018-04-076-19/+39
| | * | | | | | | Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ...Alexander Tseung2018-04-0617-49/+315
| | |\ \ \ \ \ \ \
| | * | | | | | | | Fix editing transactionAlexander Tseung2018-04-061-2/+1
| | * | | | | | | | Revert "commit"Alexander Tseung2018-04-064-18/+7
| | * | | | | | | | Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ...Alexander Tseung2018-04-065-3/+6
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | commitAlexander Tseung2018-04-064-7/+18
| | * | | | | | | | | Fix confirm-sig-requests integration testAlexander Tseung2018-04-051-3/+3
| | * | | | | | | | | Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ...Alexander Tseung2018-04-0513-95/+239
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / | | | |/| | | | | | |
| | * | | | | | | | | Fix integration testsAlexander Tseung2018-04-053-7/+28
| | * | | | | | | | | Use new design for showing seed wordsAlexander Tseung2018-04-041-1/+13
| | * | | | | | | | | commitAlexander Tseung2018-04-041-8/+2
| | * | | | | | | | | Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ...Alexander Tseung2018-04-0424-156/+250
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Fix transaction confirmationsAlexander Tseung2018-04-044-35/+161
| | * | | | | | | | | | Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ...Alexander Tseung2018-04-036-17/+93
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Fix merge conflicts. Modify send workflowAlexander Tseung2018-04-0348-808/+5271
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Fix lint errorsAlexander Tseung2018-04-0313-414/+21
| | * | | | | | | | | | | | Add withRouter to I18nProvider componentAlexander Tseung2018-04-031-1/+6
| | * | | | | | | | | | | | Refactor onboarding flowAlexander Tseung2018-04-0216-235/+403
| | * | | | | | | | | | | | Fix conf-tx renderAlexander Tseung2018-03-313-7/+50
| | * | | | | | | | | | | | Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ...Alexander Tseung2018-03-315-23/+26
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ Fix merge conflictsAlexander Tseung2018-03-31101-944/+1774
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Fix merge conflicts. Refactor renderPrimary into Home componentAlexander Tseung2018-03-3110-610/+694
| | * | | | | | | | | | | | | | Fix i18n merge conflictsAlexander Tseung2018-03-30120-849/+2004
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | Fix merge conflicts. Refactor onboarding flow.Alexander Tseung2018-03-2918-91/+176
| | * | | | | | | | | | | | | | | Fix merge conflictsAlexander Tseung2018-03-27267-5943/+47127
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | Fix react-router related exceptionsAlexander Tseung2018-02-102-2/+2
| | * | | | | | | | | | | | | | | | Merge branch 'uat-next' of https://github.com/MetaMask/metamask-extension int...Alexander Tseung2018-02-091-3/+3
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'uat-next' of https://github.com/MetaMask/metamask-extension int...Alexander Tseung2018-02-092-36/+28
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'uat-next' of https://github.com/MetaMask/metamask-extension int...Alexander Tseung2018-02-0947-173/+1349
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | Fix lint errorsAlexander Tseung2018-02-024-10/+3
| | * | | | | | | | | | | | | | | | | | | Checks if there is currently a send in progress before redirecting to default...Dan2018-02-011-3/+7
| | * | | | | | | | | | | | | | | | | | | Fix merge conflicts from uat-nextAlexander Tseung2018-02-0140-230/+1152
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | Add create new account routes, fix conflicts from uat updatesAlexander Tseung2018-02-0120-643/+674
| | * | | | | | | | | | | | | | | | | | | | Merge branch 'uat' of https://github.com/MetaMask/metamask-extension into cb-254Alexander Tseung2018-01-30111-2410/+6087
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | Add prop-types to package.json, redirect from create-password screen when isI...Alexander Tseung2017-12-152-2/+22
| | * | | | | | | | | | | | | | | | | | | | | Add route for signature requestAlexander Tseung2017-12-156-305/+454
| | * | | | | | | | | | | | | | | | | | | | | Add initialized checks for first time flow routesAlexander Tseung2017-12-156-83/+60
| | * | | | | | | | | | | | | | | | | | | | | Add route for Mascara confirm seedAlexander Tseung2017-12-154-120/+151
| | * | | | | | | | | | | | | | | | | | | | | Fix lint errorsAlexander Tseung2017-12-154-14/+44
| | * | | | | | | | | | | | | | | | | | | | | Add routes for mascaraAlexander Tseung2017-12-1513-198/+296
| | * | | | | | | | | | | | | | | | | | | | | Add react-router to allow use of the browser back buttonAlexander Tseung2017-12-1543-1468/+2065
| * | | | | | | | | | | | | | | | | | | | | | Merge pull request #3922 from MetaMask/empty-vault-fixkumavis2018-04-071-3/+31
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | metamask - never persist if state is missingkumavis2018-04-071-1/+4
| | * | | | | | | | | | | | | | | | | | | | | | metamask - never persist if state is missing datakumavis2018-04-071-3/+6
| | * | | | | | | | | | | | | | | | | | | | | | metamask - attempt recovery from empty vaultkumavis2018-04-071-0/+22
| | | | | | | | | | | | | | | | | | | | | | | * Internationalize converted value in confirm screensDan2018-04-102-4/+36
| | | | | | | | | | | | | | | | | | | | | | | * Internationalize converted value in currency-input.jsDan2018-04-101-10/+25
| | | | | | | | | | | | | | | | | | | | | | | * Improve display of crypto currencies when selected as the 'Current Conversion'Dan2018-04-102-35/+1206
| | | | | | | | | | | | | | | | | | | | | | | * Fix and improve testDan Finlay2018-04-041-2/+12
| | | | | | | | | | | | | | | | | | | | | | | * LintedDan Finlay2018-04-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | * Bump changelogDan Finlay2018-04-041-0/+2
| | | | | | | | | | | | | | | | | | | | | | | * Internationalize currencyDan Finlay2018-04-044-1/+44
* | | | | | | | | | | | | | | | | | | | | | | | 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 releva...frankiebee2018-04-1116-240/+255
|/ / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #3917 from MetaMask/kumavis-patch-3Frankie2018-04-071-2/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | tx-state-manager - dont remove old tx history if candidate is not foundkumavis2018-04-071-2/+4
| |/ / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #3916 from MetaMask/4.5.5Frankie2018-04-072-1/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | / / | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | 4.5.5v4.5.5kumavis2018-04-072-1/+3
| * | | | | | | | | | | | | | | | | | | | | changelog - add changes for v4.5.5kumavis2018-04-071-1/+7
| * | | | | | | | | | | | | | | | | | | | | v4.5.4kumavis2018-04-072-1/+3
| * | | | | | | | | | | | | | | | | | | | | changelog - add missing entrieskumavis2018-04-071-1/+3
|/ / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | Merge pull request #3901 from MetaMask/MM-QA-Guidekumavis2018-04-061-0/+48
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | Update QA_Guide.mdThomas Huang2018-04-061-0/+3
| * | | | | | | | | | | | | | | | | | | | | Update QA_Guide.mdThomas Huang2018-04-061-1/+0
| * | | | | | | | | | | | | | | | | | | | | UpdateThomas2018-04-061-2/+4
| * | | | | | | | | | | | | | | | | | | | | Commit Metamask QA GuideThomas2018-04-061-0/+44
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #3907 from MetaMask/fix-all-migrationskumavis2018-04-069-89/+124
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | migrations - back fixesfrankiebee2018-04-069-89/+124
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #3906 from MetaMask/migration-25Thomas Huang2018-04-064-3/+133
|\| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | create migration 25frankiebee2018-04-064-3/+112
| * | | | | | | | | | | | | | | | | | | | | test - run live migrations over first time statefrankiebee2018-04-061-4/+25
|/ / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | Merge pull request #3904 from MetaMask/migrations-templateFrankie2018-04-062-0/+46
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | meta - create a migration templatefrankiebee2018-04-062-0/+46
|/ / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | Merge pull request #3857 from MetaMask/match-local-localecodeskumavis2018-04-061-2/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | Map existingLocaleCodes and userPreferredLocaleCodes to lower case in get-fir...Dan2018-04-041-2/+4
| * | | | | | | | | | | | | | | | | | | | | Ensure get-first-preferred-lang-code.js matches locale codes from local direc...Dan2018-04-041-1/+1
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge pull request #3883 from danjm/i3685-define-event-privatekey-importkumavis2018-04-061-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | event object actually passed to this.createKeyringOnEnter in private-key.jsDan2018-04-051-1/+2
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge pull request #3887 from MetaMask/i#3886kumavis2018-04-062-27/+27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | transactions - _normalizeTxParams will now return a new object for txParamsfrankiebee2018-04-062-40/+27
| * | | | | | | | | | | | | | | | | | | | | transactions - remove unnecessary keys on txParamsfrankiebee2018-04-052-1/+14
| |/ / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | Merge pull request #3900 from MetaMask/migration-error-reportFrankie2018-04-064-14/+80
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | migrator - dont overwrite error stack and warn to consolekumavis2018-04-061-2/+5
| * | | | | | | | | | | | | | | | | | | | | migrator - fix typokumavis2018-04-061-1/+1
| * | | | | | | | | | | | | | | | | | | | | migrations - report migrations errors to sentry with vault structurekumavis2018-04-064-14/+77
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #3892 from alextsg/gh-3891kumavis2018-04-062-1/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Fix populating txParams with undefined dataAlexander Tseung2018-04-062-1/+10
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #3899 from MetaMask/migration-24-fixkumavis2018-04-062-1/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | make migration-24 compat with first-time-statefrankiebee2018-04-062-1/+13
| | |_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge pull request #3865 from MetaMask/openlinkinnewwindowThomas Huang2018-04-062-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Bump ChangelogKevin Serrano2018-04-051-0/+1
| * | | | | | | | | | | | | | | | | | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into openlink...Kevin Serrano2018-04-0513-95/+239
| |\| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Make token helpscout link open in new tab.Kevin Serrano2018-04-041-0/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #3882 from MetaMask/i#3791Kevin Serrano2018-04-053-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Change double-quotes to single-quotesThomas2018-04-052-2/+2
| * | | | | | | | | | | | | | | | | | | Update ChangelogThomas2018-04-051-0/+2
| * | | | | | | | | | | | | | | | | | | Merge branch 'master' into i#3791Thomas2018-04-052-1/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Add target=_blank exportAsFileThomas2018-04-052-0/+2
| | |_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge pull request #3884 from danjm/i3874-send-eth-to-selfKevin Serrano2018-04-051-3/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Allow from and to address to be the same in new-ui.Dan2018-04-051-3/+0
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge pull request #3880 from MetaMask/v4.5.3v4.5.3Thomas Huang2018-04-052-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | 4.5.3kumavis2018-04-052-1/+3
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge pull request #3879 from MetaMask/normalize-transactionskumavis2018-04-058-89/+220
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | transactions - make #_validateTxParams not async and "linting" wink wink nudg...frankiebee2018-04-052-18/+20
| * | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ...frankiebee2018-04-056-6/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #3878 from MetaMask/hot-fix-for-new-uikumavis2018-04-052-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | add to CHANGELOG.mdfrankiebee2018-04-051-0/+2
| * | | | | | | | | | | | | | | | | | hot-fix new-ui - default to an object if identities is undefinedfrankiebee2018-04-051-1/+2
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge pull request #3875 from danjm/i3837-to-field-rinkeby-kovanThomas Huang2018-04-051-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Don't prevent user from setting an eth address in to field if there is no ens...Dan2018-04-051-2/+2
* | | | | | | | | | | | | | | | | | | Merge pull request #3869 from MetaMask/4.5.2kumavis2018-04-052-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | 4.5.2v4.5.2kumavis2018-04-052-1/+3
|/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | Merge pull request #3868 from MetaMask/chainid-fixkumavis2018-04-052-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | changelog - add note on txParams.chainId validation changekumavis2018-04-051-0/+2
| * | | | | | | | | | | | | | | | | | tx - txParams - allow chainId to be a hex stringkumavis2018-04-041-1/+1
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge pull request #3862 from MetaMask/webby-awards-fixKevin Serrano2018-04-041-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Add webby awards to web3 block list.Dan Finlay2018-04-041-1/+5
|/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | add to CHANGELOG.mdfrankiebee2018-04-051-0/+2
| * | | | | | | | | | | | | | | | hot-fix - migrate unaproved txParams so that the from is lowercasefrankiebee2018-04-053-0/+83
| * | | | | | | | | | | | | | | | transactions - normalize txParamsfrankiebee2018-04-054-80/+125
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #3834 from MetaMask/3734kumavis2018-04-044-17/+37
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Address feedbackDavid Yoo2018-04-042-8/+24
| * | | | | | | | | | | | | | | | Fix testsDavid Yoo2018-04-031-1/+1
| * | | | | | | | | | | | | | | | Address Add Token design feedbackDavid Yoo2018-04-033-8/+12
* | | | | | | | | | | | | | | | | Merge pull request #3854 from MetaMask/v4.5.1Dan Finlay2018-04-042-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | 4.5.1v.4.5.1kumavis2018-04-042-1/+3
| * | | | | | | | | | | | | | | | | changelog - add note on fixed NODE_ENV side effectskumavis2018-04-041-0/+3
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge pull request #3848 from MetaMask/i#3841kumavis2018-04-041-2/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | tx-state-manager - validateTxParams - validate chainId is Numberkumavis2018-04-041-2/+10
| * | | | | | | | | | | | | | | | transactions - dont throw if chain id is not a stringfrankiebee2018-04-041-2/+2
* | | | | | | | | | | | | | | | | Merge pull request #3850 from MetaMask/ci-improvementsThomas Huang2018-04-045-74/+144
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | ci - metamaskbot-announce - gracefully handle missing PRkumavis2018-04-041-47/+58
| * | | | | | | | | | | | | | | | ci - job-publish - publish source+sourcemaps to sentry if new releasekumavis2018-04-044-11/+63
| * | | | | | | | | | | | | | | | ci - metamaskbot announce - js style changekumavis2018-04-041-5/+5
| * | | | | | | | | | | | | | | | ci - rename job-announce to job-publishkumavis2018-04-041-2/+2
| * | | | | | | | | | | | | | | | ci - announce - add sourcemaps to artifactskumavis2018-04-041-0/+3
| * | | | | | | | | | | | | | | | ci - load npm deps by revision to always get latest for buildkumavis2018-04-041-12/+16
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #3846 from MetaMask/fetch-err-warnkumavis2018-04-045-44/+38
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | app - currency - fix typo + prefer log over consolekumavis2018-04-041-2/+3
| * | | | | | | | | | | | | | | app - currency - fix typokumavis2018-04-041-1/+1
| * | | | | | | | | | | | | | | app - warn on fetch errors instead of spamming sentrykumavis2018-04-045-44/+37
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge pull request #3845 from MetaMask/build-fix-envThomas Huang2018-04-048-18/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | build - correctly set METAMASK_ENV via envifykumavis2018-04-048-18/+15
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #3835 from MetaMask/4.5.0v4.5.0Thomas Huang2018-04-032-3/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | 4.5.0kumavis2018-04-032-2/+4
| * | | | | | | | | | | | | | changelog - add note on localeskumavis2018-04-031-1/+2
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #3830 from MetaMask/build-perfThomas Huang2018-04-033-13/+87
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of github.com:MetaMask/metamask-extension into build-perfkumavis2018-04-0341-974/+4192
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | build - use uglifyify and gulp-multi-process for better performancekumavis2018-03-313-64/+91
* | | | | | | | | | | | | | | Merge pull request #3833 from MetaMask/ci-patchkumavis2018-04-031-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | ci - dont log unneeded env varkumavis2018-04-031-1/+0
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #3831 from MetaMask/i#3770Frankie2018-04-034-6/+42
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | tests - fix txController tests so that txMetas have a from feildfrankiebee2018-04-031-2/+4
| * | | | | | | | | | | | | | transactions gasLimit - use the block gasLimit if getCode failsfrankiebee2018-04-032-3/+6
| * | | | | | | | | | | | | | transactions validationt - valdate from field on txParamsfrankiebee2018-04-032-1/+32
* | | | | | | | | | | | | | | Merge pull request #3805 from MetaMask/ci-screenskumavis2018-04-0310-355/+3156
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ci-screenskumavis2018-04-0313-351/+341
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #3828 from MetaMask/lint-sys-fixkumavis2018-04-038-8/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into lint-sys-fixkumavis2018-04-0318-302/+646
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | lint - remove use of 'event' globalkumavis2018-04-032-3/+3
| * | | | | | | | | | | | | | | | lint - rules - disallow 'event' globalkumavis2018-04-031-0/+1
| * | | | | | | | | | | | | | | | old-ui - lint fixeskumavis2018-04-034-4/+1
| * | | | | | | | | | | | | | | | lint - include old uikumavis2018-04-031-2/+2
| | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #3825 from danjm/i3668-warnusertxsimulationfailsThomas Huang2018-04-035-343/+335
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Adds simulation failure error messages to confirm screen.Dan2018-04-034-0/+44