aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4140 from MetaMask/v4.6.1Thomas Huang2018-05-0143-660/+887
|\ | | | | Version 4.6.1
| * Version 4.6.1kumavis2018-05-012-2/+9
| |
| * 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
| * | | | | | | 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 #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 #4131 from MetaMask/emitter-cleanupkumavis2018-05-011-7/+14
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | transactions - run event emitters outside context of _setTxStatus
| * | | | | require logfrankiebee2018-05-011-0/+1
| | | | | |
| * | | | | log emitter errorsfrankiebee2018-04-301-6/+10
| | | | | |
| * | | | | transactions - run event emitters outside context of _setTxStatusfrankiebee2018-04-301-7/+9
| | | | | |
* | | | | | 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
|/ / / /
* | | | 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 #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
| | * | | | Move uglifyify to MetaMask orgDan Finlay2018-04-261-1/+1
| | | | | |
| | * | | | Make minified builds more determinsticDan Finlay2018-04-252-75/+1661
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | May fix #3999, but will need to see if Mozilla can reproduce the build with this updated repo. Switches our `uglifyify` dependency from the production one (under-maintained) to one that I've merged a critical patch into. I'm open to discussion of how else we might approach this problem here. Maybe we should use a different minification module entirely, remove minification, or maybe refactor our build system!
| * | | | Merge pull request #4069 from MetaMask/i4056-LatestPriceApiDan Finlay2018-04-261-1/+1
| |\ \ \ \ | | |/ / / | |/| | | Use latest balanc3 api for prices
| | * | | Use latest balanc3 api for pricesDan Finlay2018-04-251-1/+1
| | | | |
* | | | | 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 #4040 from MetaMask/dm-docs-2Dan Finlay2018-04-2513-54/+764
|\ \ \ \ \ \ | | | | | | | | | | | | | | Even more documentation for various controllers and libs.
| * | | | | | lint fixDan2018-04-241-0/+1
| | | | | | |
| * | | | | | Merge branch 'master' into dm-docs-2Dan2018-04-2454-4390/+957
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #3940 from nyatla/masterDan Finlay2018-04-243-1/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Small layout and cursor problem fix.
| * | | | | | | Reduced button padding.nyatla2018-04-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Title overflowed in Japanese.
| * | | | | | | Expanded dropdown menu width of title.nyatla2018-04-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Title overflowed in Japanese.
| * | | | | | | Changed mouse cursor to "pointer" on the cancel text at the top left of the ↵nyatla2018-04-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | page.
* | | | | | | | Merge pull request #4023 from MetaMask/greenkeeper/ethjs-contract-0.2.0Dan Finlay2018-04-241-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Update ethjs-contract to the latest version 🚀
| * | | | | | | | fix(package): update ethjs-contract to version 0.2.0greenkeeper[bot]2018-04-191-1/+1
| | | | | | | | |
* | | | | | | | | Merge pull request #4062 from MetaMask/i4056-LatestPriceApiDan Finlay2018-04-241-1/+1
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | Use the metamask balanc3 dev price api
| * | | | | | | | Use the metamask balanc3 dev price apiDan Finlay2018-04-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #4056
* | | | | | | | | Merge pull request #3934 from MetaMask/node-enginesDan Finlay2018-04-241-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | package.json - update engines field to require node v8.x.x
| * | | | | | | | | package.json - update engines field to require node v8.x.xkumavis2018-04-101-1/+1
| | | | | | | | | |
* | | | | | | | | | Merge pull request #3935 from MetaMask/ci-tests-first-then-dessertDan Finlay2018-04-241-10/+11
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | ci - complete all tests before running extras
| * | | | | | | | | | ci - complete all tests before running extraskumavis2018-04-101-10/+11
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #4057 from MetaMask/sentry-bumpDan Finlay2018-04-242-4/+4
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | deps - bump sentry for more detailed fetch failure
| * | | | | | | | | deps - bump sentry for more detailed fetch failurekumavis2018-04-242-4/+4
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge pull request #4029 from MetaMask/DocumentMetaMaskControllerDan Finlay2018-04-241-131/+330
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Added docs to MM-controller
| * | | | | | | | | Linted docsDan Finlay2018-04-241-1/+1
| | | | | | | | | |
| * | | | | | | | | Linted jsdocsDan Finlay2018-04-211-52/+60
| | | | | | | | | |
| * | | | | | | | | Added docs to MM-controllerDan Finlay2018-04-191-130/+321
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #3968 from MetaMask/gh-3653Dan Finlay2018-04-2420-121/+212
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Clean up network config
| * | | | | | | | | Clean up network configAlexander Tseung2018-04-2420-121/+212
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #4028 from MetaMask/i4016-customrpcDan Finlay2018-04-241-6/+8
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix custom RPC not redirecting to Settings page
| * | | | | | | | | Fix custom RPC not redirecting to Settings pageAlexander Tseung2018-04-191-6/+8
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge pull request #4041 from MetaMask/DocumentBackgroundDan Finlay2018-04-241-2/+127
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Document Background Script
| * | | | | | | | Remove wrong charsDan Finlay2018-04-211-2/+2
| | | | | | | | |
| * | | | | | | | Add ui note to background docsDan Finlay2018-04-211-1/+1
| | | | | | | | |
| * | | | | | | | Lint background docsDan Finlay2018-04-211-12/+12
| | | | | | | | |
| * | | | | | | | Document MetaMaskState and TransactionMetaDan Finlay2018-04-211-0/+69
| | | | | | | | |
| * | | | | | | | Document Background ScriptDan Finlay2018-04-201-2/+58
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #4020 from MetaMask/i3941-jsdoc-bitpshrDan Finlay2018-04-2127-4149/+296
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Documentation
| * | | | | | | Clean up JSDoc for background scriptsbitpshr2018-04-207-24/+32
| | | | | | | |
| * | | | | | | Add more documentation to computed balances controllerbitpshr2018-04-204-6/+77
| | | | | | | |
| * | | | | | | Add JSDoc to various background scriptsbitpshr2018-04-1930-9339/+14
| | | | | | | |
| * | | | | | | Add generated docsbitpshr2018-04-1918-227/+5485
| | | | | | | |
| * | | | | | | Add JSDoc to various background scriptsbitpshr2018-04-196-70/+205
| | | | | | | |
| | | | | | * | Remove accidentally added code in message-manager.Dan2018-04-241-8/+0
| | | | | | | |
| | | | | | * | Remove unnecessary doc comment.Dan2018-04-241-2/+0
| | | | | | | |
| | | | | | * | Fix nits.Dan2018-04-244-33/+33
| | | | | | | |
| | | | | | * | Minor fixes in a number of docs.Dan2018-04-216-18/+17
| | | | | | | |
| | | | | | * | Notification manager method docs.Dan2018-04-211-4/+31
| | | | | | | |
| | | | | | * | Merge branch 'master' into dm-docs-2Dan2018-04-20117-1965/+8813
| | | | | | |\ \ | |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge pull request #4030 from MetaMask/i4014-metamask-versionThomas Huang2018-04-201-1/+9
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Show correct MetaMask version number in the Info page
| * | | | | | | | 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 words
| * | | | | | | 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 docblocks to background files
| * | | | | | 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
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Documentation for various controllers and and lib utils
| * | | | | | 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
| | | | | | |
* | | | | | | Merge pull request #3977 from MetaMask/i-3913-big-numberDan Finlay2018-04-195-25/+52
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix BigNumber exception in confirm-send-ether
| * | | | | | | 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 screen
| * | | | | | | | 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 checksum addresses on UI
| * | | | | | | | Show checksummed addresses throughout the UIbitpshr2018-04-1812-27/+46
| |/ / / / / / /
* | / / / / / / I18n - add Tamil + some Hindi fixesVikas Kumar Yadav2018-04-193-10/+923
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * removed ethereum, coinbase typos * added ebtry for tamil * removed tamil from index.json for now will start adding tamil translations very soon. * Added transaltion directory for tamil language * Added some translations till BETA * added all translations for c * completed d and e alphabets * completed fand g alphabets * Added i,j and k translations * Added l,m,n and o translations * Added translations for p,q,r and s * Completed the translations. Kept some abbreviations such as JSON, URI, HTTP, ShapeShoft as it is in the translated version itself
* | | | | | | Merge pull request #4000 from MetaMask/depsDan Finlay2018-04-182-33/+36
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | deps - update keyring controller and other eth-dependinces
| * | | | | | | 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
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Internationalize currency
| * | | | | | 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 Script
| * | | | | | | Add JSDocs Page and ScriptDan Finlay2018-04-1321-61/+4681
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes new script `npm run doc` for generating docs page.
* | | | | | | | Merge pull request #3995 from MetaMask/i3759-popupDan Finlay2018-04-1812-68/+104
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix confirmation popup not always opening
| * | | | | | | | 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
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fetch token prices based on contract address
| * \ \ \ \ \ \ \ Merge branch 'master' into i3981-contract-ratesDan Finlay2018-04-1744-141/+1166
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #3967 from MetaMask/AddTeamDocsDan Finlay2018-04-172-0/+79
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add team member documentation
| * | | | | | | | | 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
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To help exeternal contributors make sense of who is active on the project, and who they should go to to ask certain questions.
* | | | | | | | | Merge pull request #3970 from MetaMask/i3651-removeGlobalLogDan Finlay2018-04-1737-113/+172
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove reliance on window.log
| * | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Czech translation
| * | | | | | | | | | 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
| * | | | | | | | | | 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 locale
| * | | | | | | | | 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 ComposableObservableStore for subscription management
| * | | | | | | 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
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | 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
| |\ \ \ \ \ \
| * | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #3580
| | | | | | * | Even more documentation for various controllers and libs.Dan2018-04-1913-49/+742
| | | | |_|/ / | | | |/| | |
| | | * | | | 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 ↵Dan2018-04-176-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | getPrefferedLangCode functions.
| | | * | | | 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 #3938 from nyatla/masterkumavis2018-04-101-27/+72
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | Japanese langurge Transration
| * | | | | ローカライズファイル以外を元に戻したnyatla2018-04-103-3337/+1793
| | | | | |
| * | | | | Merge tag 'v4.5.5'nyatla2018-04-10184-3344/+10841
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/_locales/ja/messages.json # package-lock.json messages.jsonのローカライズ
| * | | | | | Update messages.jsonR.IIzuka2018-04-102-92/+207
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed Japanese phrases. Add some translations.
* | | | | | | Merge pull request #3894 from danjm/i3696-disablefirsttimeimportloadingkumavis2018-04-101-3/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Disable the first time flow import button while isLoading is true.
| * | | | | | | 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
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Improve fox logo performance
| * \ \ \ \ \ \ \ 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
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Update gulp-sass to the latest version 🚀
| * | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | | Update ethjs to the latest version 🚀
| * | | | | | | | | fix(package): update ethjs to version 0.3.4greenkeeper[bot]2018-04-071-1/+1
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge pull request #3921 from MetaMask/gh-3736-react-routerkumavis2018-04-1061-1787/+4799
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Add react-router integration
| * | | | | | | | 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
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cb-254
| * | | | | | | | | Fix editing transactionAlexander Tseung2018-04-061-2/+1
| | | | | | | | | |
| * | | | | | | | | Revert "commit"Alexander Tseung2018-04-064-18/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit fa8500e09ad599837f6ad1b2dfc3530195a03b33.
| * | | | | | | | | Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ↵Alexander Tseung2018-04-065-3/+6
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cb-254
| * | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | cb-254
| * | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cb-254
| * | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cb-254
| * \ \ \ \ \ \ \ \ \ \ \ 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cb-254
| * \ \ \ \ \ \ \ \ \ \ \ \ \ 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 ↵Alexander Tseung2018-02-091-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into cb-254
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'uat-next' of https://github.com/MetaMask/metamask-extension ↵Alexander Tseung2018-02-092-36/+28
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into cb-254
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'uat-next' of https://github.com/MetaMask/metamask-extension ↵Alexander Tseung2018-02-0947-173/+1349
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into cb-254
| * | | | | | | | | | | | | | | | | | | | Fix lint errorsAlexander Tseung2018-02-024-10/+3
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Checks if there is currently a send in progress before redirecting to ↵Dan2018-02-011-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | default in conf-tx
| * | | | | | | | | | | | | | | | | | | | 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 ↵Alexander Tseung2017-12-152-2/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | isInitialized
| * | | | | | | | | | | | | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | Empty vault - attempt recovery
| * | | | | | | | | | | | | | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | 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 found
| * | | | | | | | | | | | | | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | / / | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | Version 4.5.5
| * | | | | | | | | | | | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit Metamask QA Guide
| * | | | | | | | | | | | | | | | | | | | | Update QA_Guide.mdThomas Huang2018-04-061-0/+3
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Update QA_Guide.mdThomas Huang2018-04-061-1/+0
| | | | | | | | | | | | | | | | | | | | | |