aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | Fix rendering QR code in old UI, hide unnecessary back buttonAlexander Tseung2018-01-172-1/+4
| | | | | |
| | * | | | Merge pull request #3007 from alextsg/uat-master-011618Chi Kei Chan2018-01-1824-84/+395
| | |\ \ \ \ | | | | | | | | | | | | | | [NewUI] Merge master into uat branch
| | | * | | | Fix merge conflictsAlexander Tseung2018-01-171-5/+14
| | | | | | |
| | | * | | | Merge branch 'uat' into uat-master-011618Alexander Tseung2018-01-17351-3712/+39761
| |_|/| | | | |/| | |/ / /
* | | | | | Merge pull request #2996 from MetaMask/Version-3.13.5Thomas Huang2018-01-172-1/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Version 3.13.5
| * | | | | | Version 3.13.5v3.13.5Dan Finlay2018-01-172-1/+3
|/ / / / / /
* | | | | | Merge pull request #2983 from MetaMask/i2907-NoCodeGasLimitkumavis2018-01-172-6/+24
|\ \ \ \ \ \ | | | | | | | | | | | | | | Set gas limit to 21k for recipients with no code
| * \ \ \ \ \ Merge branch 'master' into i2907-NoCodeGasLimitDan Finlay2018-01-173-0/+5
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #2929 from MetaMask/i2779-FirefoxSpecifyAccountDetailHeightkumavis2018-01-173-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | I2779 firefox specify account detail height
| * \ \ \ \ \ \ Merge branch 'master' into i2779-FirefoxSpecifyAccountDetailHeightDan Finlay2018-01-176-18/+56
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Merge branch 'master' into i2779-FirefoxSpecifyAccountDetailHeightDan Finlay2018-01-1611-29/+116
| |\ \ \ \ \ \ \
| * | | | | | | | Edit: Fix Firefox scrollbar ChangelogThomas Huang2018-01-161-1/+1
| | | | | | | | |
| * | | | | | | | Bump ChangelogThomas2018-01-161-0/+3
| | | | | | | | |
| * | | | | | | | Add max height for Firefox addon overflow and hide horizontal scrolltmashuang2018-01-111-0/+2
| | | | | | | | |
| * | | | | | | | Add one px to address for Firefox clippingtmashuang2018-01-111-0/+1
| | | | | | | | |
| | | * | | | | | Create new flag for simple sends to avoid overloading other flagDan Finlay2018-01-171-2/+2
| | | | | | | | |
| | | * | | | | | Merge branch 'master' into i2907-NoCodeGasLimitkumavis2018-01-176-18/+56
| | | |\ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #2984 from MetaMask/RenameLockToLogoutThomas Huang2018-01-171-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Rename lock to log out
| * | | | | | | | | Rename lock to log outDan Finlay2018-01-161-1/+1
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #2475
* | | | | | | | | Merge pull request #2962 from MetaMask/open-popupDan Finlay2018-01-165-17/+55
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Open popup before estimateGas finishes
| * | | | | | | | Merge branch 'master' into open-popupFrankie2018-01-169-26/+90
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | add to CHANGELOG.mdfrankiebee2018-01-161-0/+2
| | | | | | | | |
| * | | | | | | | test - fix to match expected behaviorfrankiebee2018-01-151-14/+28
| | | | | | | | |
| * | | | | | | | test - create ethJsQuery stubfrankiebee2018-01-151-1/+14
| | | | | | | | |
| * | | | | | | | transactions - emit 'newUnapprovedTx' before estimateGas finishesfrankiebee2018-01-151-2/+6
| | | | | | | | |
| * | | | | | | | add a loading spinner to conf-tx viewfrankiebee2018-01-151-0/+6
| | | | | | | | |
| | | * | | | | | Merge branch 'master' into i2907-NoCodeGasLimitDan Finlay2018-01-164-15/+78
| | | |\ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #2953 from MetaMask/i2826-SignBytesFrankie2018-01-162-4/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix signTypedData bytes signing
| * \ \ \ \ \ \ \ \ Merge branch 'master' into i2826-SignBytesFrankie2018-01-163-11/+75
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #2936 from MetaMask/i2925-BetterGasEstimationDan Finlay2018-01-163-11/+76
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Improve gas price estimation by backfilling recent-blocks
| * | | | | | | | | | Prefer passing a provider over an ethQuery instanceDan Finlay2018-01-132-8/+4
| | | | | | | | | | |
| * | | | | | | | | | Improve gas price estimation by backfilling recent-blocksDan Finlay2018-01-123-9/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When first initializing, recent-block controller now back-fills up to its desired history length. This makes estimated gas prices reflect a longer recent history, even when first switching to a new network. Fixes #2925
| | * | | | | | | | | Merge branch 'master' into i2826-SignBytesDan Finlay2018-01-164-7/+8
| | |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| | * | | | | | | | | Bump keyringController versionDan Finlay2018-01-161-3/+1
| | | | | | | | | | |
| | * | | | | | | | | Fix signTypedData bytes signingDan Finlay2018-01-142-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #2826
| | | | | * | | | | | Set gas limit to 21k for recipients with no codeDan Finlay2018-01-162-5/+24
| |_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #2907
* | | | | | | | | | Merge pull request #2862 from wbt/UpdateNoticeDan Finlay2018-01-162-3/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Update notice
| * | | | | | | | | | Cut statement about test network defaultwbt2018-01-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing inaccurate statement that default is test network, because most users now connect to the main network by default. See also https://github.com/MetaMask/metamask-extension/commit/f6e551ef5f3773cf5637c2ae0e11fdeb5f40645b
| * | | | | | | | | | Cut statement about test network defaultwbt2018-01-051-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing inaccurate statement that default is test network, because most users now connect to the main network by default. See also https://github.com/MetaMask/metamask-extension/commit/f6e551ef5f3773cf5637c2ae0e11fdeb5f40645b
* | | | | | | | | | | Merge pull request #2900 from MetaMask/infura-rest-apikumavis2018-01-162-4/+7
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | Provider - Use Infura rest api for infura networks
| * | | | | | | | | | Merge branch 'master' into infura-rest-apikumavis2018-01-126-5/+32
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / | | |/| | | | | | | |
| * | | | | | | | | | deps - bump eth-json-infurakumavis2018-01-101-1/+1
| | | | | | | | | | |
| * | | | | | | | | | provider - infura - use infura REST apikumavis2018-01-092-4/+7
| | | | | | | | | | |
| * | | | | | | | | | bugfix - transactions controller - breakout logic and fix order of ↵kumavis2018-01-091-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | operations bug
* | | | | | | | | | | Merge pull request #2909 from MetaMask/UpdateSupportLinksKevin Serrano2018-01-132-4/+4
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | Update support links for helpscout
| * | | | | | | | | | Use httpsDan Finlay2018-01-132-2/+2
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'UpdateReadmeSupportLink' into UpdateSupportLinksDan Finlay2018-01-136-5/+30
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Update support link on readmeDan Finlay2018-01-131-1/+1
| |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #2926 from MetaMask/gulp-npmlsDan Finlay2018-01-122-3/+16
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | build - add 'deps' step that records output of 'npm ls' into build
| * | | | | | | | | | build - add 'deps' step that records output of 'npm ls' into buildkumavis2018-01-111-1/+15
| | | | | | | | | | |
| * | | | | | | | | | deps - gulp in dev deps onlykumavis2018-01-111-2/+1
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #2917 from x86kernel/ci/add-ko-localekumavis2018-01-121-0/+10
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | Add korean localization file
| * | | | | | | | | ci(ko/messages.json): add korean localization filex86kernel2018-01-101-0/+10
|/ / / / / / / / /
* | | | | | | | | Merge pull request #2906 from MetaMask/Version-3.13.4Thomas Huang2018-01-102-1/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Version 3.13.4
| * | | | | | | | | Version 3.13.4v3.13.4Dan Finlay2018-01-102-1/+3
|/ / / / / / / / /
| | * / / / / / / Update support links for helpscoutDan Finlay2018-01-101-3/+3
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #2855 from abitrolly/patch-2kumavis2018-01-091-1/+0
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | info.js Remove width element to fix email layout
| * | | | | | | | info.js Remove width element to fix email layoutAnatoli Babenia2018-01-041-1/+0
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #2902 from MetaMask/DefaultToOneGweiDan Finlay2018-01-091-1/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Default to 1 gwei for empty blocks
| * \ \ \ \ \ \ \ Merge branch 'master' into DefaultToOneGweiDan Finlay2018-01-091-1/+1
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #2796 from MetaMask/filter-case-sensitiveDan Finlay2018-01-091-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | bugfix: deps - eth-json-rpc-filters@1.2.5
| * | | | | | | | | deps - eth-json-rpc-filters@1.2.5kumavis2017-12-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix case sensitive address check in filters
* | | | | | | | | | Merge pull request #2901 from MetaMask/DefaultToOneGweikumavis2018-01-092-0/+25
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Default gas estimate to 1 gwei for networks with no block activity
* \ \ \ \ \ \ \ \ \ \ Merge pull request #2899 from MetaMask/danfinlay-patch-1kumavis2018-01-091-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Default to estimating 1 gwei for empty blocks.
| * | | | | | | | | | | Default to estimating 1 gwei for empty blocks.Dan Finlay2018-01-091-1/+1
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | To avoid estimating 0 gwei on low-traffic private networks.
| | | * / / / / / / / Default to 1 gwei for empty blocksDan Finlay2018-01-091-2/+3
| | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Add test for gas estimate defaultDan Finlay2018-01-091-0/+19
| | | | | | | | | |
| * | | | | | | | | Default gas estimate to 1 gwei for networks with no block activityDan Finlay2018-01-091-0/+6
|/ / / / / / / / /
* | | | | | | | | Merge pull request #2896 from MetaMask/kumavis-patch-2Dan Finlay2018-01-091-2/+4
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | bugfix - transaction controller - fix order of operations
| * | | | | | | | bugfix - transactions controller - breakout logic and fix order of ↵kumavis2018-01-091-2/+4
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | operations bug
* | | | | | | | Merge pull request #2854 from MetaMask/UpdateVinyl-BufferPackagekumavis2018-01-091-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Update vinyl-buffer to version 1.0.1
| * | | | | | | | Update vinyl-buffer to version 1.0.1Thomas Huang2018-01-041-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #2891 from MetaMask/i2621-0xRecipientAddressThomas Huang2018-01-093-0/+44
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Account for 0x/empty string recipient
| * \ \ \ \ \ \ \ Merge branch 'master' into i2621-0xRecipientAddressDan Finlay2018-01-096-2/+57
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Account for 0x/empty string address and contract creationThomas2018-01-083-0/+44
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #2851 from MetaMask/i2812-seedworderrorfixKevin Serrano2018-01-094-6/+34
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Fix condition where failing seed word checks would infinite-spin future attempts.
| * | | | | | | | Update CHANGELOG.mdKevin Serrano2018-01-091-0/+1
| | | | | | | | |
| * | | | | | | | Test for failure of the async methods.Kevin Serrano2018-01-041-2/+20
| | | | | | | | |
| * | | | | | | | Add fix for infinite spinner for incorrect seed phrase.Kevin Serrano2018-01-042-4/+13
| | | | | | | | |
* | | | | | | | | Merge pull request #2879 from MetaMask/ImproveGasEstimationDan Finlay2018-01-096-2/+57
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Improve gas estimation
| * | | | | | | | Fix feature to workDan Finlay2018-01-063-6/+16
| | | | | | | | |
| * | | | | | | | LintedDan Finlay2018-01-061-3/+0
| | | | | | | | |
| * | | | | | | | Bump changelogDan Finlay2018-01-061-0/+1
| | | | | | | | |
| * | | | | | | | Derive gas price estimate from previous transactionsDan Finlay2018-01-064-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Return the 50th percentile lowest gas price of the previous 20 blocks.
| * | | | | | | | Add test for better gas estimationDan Finlay2018-01-061-0/+25
|/ / / / / / / /
| | | | * | | | Readjust gas fees when switching networks on the send screenAlexander Tseung2018-01-172-22/+44
| | | | | | | |
| | | | * | | | Vertically centers the text of the new ui modal header. (#2987)Dan J Miller2018-01-171-0/+1
| | | | | | | |
| | | | * | | | Adding one or more tokens sets the selected token before returning the user ↵Dan J Miller2018-01-172-0/+8
| | | | |/ / / | | | | | | | | | | | | | | | | | | | | | to the main screen. (#2995)
| | | | * | | [NewUI-flat] Fix gulp build (#2975)Dan J Miller2018-01-163-14/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Only run uglify when building for prod; set environment when building for prod; use gulp-uglify-es. * Revert change of dist script.
| | | | * | | Restore display of all unconfirmed transactions.Dan2018-01-161-34/+34
| | | | | | |
| | | | * | | Fix send screen value inputAlexander Tseung2018-01-161-3/+11
| | | | | | |
| | | | * | | Fix Hide Token modal styling, popup positioningAlexander Tseung2018-01-164-25/+15
| | | | | | |
| | | | * | | Merge pull request #2964 from alextsg/cb-505cDan Finlay2018-01-161-1/+1
| | | | |\ \ \ | | | | | | | | | | | | | | | | [NewUI] Move blockies option to the bottom of Settings
| | | | | * | | Move blockies option to the bottom of SettingsAlexander Tseung2018-01-151-1/+1
| | | | | | | |
| | | | * | | | [NewUI] Place all users of extension into old UI (disable auto adding). (#2946)Dan J Miller2018-01-163-26/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Place all users of extension into old UI (disable auto adding). * Fix lint errors.
| | | | * | | | Fix confirm Add Token button orderAlexander Tseung2018-01-131-4/+4
| | | | | | | |
| | | | * | | | Fix Add Token button order, stylingAlexander Tseung2018-01-132-14/+16
| | | | | | | |
| | | | * | | | Fix input box padding and select highlight in new account create and import ↵Dan2018-01-132-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | page.
| | | | * | | | New add account page with create and import options.Dan2018-01-1313-95/+475
| | | | | | | |
| | | | * | | | Merge pull request #2928 from alextsg/cb-388Chi Kei Chan2018-01-1324-234/+284
| | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | [NewUI] Update main view styling
| | | | | * \ \ \ Merge branch 'uat' into cb-388Chi Kei Chan2018-01-130-0/+0
| | | | | |\ \ \ \ | | | | | |/ / / / | | | | |/| | | |
| | | | | * | | | Merge branch 'uat' into cb-388Chi Kei Chan2018-01-1324-315/+758
| | | | | |\ \ \ \ | | | | | |/ / / / | | | | |/| | | |
| | | | * | | | | Fix styling in initializationAlexander Tseung2018-01-133-7/+21
| | | | | |/ / / | | | | |/| | |
| | | | * | | | [NewUI-flat] New deposit ether modal UI. (#2642)Dan J Miller2018-01-1314-318/+717
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New deposit ether modal. * New deposit modal full screen on mobile, and other style fixes. * Hide shapeshift option from deposit modal for now. * Add shapeshift form to new deposit modal. * Store recipient address for shapeshift tx in background. * Use Simpledropdown to achieve desired styling in coin selector. * Lint fix * Fix typos and remove dead code. * Remove storage of shapeshift receiving address from background. * Fix typos
| | | | * | | | Fix margin styling for name and address in account detail section. (#2790)Dan J Miller2018-01-122-3/+4
| | | | | | | |
| | | | * | | | [NewUI] Build mascara with uglification and gzipping. (#2735)Dan J Miller2018-01-124-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adds uglification and gzipping. * Build mascara with uglification and gzipping. * Remove gzipping from extension build.
| | | | * | | | Fix logging out of old UI causing infinite spinner (#2914)Alexander Tseung2018-01-122-2/+6
| | | | | | | |
| | | | * | | | Fix padding of a hovered tx-list-item (#2859)Dan J Miller2018-01-121-1/+1
| | | | | | | |
| | | | | * | | Fix token balance colorAlexander Tseung2018-01-121-1/+3
| | | | | | | |
| | | | | * | | Fix lint errorsAlexander Tseung2018-01-121-1/+0
| | | | | | | |
| | | | | * | | Change styling for network dropdownAlexander Tseung2018-01-122-58/+25
| | | | | | | |
| | | | | * | | Update styling for buttons, font weightsAlexander Tseung2018-01-1216-125/+83
| | | | | | | |
| | | | | * | | Update main view stylingAlexander Tseung2018-01-1113-85/+198
| | | | |/ / /
| | | | * | | 4.0.9kumavis2018-01-091-1/+1
| | | | | | |
| | | | * | | ui - fix font path namekumavis2018-01-091-2/+2
| | | | | | |
| | | | * | | Merge pull request #2848 from MetaMask/NewUI-flatAlexander Tseung2018-01-0412-1313/+2204
| | | | |\ \ \ | | | | | | | | | | | | | | | | [NewUI] Merge NewUI-flat into uat
| | | | | * \ \ Merge pull request #2845 from alextsg/NewUI-flat-4.0.5cAlexander Tseung2018-01-0410-14/+115
| | | | | |\ \ \ | | | | | | | | | | | | | | | | | | [NewUI] Merge master into NewUI-flat
| | | | | | * | | Fix merge conflictAlexander Tseung2018-01-041-1/+0
| | | | | | | | |
| | | | | | * | | Merge branch 'NewUI-flat' into NewUI-flat-4.0.5cAlexander Tseung2018-01-04338-3279/+38277
| |_|_|_|_|/| | | |/| | | | |/ / /
| | | | | * | | Fix sign typed dataAlexander Tseung2017-12-302-1298/+2088
| | | | | | | |
| | | | | * | | Fix mascara first time flow button colorsAlexander Tseung2017-12-301-3/+3
| | | | | | | |
* | | | | | | | Merge pull request #2783 from MetaMask/tx-param-vaalidationkumavis2018-01-032-2/+10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | transactions - throw error if txParams.value contains a decimal
| * | | | | | | | tx-gas-utils - tx-param-validation - use more intuitive checkkumavis2018-01-031-2/+2
| | | | | | | | |
| * | | | | | | | Merge branch 'master' into tx-param-vaalidationFrankie2017-12-225-18/+122
| |\ \ \ \ \ \ \ \
| * | | | | | | | | SpellingDan Finlay2017-12-221-1/+1
| | | | | | | | | |
| * | | | | | | | | add to CHANGELOG.mdfrankiebee2017-12-211-0/+2
| | | | | | | | | |
| * | | | | | | | | transactions - throw error if dapp provides txParams whos value has a decimalfrankiebee2017-12-211-2/+9
| | | | | | | | | |
* | | | | | | | | | Merge pull request #2840 from oosthuizenr/masterkumavis2018-01-031-5/+6
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | UI - Never show seed phrase if locked
| * | | | | | | | | | fix commentoosthuizenr2018-01-031-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Fixes #2834Renier Oosthuizen2018-01-031-5/+6
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #2801 from MetaMask/greenkeeper/vinyl-source-stream-2.0.0kumavis2018-01-031-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | Update vinyl-source-stream to the latest version 🚀
| * | | | | | | | | chore(package): update vinyl-source-stream to version 2.0.0greenkeeper[bot]2017-12-231-1/+1
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #2817 from MetaMask/i#2810Frankie2017-12-292-3/+63
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | only check nonces of transactions who's from address match the txMeta
| * | | | | | | | | tests - be more verbose in test messagesfrankiebee2017-12-291-2/+2
| | | | | | | | | |
| * | | | | | | | | add tests for #_checkIfNonceIsTakenfrankiebee2017-12-281-2/+61
| | | | | | | | | |
| * | | | | | | | | transactions:pending - only check nonces of transactions who's from adress ↵frankiebee2017-12-281-1/+2
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | match the txMeta
* | | | | | | | | Merge pull request #2818 from MetaMask/i2782-ethroundingerrorDan Finlay2017-12-296-3/+35
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Fix rounding error in ether input on send screen
| * | | | | | | | Bump ChangelogKevin Serrano2017-12-281-0/+1
| | | | | | | | |
| * | | | | | | | Add frontend validation to ensure that ether inputs are valid.Kevin Serrano2017-12-281-2/+12
| | | | | | | | |
| * | | | | | | | Add frontend validation to check if send ether input is a valid number.Kevin Serrano2017-12-281-0/+6
| | | | | | | | |
| * | | | | | | | Add additional test to ui utils to account for exact wei values.Kevin Serrano2017-12-281-0/+6
| | | | | | | | |
| * | | | | | | | Add backend fix for util in normalizeethstringtowei.Kevin Serrano2017-12-281-0/+3
| | | | | | | | |
| * | | | | | | | Fix some silly linting issues.Kevin Serrano2017-12-282-2/+2
| | | | | | | | |
| * | | | | | | | Add test for edge case.Kevin Serrano2017-12-281-0/+6
|/ / / / / / / /
| | | | * | | | Merge pull request #2799 from MetaMask/NewUI-flatAlexander Tseung2017-12-23193-659/+21414
| | | | |\| | | | | | | | | | | | | | | | | | | Update UAT to version 4.0.5
| | | | | * | | Merge pull request #2798 from alextsg/NewUI-flat-4.0.5Alexander Tseung2017-12-233-8/+1
| | | | | |\ \ \ | | | | | | | | | | | | | | | | | | Merge master into NewUI-flat
| | | | | | * \ \ Merge branch 'NewUI-flat' into merge-masterAlexander Tseung2017-12-231-1/+1
| | | | | | |\ \ \ | | | | | | |/ / / | | | | | |/| | |
| | | | | * | | | Update manifest.json version from 4.0.4 to 4.0.5 (#2797)Alexander Tseung2017-12-231-1/+1
| | | | | | | | |
| | | | | | * | | Merge branch 'NewUI-flat' into merge-masterAlexander Tseung2017-12-23337-2146/+36353
| |_|_|_|_|/| | | |/| | | | |/ / /
| | | | | * | | Track usage of old and new UI (#2794)Alexander Tseung2017-12-239-17/+125
| | | | | | | | | | | | | | | | | | | | | | | | [NewUI] Track usage of old and new UI
| | | | | * | | [NewUI] Fixes tests and sends user to NewUI after registering. (#2788)Dan J Miller2017-12-226-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixes tests and sends user to NewUI after registering. * Karma config? * Empty commit * Remove unneeded json state mock file.
| | | | | * | | Merge pull request #2785 from danjm/merge-master-to-newUI-flat-dec20Chi Kei Chan2017-12-2120-79/+1114
| | | | | |\ \ \ | | | | | | | | | | | | | | | | | | [NewUI] Merge master to NewUI-flat
| | | | | | * \ \ Merge branch 'NewUI-flat' into merge-master-to-newUI-flat-dec20Chi Kei Chan2017-12-210-0/+0
| | | | | | |\ \ \ | | | | | | |/ / / | | | | | |/| | |
| | | | | | * | | Merge branch 'NewUI-flat' into merge-master-to-newUI-flat-dec20Chi Kei Chan2017-12-218-74/+98
| | | | | | |\ \ \ | | | | | | |/ / / | | | | | |/| | |
| | | | | * | | | Clone transaction while editing instead of mutating object from state.Dan2017-12-211-6/+7
| | | | | | | | |
| | | | | * | | | Add constanst for token transfer function signature.Dan2017-12-212-1/+5
| | | | | | | | |
| | | | | * | | | Lint fixes.Dan2017-12-214-6/+2
| | | | | | | | |
| | | | | * | | | Adds updateTransaction to background and used it to update after editing in ↵Dan2017-12-218-101/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | send-v2.
| | | | | * | | | Canceled, edited transactions show edited amount.Dan2017-12-215-2/+41
| | | | | | | | |
| | | | | | * | | Merge branch 'master' into NewUI-flatDan2017-12-2120-79/+1114
| | | | | |/| | | | | | |_|_|/ / / | | |/| | | | |
| | | | | * | | [NewUI] Hide UI toggle in mascara (#2772)Dan J Miller2017-12-214-19/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Hides old-UI on mascara. * Improve code clarity in select-app.js
| | | | | * | | Hide fiat values on account details screen when eth/token value is 0.Dan2017-12-213-3/+8
| | | | | | | |
| | | | | * | | Hides the sidebar after the an account menu actions changes the screen ↵Dan2017-12-211-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | behind the sidebar.
| | | | | * | | Fix edit to field bug. (#2738)Dan J Miller2017-12-131-6/+7
| | | | | | | |
| | | | | * | | Remove inline style.Dan2017-12-133-4/+4
| | | | | | | |
| | | | | * | | Make transaction list and item more flexible.Dan2017-12-132-4/+4
| | | | | | | |
| | | | | * | | Flex account-data-subsectionDan2017-12-133-19/+20
| | | | | | | |
| | | | | * | | Fix old ui width in mobile and extension.Dan2017-12-132-24/+21
| | | | | | | |
| | | | | * | | Fix height of login screenDan2017-12-131-27/+25
| | | | | | | |
| | | | | * | | Fix isMascara and update yarn.lockChi Kei Chan2017-12-132-290/+464
| | | | | | | |
| | | | | * | | Substitute isMascara check for explicit check if user is on mobile browser.Dan2017-12-132-13/+2
| | | | | | | |
| | | | | * | | Hide open in browser button on mobile (but still show on extension); adds a ↵Dan2017-12-133-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | function to detect if viewing with mobile browser.
| | | | | * | | Adds button for opening app in main browser window in extension.Dan2017-12-134-0/+29
| | | | | | | |
| | | | | * | | Delete uneeded files from old-ui.Dan2017-12-139-2106/+0
| | | | | | | |
| | | | | * | | Merge pull request #2639 from alextsg/cb-372Chi Kei Chan2017-12-085-23/+28
| | | | | |\ \ \ | | | | | | | | | | | | | | | | | | [NewUI] Update font weights to 300, remove animation from network dropdown, f…
| | | | | | * \ \ Merge branch 'NewUI-flat' into cb-372Chi Kei Chan2017-12-080-0/+0
| | | | | | |\ \ \ | | | | | | |/ / / | | | | | |/| | |
| | | | | | * | | Merge branch 'NewUI-flat' into cb-372Chi Kei Chan2017-12-08162-152/+21152
| | | | | | |\ \ \ | | | | | | |/ / / | | | | | |/| | |
| | | | | * | | | Merge pull request #2697 from danjm/MM-333-auto-add-users-to-new-UIChi Kei Chan2017-12-08138-43/+20783
| | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | [NewUI] Auto add users to new ui
| | | | | | * \ \ \ Merge branch 'NewUI-flat' into MM-333-auto-add-users-to-new-UIChi Kei Chan2017-12-080-0/+0
| | | | | | |\ \ \ \ | | | | | | |/ / / / | | | | | |/| | | |
| | | | | | * | | | Merge branch 'NewUI-flat' into MM-333-auto-add-users-to-new-UIChi Kei Chan2017-12-0828-109/+369
| | | | | | |\ \ \ \ | | | | | | |/ / / / | | | | | |/| | | |
| | | | | * | | | | Update max amount behaviour to meet new specs.Dan2017-12-076-15/+55
| | | | | | | | | |
| | | | | * | | | | Merge branch 'master' into NewUI-flatChi Kei Chan2017-12-073-23/+88
| | | | | |\ \ \ \ \
| | | | | * | | | | | Merge branch 'master' into NewUI-flat-merge-with-masterDan2017-12-0719-71/+226
| | | | | | | | | | |
| | | | | | | * | | | User is automatically added to new UI if they meet conditions at time of login.Dan2017-12-072-3/+47
| | | | | | | | | | |
| | | | | | | * | | | Show user notifications after switch between UIsDan2017-12-058-3/+185
| | | | | | | | | | |
| | | | | | | * | | | Update newUI UI for switching back to old UI.Dan2017-12-052-8/+24
| | | | | | | | | | |
| | | | | | | * | | | Lint fixDan2017-12-052-3/+3
| | | | | | | | | | |
| | | | | | | * | | | Css selected in background based on betaUI state.Dan2017-12-051-6/+15
| | | | | | | | | | |
| | | | | | | * | | | New-ui actions accomodates old-ui.Dan2017-12-052-8/+11
| | | | | | | | | | |
| | | | | | | * | | | Use newui actions in old-uiDan2017-12-0526-25/+28
| | | | | | | | | | |
| | | | | | | * | | | Add UI selectionDan2017-12-0511-51/+136
| | | | | | | | | | |
| | | | | | | * | | | Add old-ui directoryDan2017-12-05122-0/+20398
| | | | | | |/ / / / | | | | | |/| | | |
| | | | | | | * | | Update font weights to 300, remove animation from network dropdown, fix ↵Alexander Tseung2017-12-025-23/+28
| | | | | | |/ / / | | | | | |/| | | | | | | | | | | | | | | | | | | | | network dropdown not closing from certain click-areas
| | | | | * | | | Merge pull request #2615 from jpclark/NewUI-flatThomas Huang2017-11-2910-28/+494
| | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | Provide blockie identicon option
| | | | | | * | | | Remove useBlockie in props for renderThomas Huang2017-11-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed unused useBlock for Lint validation.
| | | | | | * | | | Fixes changes requested in pullrequestreview-79088534Jason Clark2017-11-273-2/+4
| | | | | | | | | |
| | | | | | * | | | more eslint fixesJason Clark2017-11-262-2/+2
| | | | | | | | | |
| | | | | | * | | | adding blockies lib to eslint ignore so it doesn't blow up the style checker ↵Jason Clark2017-11-261-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and fail the build
| | | | | | * | | | making eslint happyJason Clark2017-11-263-7/+8
| | | | | | | | | |
| | | | | | * | | | fixing blockies display issuesJason Clark2017-11-262-5/+9
| | | | | | | | | |
| | | | | | * | | | swapped out ethereum-blockies lib for MEW blockies library, tightened up ↵Jason Clark2017-11-264-86/+413
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | identicon.js code
| | | | | | * | | | tweaking stylingJason Clark2017-11-252-9/+27
| | | | | | | | | |
| | | | | | * | | | incremental commit of working blockie componentJason Clark2017-11-253-18/+57
| | | | | | | | | |
| | | | | | * | | | toggle wired up to preferences property storeJason Clark2017-11-256-26/+47
| | | | | | | | | |
| | | | | | * | | | incremental commitClark, Jason (Contractor)2017-11-247-5/+58
| | | | | | | | | |
| | | | | * | | | | Merge pull request #2618 from MetaMask/NewUI-flat-update-depsDan Finlay2017-11-296-17/+27
| | | | | |\ \ \ \ \ | | | | | | |/ / / / | | | | | |/| | | | New ui flat update deps
| | | | | | * | | | Update babelify to 8.0.0Thomas Huang2017-11-281-1/+1
| | | | | | | | | |
| | | | | | * | | | Update react, react-dom, and react-test-renderer to 15.6.2Thomas Huang2017-11-271-3/+3
| | | | | | | | | |
| | | | | | * | | | Update ethjs-query to v0.3.1Thomas Huang2017-11-271-1/+1
| | | | | | | | | |
| | | | | | * | | | Update Qunit to QunitJS v2.4.1Thomas Huang2017-11-271-1/+1
| | | | | | | | | |
| | | | | | * | | | Update to Enzyme 3.2.0Thomas Huang2017-11-266-11/+21
| | | | | |/ / / /
| | | | | * | | | Remove unneeded type castingDan Finlay2017-11-211-1/+1
| | | | | | | | |
| | | | | * | | | Fix bug where gas param was not a stringDan Finlay2017-11-212-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevented sending transactions. Fixes #2598
* | | | | | | | | Merge pull request #2793 from MetaMask/i2681-DoNotFailPendingKevin Serrano2017-12-223-8/+1
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Do not fail pending transactions after any amount of time
| * | | | | | | | Remove retryTimePeriod from tx controllerDan Finlay2017-12-221-1/+0
| | | | | | | | |
| * | | | | | | | Bump changelogDan Finlay2017-12-221-0/+1
| | | | | | | | |
| * | | | | | | | Stop failing pending transactions after any period of timeDan Finlay2017-12-221-7/+0
|/ / / / / / / /
* | | | | | | | Merge pull request #2763 from MetaMask/AddRecentBlocksControllerThomas Huang2017-12-212-14/+69
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add Recent Blocks controller
| * | | | | | | | Do not log whole txs in recent block controller.Dan Finlay2017-12-201-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only record gas prices, because that has a current use.
| * | | | | | | | Add Recent Blocks controllerDan Finlay2017-12-182-14/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tracks recent blocks, useful for estimating recent successful gas prices.
* | | | | | | | | Merge pull request #2771 from MetaMask/i2173-UpdateTokenValuesThomas Huang2017-12-203-4/+54
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Allow updating token details
| * | | | | | | | Bump changelogDan Finlay2017-12-191-0/+2
| | | | | | | | |
| * | | | | | | | Allow updating token detailsDan Finlay2017-12-191-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #2173
| * | | | | | | | Add failing test for updating token detailsDan Finlay2017-12-191-0/+48
|/ / / / / / / /
* | | | | | | | Merge pull request #2751 from MetaMask/i#2720Thomas Huang2017-12-191-1/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | transactions:gas-utils - handle new type of estimateGas error
| * | | | | | | Merge branch 'master' into i#2720frankiebee2017-12-162-2/+2
| |\ \ \ \ \ \ \
| * | | | | | | | transactions:gas-utils - handle new type of estimateGas errorfrankiebee2017-12-151-1/+5
| | | | | | | | |
* | | | | | | | | Merge pull request #2757 from MetaMask/kumavis-patch-2Thomas Huang2017-12-161-1/+1
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | readme - fix "plugin" to "extension"
| * | | | | | | | readme - fix "plugin" to "extension"kumavis2017-12-161-1/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #2755 from MetaMask/testsFrankie2017-12-162-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Change `console.log` to `log.info` for configureInfuraProvider
| * | | | | | | Change console.log for opts in _configureInfuraProviderThomas Huang2017-12-161-1/+1
| | | | | | | |
| * | | | | | | Add exit flag to mocha to exit after tests runThomas Huang2017-12-161-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #2747 from MetaMask/Version-3.13.3Thomas Huang2017-12-152-1/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Version 3.13.3
| * | | | | | | Version 3.13.3v3.13.3Dan Finlay2017-12-152-1/+4
| | | | | | | |
* | | | | | | | Merge pull request #2706 from danjm/MM-fix-buy-cancel-buttonThomas Huang2017-12-151-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fixes the cancel button in the buy screen to take the user home.
| * | | | | | | | Fixes the cancel button in the buy screen to take the user home.Dan2017-12-091-1/+1
| | | | | | | | |
* | | | | | | | | Merge pull request #2662 from williamchong007/masterThomas Huang2017-12-151-2/+10
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | fix #1398, prevent injecting xml without xml suffix
| * | | | | | | | fix #1398, prevent injecting xml without xml suffixWilliam Chong2017-12-051-2/+10
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #2733 from MetaMask/i2380-ShowNoBalanceThomas Huang2017-12-152-4/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Show watched tokens with no balance
| * | | | | | | | Bump changelogDan Finlay2017-12-131-0/+2
| | | | | | | | |
| * | | | | | | | Show watched tokens with no balanceDan Finlay2017-12-131-4/+1
| | | | | | | | |
* | | | | | | | | Merge pull request #2744 from MetaMask/infura-block-trackerFrankie2017-12-142-8/+52
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | re-add Infura block tracker provider
| * | | | | | | | | Revert "Revert "network - for infura networks use the infura block tracker ↵kumavis2017-12-142-8/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | provider"" This reverts commit 5df7dcd758c5a16b503a5ee237970c05c7e990c9.
| * | | | | | | | | Merge branch 'master' of github.com:MetaMask/metamask-plugin into ↵kumavis2017-12-143-53/+8
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | infura-block-tracker
* | | | | | | | | | Merge pull request #2743 from MetaMask/revert-2741-infura-block-trackerThomas Huang2017-12-142-52/+8
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Revert "network - for infura networks use the infura block tracker provider"
| * | | | | | | | | | Revert "network - for infura networks use the infura block tracker provider"Frankie2017-12-142-52/+8
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #2741 from MetaMask/infura-block-trackerFrankie2017-12-142-8/+52
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | network - for infura networks use the infura block tracker provider
* \ \ \ \ \ \ \ \ \ \ Merge pull request #2740 from MetaMask/i#2729infura-chill-outkumavis2017-12-141-2/+0
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | dont aggressively query account data
| * | | | | | | | | | dont aggresively query account datafrankiebee2017-12-141-2/+0
|/ / / / / / / / / /
| | * / / / / / / / deps - bump eth-json-rpc-infurakumavis2017-12-141-1/+1
| |/ / / / / / / /