| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove leading zeroes from send screen amount row input. | Dan | 2018-06-19 | 1 | -1/+5 |
* | Fix currency-display.js rendering of token amounts. | Dan | 2018-06-19 | 1 | -0/+1 |
* | Revert to updating amount on blur of input change; update gas on blur of amou... | Dan | 2018-06-19 | 2 | -5/+11 |
* | Fix unit tests | Alexander Tseung | 2018-06-16 | 1 | -3/+8 |
* | Estimate gas limit when the token amount changes. Fix amount input | Alexander Tseung | 2018-06-16 | 4 | -16/+18 |
* | Update send.utils.js estimateGas tests. | Dan | 2018-06-15 | 2 | -5/+20 |
* | Add a buffer to new ui gas estimates | Dan | 2018-06-15 | 1 | -2/+41 |
* | Add hex-prefix to gas estimate result | Alexander Tseung | 2018-06-15 | 2 | -4/+4 |
* | Merge pull request #4566 from MetaMask/notice-phishing | Dan Finlay | 2018-06-15 | 2 | -10/+10 |
|\ |
|
| * | notices - replace getLatestNotice with getNextNotice | kumavis | 2018-06-14 | 2 | -10/+10 |
* | | add help link to eth_sign warning | Bobby Dresser | 2018-06-12 | 1 | -1/+8 |
|/ |
|
* | Access correct property from state in confirm screen components gatherTxMeta() | Dan | 2018-06-08 | 2 | -2/+2 |
* | Merge branch 'develop' into i3725-refactor-send-component- | Dan | 2018-06-07 | 8 | -30/+70 |
|\ |
|
| * | Merge pull request #4418 from MetaMask/handle-import-account-failure-in-ui | kumavis | 2018-06-07 | 2 | -13/+36 |
| |\ |
|
| | * | Merge branch 'develop' into handle-import-account-failure-in-ui | Dan | 2018-06-05 | 10 | -26/+127 |
| | |\ |
|
| | * \ | Merge branch 'develop' into handle-import-account-failure-in-ui | Dan | 2018-06-03 | 31 | -192/+324 |
| | |\ \ |
|
| | * | | | Fix then-catch + error handling in import-account | Dan | 2018-05-31 | 2 | -4/+2 |
| | * | | | Importing account by json and private key shows error and does not change acc... | Dan | 2018-05-31 | 2 | -10/+35 |
| * | | | | i18n - ja improvements | 03-26 | 2018-06-07 | 4 | -9/+23 |
| * | | | | Render the accounts in keyring order | Whymarrh Whitby | 2018-06-06 | 1 | -3/+4 |
| * | | | | Remove selectedIdentity prop from wallet view | Whymarrh Whitby | 2018-06-06 | 1 | -5/+3 |
| * | | | | Ensure selectedAddress exists when render wallet | Whymarrh Whitby | 2018-06-06 | 1 | -0/+4 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'develop' into i3725-refactor-send-component- | Dan | 2018-06-05 | 12 | -28/+129 |
|\| | | |
|
| * | | | Update hide-token-confirmation-modal.js to use new modalState schema (#4482) | Dan J Miller | 2018-06-05 | 3 | -3/+3 |
| * | | | Merge pull request #4428 from MetaMask/fix-tokenlist-balance-overflow | Dan J Miller | 2018-06-05 | 1 | -2/+2 |
| |\ \ \ |
|
| | * | | | Token name is not hidden in wallet if balance is exceptionally long. | Dan | 2018-06-01 | 1 | -2/+2 |
| | |/ / |
|
| * | / | Indicate the current selected account on the popup account view (#4445) | Alexander Tseung | 2018-06-05 | 6 | -21/+122 |
| | |/
| |/| |
|
| * | | update helpscout links to zenhub | Bobby Dresser | 2018-06-01 | 2 | -2/+2 |
* | | | Simplify recipient code check in send.utils estimateGas | Dan | 2018-06-05 | 1 | -4/+5 |
* | | | Default currency-display valueToRender to empty string when not readOnly ('0'... | Dan | 2018-06-02 | 1 | -2/+2 |
* | | | Fix calculation of data property for gas estimation on token transfers. | Dan | 2018-06-02 | 6 | -45/+41 |
* | | | Merge branch 'i3725-refactor-send-component-' into i3914-fix-newui-send-gas-e... | Dan | 2018-06-01 | 44 | -353/+610 |
|\ \ \ |
|
| * | | | Remove .only | Dan | 2018-06-01 | 1 | -1/+1 |
| * | | | Merge branch 'i3725-refactor-send-component-' of github.com:MetaMask/metamask... | Dan | 2018-06-01 | 5 | -153/+70 |
| |\ \ \ |
|
| | * \ \ | Merge pull request #4386 from MetaMask/i4077-replace-currency-input-with-nume... | Dan J Miller | 2018-06-01 | 5 | -153/+70 |
| | |\ \ \ |
|
| | | * | | | Improve input width calculation in currency-display.js | Dan | 2018-06-01 | 1 | -3/+2 |
| | | * | | | Fix currency display send integration tests. | Dan | 2018-05-31 | 1 | -1/+1 |
| | | * | | | Delete currency-input.js | Dan | 2018-05-30 | 2 | -114/+0 |
| | | * | | | Remove currency input from input-number | Dan | 2018-05-30 | 1 | -4/+4 |
| | | * | | | Stop using external NumericInput component. | Dan | 2018-05-30 | 1 | -8/+15 |
| | | * | | | Replaces currency-input.js with NumericInput | Dan | 2018-05-29 | 3 | -38/+63 |
| * | | | | | Merge branch 'develop' into i3725-refactor-send-component- | Dan | 2018-06-01 | 38 | -200/+539 |
| |\ \ \ \ \
| | |/ / / /
| |/| | / /
| | | |/ /
| | |/| | |
|
| | * | | | Add new alert modals | Alexander Tseung | 2018-06-01 | 15 | -155/+271 |
| | * | | | Change btn-secondary styles to btn-default. Make btn-secondary red warning st... | Alexander Tseung | 2018-06-01 | 14 | -37/+53 |
| | | |/
| | |/| |
|
| | * | | Prevent loading screen from overlaying the app bar (#4417) | Alexander Tseung | 2018-05-31 | 2 | -9/+2 |
| | * | | Fix error handling on incorrect password (#4401) | Alexander Tseung | 2018-05-31 | 1 | -11/+9 |
| | * | | Add notification for dropped retry transactions (#4363) | Alexander Tseung | 2018-05-30 | 10 | -39/+215 |
| | * | | Fix add-token token list placeholder width (#4365) | Alexander Tseung | 2018-05-30 | 1 | -0/+4 |
| | * | | Fix text field labels of first time flow. Add text fields to storybook (#4389) | Alexander Tseung | 2018-05-29 | 2 | -44/+80 |
| | * | | newui - unlock - dont catch errors unrelated to tryUnlockMetamask | kumavis | 2018-05-29 | 1 | -2/+2 |
* | | | | Improve efficiency of estimateGasPriceFromRecentBlocks | Dan | 2018-05-31 | 1 | -10/+5 |
* | | | | test - send-utils.test - lint fix | kumavis | 2018-05-31 | 1 | -1/+1 |
* | | | | Gas estimation uses block gas limit as fallback if query.estimateGas returns ... | Dan | 2018-05-31 | 2 | -5/+39 |
* | | | | Auto update gas estimate when to changes. | Dan | 2018-05-31 | 13 | -63/+103 |
* | | | | Support smaller decimals in currency-display | Dan | 2018-05-31 | 1 | -1/+1 |
* | | | | Estimate gas using same algorithm as backend. | Dan | 2018-05-31 | 10 | -93/+134 |
* | | | | Simplify gas estimate actions and add local estimateGasPriceFromRecentBlocks ... | Dan | 2018-05-31 | 12 | -11/+196 |
* | | | | getParamsForGasEstimate extracts symbol from token instead of just accepting ... | Dan | 2018-05-31 | 2 | -4/+5 |
* | | | | Rename gas change actions. | Dan | 2018-05-31 | 3 | -14/+14 |
|/ / / |
|
* | | | Update amount error on update of send screen. | Dan | 2018-05-31 | 3 | -23/+30 |
* | | | Fix setting of token balance on account switch in send screen from field. | Dan | 2018-05-31 | 3 | -3/+3 |
| |/
|/| |
|
* | | Send refactor: fix error handling and form disabling in send form. | Dan | 2018-05-26 | 8 | -47/+37 |
* | | Clean up for send refactor PR. | Dan | 2018-05-25 | 5 | -15/+7 |
* | | Move formShouldBeDisabled from send-footer util to component. | Dan | 2018-05-25 | 4 | -40/+72 |
* | | Fix order of button text in page-container-footer. | Dan | 2018-05-25 | 2 | -10/+4 |
* | | Display correct titles and subtitles on send token and editing send transacti... | Dan | 2018-05-25 | 8 | -14/+105 |
* | | Fix display of primary currency symbol in send amount row | Dan | 2018-05-25 | 2 | -2/+8 |
* | | Send refactor: fix amount max button for tokens. | Dan | 2018-05-24 | 1 | -1/+12 |
* | | Merge branch 'develop' into i3725-refactor-send-component- | Dan | 2018-05-24 | 43 | -502/+1168 |
|\| |
|
| * | Merge pull request #4308 from MetaMask/i4232-addtoken | kumavis | 2018-05-23 | 34 | -481/+1106 |
| |\ |
|
| | * | Update input field border on focus | Alexander Tseung | 2018-05-22 | 1 | -1/+3 |
| | * | Fix tests | Alexander Tseung | 2018-05-21 | 1 | -11/+6 |
| | * | Update designs for Add Token screen | Alexander Tseung | 2018-05-20 | 34 | -481/+1109 |
| * | | Move setAccountLabel into PreferencesController | Whymarrh Whitby | 2018-05-17 | 5 | -10/+10 |
| |/ |
|
| * | Merge pull request #4255 from MetaMask/i4233-dropdowns | kumavis | 2018-05-17 | 2 | -6/+52 |
| |\ |
|
| | * | Fix account and network dropdowns in confirm screen | Alexander Tseung | 2018-05-15 | 2 | -6/+52 |
| * | | ui - unlock - remove setNetworkEndpoints calls from new unlock screen | kumavis | 2018-05-17 | 2 | -3/+0 |
| * | | ui - remove files accidently added by bad merge | kumavis | 2018-05-17 | 1 | -189/+0 |
| * | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into network... | kumavis | 2018-05-17 | 21 | -10/+681 |
| |\ \ |
|
| | * | | Add error message when passwords don't match in first time flow. Change input... | Alexander Tseung | 2018-05-14 | 1 | -0/+5 |
| | |/ |
|
| | * | Add TextField component to storybook | Alexander Tseung | 2018-05-12 | 3 | -2/+25 |
| | * | Add new unlock screen design | Alexander Tseung | 2018-05-12 | 12 | -196/+476 |
| | * | Add storybook integration | Alexander Tseung | 2018-05-04 | 3 | -0/+86 |
| | * | Merge pull request #4156 from MetaMask/i4010-spinner | kumavis | 2018-05-03 | 6 | -8/+91 |
| | |\ |
|
| | | * | Fix styling of the app spinner | Alexander Tseung | 2018-05-01 | 6 | -8/+91 |
| * | | | lint - cleanup some unused variables | kumavis | 2018-05-03 | 2 | -2/+0 |
| * | | | network - remove setNetworkEndpoints | kumavis | 2018-05-01 | 2 | -5/+0 |
| |/ / |
|
| * | | Handle Promise rejections when importing accounts (#4142) | Paul Bouchon | 2018-05-01 | 2 | -0/+4 |
| * | | Merge pull request #4059 from MetaMask/i-4033-seed-words | kumavis | 2018-05-01 | 5 | -147/+215 |
| |\ \ |
|
| | * | | Redirect to correct seed phrase screen | Alexander Tseung | 2018-04-27 | 1 | -2/+2 |
| | * | | Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ... | Alexander Tseung | 2018-04-23 | 1 | -1/+9 |
| | |\ \ |
|
| | * | | | Use new design for reveal seed screen. Persist seed words only in first time ... | Alexander Tseung | 2018-04-23 | 4 | -145/+213 |
| * | | | | Fix ShapeShift purchases on new UI | bitpshr | 2018-04-29 | 1 | -6/+7 |
| * | | | | Merge pull request #4113 from MetaMask/i4107-send-tokens-without-symbols-deci... | kumavis | 2018-04-28 | 2 | -26/+14 |
| |\ \ \ \ |
|
| | * | | | | Convert decimals to string in getSymbolAndDecimals; return null for symbol or... | Dan | 2018-04-28 | 2 | -18/+8 |
| | * | | | | Wraps calls to symbol() and decimals() in try catch | Dan | 2018-04-28 | 1 | -11/+9 |
| | | |_|/
| | |/| | |
|
| * / | | | Allow transactions with 0-gwei gas price (#4073) | Paul Bouchon | 2018-04-27 | 3 | -12/+11 |
| |/ / / |
|
* | | | | Merge branch 'develop' into i3725-refactor-send-component- | Dan | 2018-05-15 | 1 | -0/+5 |
* | | | | Import defaults in send_/ | Dan | 2018-05-15 | 10 | -17/+18 |
* | | | | Fix Button component path in page-container footer. | Dan | 2018-05-15 | 1 | -1/+1 |
* | | | | Add index.js files to send_ subdirectories | Dan | 2018-05-15 | 13 | -0/+13 |
* | | | | Merge branch 'develop' into i3725-refactor-send-component- | Dan | 2018-05-14 | 34 | -400/+937 |
* | | | | Tests for send.duck.js | Dan | 2018-05-14 | 2 | -13/+13 |
* | | | | Rename ducks/send.js to ducks/send.duck.js | Dan | 2018-05-14 | 13 | -13/+13 |
* | | | | Add missing unit tests in send_/: now 100% function test coverage in send_/ | Dan | 2018-05-14 | 4 | -112/+298 |
* | | | | Lint fixes | Dan | 2018-05-14 | 10 | -31/+6 |
* | | | | Unit tests for account-list-item, amount-max-button and send-amount-row compo... | Dan | 2018-05-14 | 3 | -0/+381 |
* | | | | Unit tests for from-dropdown; split out send-dropdown-list from from-dropdown | Dan | 2018-05-12 | 4 | -39/+260 |
* | | | | SendRowErrorMessage component test. | Dan | 2018-05-11 | 1 | -0/+28 |
* | | | | Unit tests for send from, gas, to and wrapper row components. | Dan | 2018-05-11 | 4 | -0/+403 |
* | | | | Fix test descriptions and remove unnecessary proptypes. | Dan | 2018-05-10 | 5 | -14/+10 |
* | | | | Adds test for send, send-content, send-footer and send-header components. | Dan | 2018-05-07 | 6 | -16/+516 |
* | | | | Unit tests for containers, utils and selectors in send_/ | Dan | 2018-05-05 | 40 | -68/+2501 |
* | | | | Merge branch 'i3725-refactor-send-component-' of github.com:MetaMask/metamask... | Dan | 2018-05-01 | 12 | -16/+137 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'i3725-refactor-send-component-' into i3725-refactor-send-compon... | Dan | 2018-05-01 | 86 | -434/+4696 |
| |\ \ \ \ |
|
| * | | | | | Refactor page-container component structure | Alexander Tseung | 2018-04-11 | 12 | -66/+136 |
* | | | | | | Delete dead send code. | Dan | 2018-05-01 | 9 | -492/+2 |
| |/ / / /
|/| | | | |
|
* | | | | | Remove 'goHome' from send_ | Dan | 2018-05-01 | 2 | -4/+1 |
* | | | | | Move getMaxModeOn selector to amount-max-button container. | Dan | 2018-05-01 | 3 | -6/+10 |
* | | | | | Use constants for send screen errors messages. | Dan | 2018-05-01 | 4 | -9/+29 |
* | | | | | Fix send-v2__form class in send-content.component | Dan | 2018-05-01 | 1 | -1/+1 |
* | | | | | Fix amount max button. | Dan | 2018-05-01 | 5 | -7/+7 |
* | | | | | Fix close button on send screen | Dan | 2018-04-30 | 2 | -4/+5 |
* | | | | | Further refactors; includes refactor of send-v2.js and associated container | Dan | 2018-04-30 | 19 | -129/+407 |
* | | | | | Fixes to get tests passing. | Dan | 2018-04-27 | 4 | -8/+8 |
* | | | | | Lint fixes and alphabetization for i3725-refactor-send-component | Dan | 2018-04-27 | 32 | -333/+315 |
* | | | | | Core of the refactor complete | Dan | 2018-04-27 | 31 | -92/+748 |
* | | | | | Merge branch 'master' into i3725-refactor-send-component | Dan | 2018-04-25 | 29 | -104/+197 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | Merge pull request #3968 from MetaMask/gh-3653 | Dan Finlay | 2018-04-24 | 5 | -8/+8 |
| |\ \ \ \ |
|
| | * | | | | Clean up network config | Alexander Tseung | 2018-04-24 | 5 | -8/+8 |
| | | |_|/
| | |/| | |
|
| * | | | | Merge pull request #4028 from MetaMask/i4016-customrpc | Dan Finlay | 2018-04-24 | 1 | -6/+8 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | Fix custom RPC not redirecting to Settings page | Alexander Tseung | 2018-04-19 | 1 | -6/+8 |
| | | |/
| | |/| |
|
| * / | | Show correct MetaMask version number in the Info page | Alexander Tseung | 2018-04-19 | 1 | -1/+9 |
| |/ / |
|
| * | | Merge pull request #3977 from MetaMask/i-3913-big-number | Dan Finlay | 2018-04-19 | 2 | -10/+39 |
| |\ \ |
|
| | * | | Fix spinner layout | Alexander Tseung | 2018-04-18 | 2 | -9/+16 |
| | * | | Fix BigNumber exception in confirm-send-ether | Alexander Tseung | 2018-04-18 | 1 | -3/+25 |
| * | | | Merge pull request #3998 from MetaMask/i3988-checksummed-address | Dan Finlay | 2018-04-19 | 8 | -22/+29 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | Show checksummed addresses throughout the UI | bitpshr | 2018-04-18 | 8 | -22/+29 |
| * | | | Merge branch 'master' into i3580-InternationalizeCurrency | Dan Finlay | 2018-04-18 | 11 | -41/+27 |
| |\| | |
|
| | * | | Fix confirmation popup not always opening | Alexander Tseung | 2018-04-17 | 2 | -7/+9 |
| | * | | Merge branch 'master' into i3981-contract-rates | Dan Finlay | 2018-04-17 | 5 | -0/+5 |
| | |\ \ |
|
| | | * | | Require loglevel singleton in each module that uses it | bitpshr | 2018-04-14 | 5 | -0/+5 |
| | * | | | Maintain token prices using a background service | bitpshr | 2018-04-16 | 1 | -1/+0 |
| | * | | | Fetch token prices based on contract address | bitpshr | 2018-04-16 | 4 | -34/+14 |
| | |/ / |
|
| * | | | Lint fix. | Dan | 2018-04-10 | 2 | -2/+2 |
| * | | | Merge branch 'master' into i3580-InternationalizeCurrency | Dan | 2018-04-10 | 28 | -75/+2844 |
| |\| | |
|
| * | | | Internationalize converted value in confirm screens | Dan | 2018-04-10 | 2 | -4/+36 |
| * | | | Internationalize converted value in currency-input.js | Dan | 2018-04-10 | 1 | -10/+25 |
| * | | | Improve display of crypto currencies when selected as the 'Current Conversion' | Dan | 2018-04-10 | 1 | -4/+13 |
| * | | | Linted | Dan Finlay | 2018-04-04 | 1 | -1/+1 |
| * | | | Internationalize currency | Dan Finlay | 2018-04-04 | 1 | -1/+6 |
* | | | | second commit | Dan | 2018-04-11 | 18 | -50/+461 |
* | | | | Merge branch 'master' into i3725-refactor-send-component | Dan | 2018-04-10 | 27 | -72/+2840 |
|\ \ \ \
| | |/ /
| |/| /
| |_|/
|/| | |
|
| * | | Fix integration tests | Alexander Tseung | 2018-04-07 | 2 | -2/+6 |
| * | | Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ... | Alexander Tseung | 2018-04-06 | 1 | -1/+2 |
| |\ \ |
|
| * | | | Fix editing transaction | Alexander Tseung | 2018-04-06 | 1 | -2/+1 |
| * | | | Revert "commit" | Alexander Tseung | 2018-04-06 | 1 | -1/+2 |
| * | | | Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ... | Alexander Tseung | 2018-04-06 | 1 | -0/+1 |
| |\| | |
|
| * | | | commit | Alexander Tseung | 2018-04-06 | 1 | -2/+1 |
| * | | | Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ... | Alexander Tseung | 2018-04-05 | 2 | -3/+4 |
| |\| | |
|
| * | | | Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ... | Alexander Tseung | 2018-04-04 | 1 | -9/+12 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | Fix transaction confirmations | Alexander Tseung | 2018-04-04 | 1 | -14/+16 |
| * | | | Fix merge conflicts. Modify send workflow | Alexander Tseung | 2018-04-03 | 9 | -43/+257 |
| |\| | |
|
| * | | | Fix lint errors | Alexander Tseung | 2018-04-03 | 3 | -4/+0 |
| * | | | Refactor onboarding flow | Alexander Tseung | 2018-04-02 | 4 | -15/+15 |
| * | | | Fix conf-tx render | Alexander Tseung | 2018-03-31 | 1 | -1/+4 |
| * | | | Fix merge conflicts | Alexander Tseung | 2018-03-31 | 61 | -386/+673 |
| |\ \ \ |
|
| * | | | | Fix merge conflicts. Refactor renderPrimary into Home component | Alexander Tseung | 2018-03-31 | 6 | -361/+448 |
| * | | | | Fix i18n merge conflicts | Alexander Tseung | 2018-03-30 | 62 | -456/+485 |
| |\ \ \ \ |
|
| * | | | | | Fix merge conflicts. Refactor onboarding flow. | Alexander Tseung | 2018-03-29 | 9 | -17/+36 |
| * | | | | | Fix merge conflicts | Alexander Tseung | 2018-03-27 | 83 | -2744/+2070 |
| |\ \ \ \ \ |
|
| * | | | | | | Fix react-router related exceptions | Alexander Tseung | 2018-02-10 | 1 | -1/+1 |
| * | | | | | | Merge branch 'uat-next' of https://github.com/MetaMask/metamask-extension int... | Alexander Tseung | 2018-02-09 | 2 | -36/+28 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge branch 'uat-next' of https://github.com/MetaMask/metamask-extension int... | Alexander Tseung | 2018-02-09 | 4 | -19/+34 |
| |\ \ \ \ \ \ \ |
|
| * | | | | | | | | Fix lint errors | Alexander Tseung | 2018-02-02 | 2 | -7/+1 |
| * | | | | | | | | Fix merge conflicts from uat-next | Alexander Tseung | 2018-02-01 | 8 | -26/+78 |
| |\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Add create new account routes, fix conflicts from uat updates | Alexander Tseung | 2018-02-01 | 12 | -115/+299 |
| * | | | | | | | | | Merge branch 'uat' of https://github.com/MetaMask/metamask-extension into cb-254 | Alexander Tseung | 2018-01-30 | 31 | -548/+731 |
| |\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Add route for signature request | Alexander Tseung | 2017-12-15 | 2 | -253/+321 |
| * | | | | | | | | | | Add initialized checks for first time flow routes | Alexander Tseung | 2017-12-15 | 4 | -71/+48 |
| * | | | | | | | | | | Fix lint errors | Alexander Tseung | 2017-12-15 | 2 | -2/+1 |
| * | | | | | | | | | | Add routes for mascara | Alexander Tseung | 2017-12-15 | 6 | -42/+83 |
| * | | | | | | | | | | Add react-router to allow use of the browser back button | Alexander Tseung | 2017-12-15 | 22 | -177/+1989 |
* | | | | | | | | | | | first commit | Dan | 2018-04-07 | 90 | -0/+766 |
| |_|_|_|_|_|_|_|_|/
|/| | | | | | | | | |
|
* | | | | | | | | | | hot-fix new-ui - default to an object if identities is undefined | frankiebee | 2018-04-05 | 1 | -1/+2 |
* | | | | | | | | | | Don't prevent user from setting an eth address in to field if there is no ens... | Dan | 2018-04-05 | 1 | -2/+2 |
| |_|_|_|_|_|_|_|/
|/| | | | | | | | |
|
* | | | | | | | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ci-screens | kumavis | 2018-04-03 | 2 | -16/+89 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Adds simulation failure error messages to confirm screen. | Dan | 2018-04-03 | 2 | -0/+30 |
| * | | | | | | | | | UpdateSendErrors only called when balance defined, recalled if balance updates. | Dan | 2018-04-03 | 2 | -16/+59 |
* | | | | | | | | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ci-screens | kumavis | 2018-04-03 | 7 | -23/+166 |
|\| | | | | | | | | |
|
| * | | | | | | | | | identicon - set blockies height and width to identicon diameter | kumavis | 2018-03-31 | 1 | -3/+2 |
| * | | | | | | | | | Merge pull request #3774 from danjm/i3686-txparamundefined-sigrequestsintxlist | kumavis | 2018-03-31 | 2 | -9/+17 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ | Merge branch 'master' into i3686-txparamundefined-sigrequestsintxlist | Dan | 2018-03-30 | 53 | -288/+538 |
| | |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | Ensure correct address used when rendering transfer transactions. | Dan | 2018-03-29 | 1 | -1/+2 |
| | * | | | | | | | | | | Fix display of unapprovedMessages in txList (old and new ui); includes fix of... | Dan | 2018-03-28 | 2 | -9/+16 |
| | | |_|_|_|_|_|_|/ /
| | |/| | | | | | | | |
|
| * | | | | | | | | | | Merge pull request #3762 from danjm/i3471-checkbalanceonconfirmscreen | kumavis | 2018-03-31 | 4 | -11/+147 |
| |\ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | |
|
| | * | | | | | | | | | Fix lint and tests | Dan | 2018-03-30 | 2 | -4/+4 |
| | * | | | | | | | | | Merge branch 'master' into i3471-checkbalanceonconfirmscreen | Dan | 2018-03-30 | 53 | -287/+537 |
| | |\ \ \ \ \ \ \ \ \
| | | | |/ / / / / / /
| | | |/| | | | | | | |
|
| | * | | | | | | | | | Show insufficient funds on confirm screen on first render. | Dan | 2018-03-30 | 2 | -1/+21 |
| | * | | | | | | | | | Confirm send token detects if balance is sufficient for gas. | Dan | 2018-03-28 | 1 | -0/+3 |
| | * | | | | | | | | | Merge branch 'master' into i3471-checkbalanceonconfirmscreen | kumavis | 2018-03-28 | 54 | -346/+337 |
| | |\ \ \ \ \ \ \ \ \
| | | | |/ / / / / / /
| | | |/| | | | | | | |
|
| | * | | | | | | | | | Confirm send token detects if balance is sufficient for gas. | Dan | 2018-03-28 | 2 | -7/+56 |
| | * | | | | | | | | | Checking for sufficient balance in confirm ether screen; includes error messa... | Dan | 2018-03-28 | 2 | -5/+69 |
| | | |_|_|_|_|_|_|/
| | |/| | | | | | | |
|
* | | | | | | | | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ci-screens | kumavis | 2018-03-31 | 3 | -5/+5 |
|\| | | | | | | | | |
|
| * | | | | | | | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ci-artif... | kumavis | 2018-03-30 | 53 | -287/+537 |
| |\ \ \ \ \ \ \ \ \
| | | |_|/ / / / / /
| | |/| | | | | | | |
|
| * | | | | | | | | | ui - identicon - use relative link for ether logo | kumavis | 2018-03-29 | 1 | -1/+1 |
| * | | | | | | | | | ui - use relative location for images | kumavis | 2018-03-29 | 2 | -3/+3 |
| * | | | | | | | | | ui - fix relative url for deposit-ether-modal | kumavis | 2018-03-29 | 1 | -1/+1 |
| | |_|/ / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | network - use providerType for localhost | kumavis | 2018-03-31 | 1 | -4/+4 |
| |/ / / / / / /
|/| | | | | | | |
|
* | | | | | | | | Removes t from props via metamask-connect and instead places it on context vi... | Dan | 2018-03-29 | 53 | -287/+537 |
|/ / / / / / / |
|
* | | | | | | | Remove comments and console.logs | Dan | 2018-03-27 | 2 | -2/+2 |
* | | | | | | | Merge branch 'master' into i18n-translator-redux | Dan | 2018-03-27 | 10 | -48/+32 |
|\| | | | | | |
|
| * | | | | | | Merge pull request #3721 from alextsg/cb-944 | Dan Finlay | 2018-03-27 | 8 | -15/+19 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Update button styles | Alexander Tseung | 2018-03-26 | 8 | -15/+19 |
| * | | | | | | | Use ens-input component in send-v2 to allow sending to ens names. | Dan | 2018-03-26 | 2 | -32/+13 |
| |/ / / / / / |
|
* | | | | | | | Correct reprice title and subtitle key names. | Dan | 2018-03-22 | 1 | -2/+2 |
* | | | | | | | Fix sender-to-recipient export and non-existent translation key. | Dan | 2018-03-22 | 2 | -5/+3 |
* | | | | | | | Correct connect reference in confirm-send-ether, confirm-deploy-contract, net... | Dan | 2018-03-22 | 3 | -3/+3 |
* | | | | | | | Lint fixes | Dan | 2018-03-22 | 10 | -13/+14 |
* | | | | | | | Fix references to undefined 'this.props' | Dan | 2018-03-22 | 1 | -13/+13 |
* | | | | | | | Missed modifications of t() in merge resolution. | Dan | 2018-03-22 | 3 | -4/+1 |
* | | | | | | | Merge branch 'master' into i18n-translator-redux | Dan | 2018-03-22 | 8 | -192/+269 |
|\| | | | | | |
|
| * | | | | | | ui - tx conf - only show special token tx conf screen for token send | kumavis | 2018-03-22 | 1 | -4/+8 |
| * | | | | | | Merge branch 'i3554-fix-editing-dapp-token-txs' of https://github.com/danjm/m... | kumavis | 2018-03-22 | 2 | -4/+11 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Identify token transactions by method names token data, and not just whether ... | Dan | 2018-03-20 | 2 | -4/+11 |
| * | | | | | | | Merge pull request #3624 from alextsg/cb-941 | kumavis | 2018-03-21 | 4 | -182/+244 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | Update confirm transaction screen | Alexander Tseung | 2018-03-21 | 4 | -182/+244 |
| * | | | | | | | | Gas inputs can be changed by up and down arrows (#3598) | Dan J Miller | 2018-03-21 | 2 | -0/+3 |
* | | | | | | | | | i18n redux solution doesn't require importing t() and passing state to each t... | Dan | 2018-03-22 | 45 | -283/+253 |
* | | | | | | | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into i18n-tra... | kumavis | 2018-03-21 | 7 | -47/+289 |
|\| | | | | | | | |
|
| * | | | | | | | | Add i18n to tx status | Thomas | 2018-03-21 | 1 | -1/+26 |
| * | | | | | | | | Merge branch 'master' into i3571-CompleteI18nTemplates | Thomas | 2018-03-21 | 7 | -45/+260 |
| |\| | | | | | | |
|
| | * | | | | | | | Merge branch 'master' into retry-tx-refractor | Dan | 2018-03-20 | 2 | -2/+6 |
| | |\ \ \ \ \ \ \ |
|
| | | * | | | | | | | Don't block user from setting gas if estimating gas returns errors. (#3627) | Dan J Miller | 2018-03-20 | 2 | -2/+6 |
| | | |/ / / / / / |
|
| | * | | | | | | | Merge branch 'master' into retry-tx-refractor | Dan | 2018-03-20 | 27 | -2155/+588 |
| | |\| | | | | | |
|
| | * | | | | | | | Merge branch 'retry-tx-refractor' of https://github.com/MetaMask/metamask-ext... | frankiebee | 2018-03-16 | 3 | -22/+49 |
| | |\ \ \ \ \ \ \ |
|
| | | * | | | | | | | Set retry gasPrice to forceGasMin on confirm screen in cases where gas is not... | Dan | 2018-03-15 | 2 | -4/+34 |
| | | * | | | | | | | Force gas min has correct precision and is set when editing gas if max. | Dan | 2018-03-15 | 3 | -7/+8 |
| | | * | | | | | | | Ensure changes from customize gas modal opened from confirm screen are captur... | Dan | 2018-03-15 | 2 | -12/+8 |
| | | * | | | | | | | Revert 'Set txMeta.time to reflect time of tx approval.' | Dan | 2018-03-15 | 1 | -3/+3 |
| | * | | | | | | | | Merge branch 'master' into retry-tx-refractor | frankiebee | 2018-03-16 | 1 | -4/+6 |
| | |\ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ | Merge branch 'master' into retry-tx-refractor | frankiebee | 2018-03-15 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ \ \
| | | |_|/ / / / / / /
| | |/| | | | | | | | |
|
| | * | | | | | | | | | Merge branch 'master' into retry-tx-refractor | Dan | 2018-03-14 | 47 | -349/+386 |
| | |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | Fix more lint errors. | Dan | 2018-03-14 | 3 | -11/+2 |
| | * | | | | | | | | | | Remove unnecessary addition of nonce to state. | Dan | 2018-03-14 | 1 | -3/+0 |
| | * | | | | | | | | | | Make token confirmations compatible. | Dan | 2018-03-14 | 2 | -14/+88 |
| | * | | | | | | | | | | Fix tx-list-item submitted check. | Dan | 2018-03-14 | 1 | -1/+1 |
| | * | | | | | | | | | | Use correct name for submittedTime field in tx-list.js | Dan | 2018-03-14 | 1 | -1/+1 |
| | * | | | | | | | | | | Use correct var name in new-ui showRetryButton | Dan | 2018-03-14 | 1 | -1/+1 |
| | * | | | | | | | | | | Undefined check in showRetryButton | Dan | 2018-03-14 | 1 | -3/+4 |