Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | Remove unused JSHint file, ESLint is the standard | Whymarrh Whitby | 2018-04-17 | 1 | -27/+0 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #3976 from MetaMask/i3973-FixLocaleSettings | kumavis | 2018-04-17 | 2 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Fix action for setting locale | Dan Finlay | 2018-04-14 | 2 | -1/+2 | |
|/ / / / / / / / / | ||||||
| | * | | | | | | | Update CHANGELOG with information about rate fetching | bitpshr | 2018-04-17 | 1 | -1/+2 | |
| | * | | | | | | | Disable token price polling when no client is active | bitpshr | 2018-04-17 | 4 | -0/+14 | |
| | * | | | | | | | Maintain token prices using a background service | bitpshr | 2018-04-16 | 7 | -81/+117 | |
| | * | | | | | | | Fetch token prices based on contract address | bitpshr | 2018-04-16 | 8 | -81/+85 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #3975 from MetaMask/i3947-composableStore | Dan Finlay | 2018-04-14 | 6 | -265/+637 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Add tests for ComposableObservableStore | bitpshr | 2018-04-14 | 2 | -11/+46 | |
| * | | | | | | | Add ComposableObservableStore for subscription management | bitpshr | 2018-04-13 | 5 | -265/+602 | |
|/ / / / / / / | ||||||
| * | | | | | | Merge branch 'master' into i3580-InternationalizeCurrency | kumavis | 2018-04-10 | 6 | -33/+994 | |
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Add basic currency localization test. | Dan | 2018-04-10 | 2 | -0/+162 | |
| * | | | | | | Fix integration tests so that they check for localize currency. | Dan | 2018-04-10 | 1 | -4/+4 | |
| * | | | | | | Lint fix. | Dan | 2018-04-10 | 2 | -2/+2 | |
| * | | | | | | Merge branch 'master' into i3580-InternationalizeCurrency | Dan | 2018-04-10 | 104 | -3163/+5310 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | 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 | 2 | -35/+1206 | |
| * | | | | | | | Fix and improve test | Dan Finlay | 2018-04-04 | 1 | -2/+12 | |
| * | | | | | | | Linted | Dan Finlay | 2018-04-04 | 1 | -1/+1 | |
| * | | | | | | | Bump changelog | Dan Finlay | 2018-04-04 | 1 | -0/+2 | |
| * | | | | | | | Internationalize currency | Dan Finlay | 2018-04-04 | 4 | -1/+44 | |
| | | | | | * | | Even more documentation for various controllers and libs. | Dan | 2018-04-19 | 13 | -49/+742 | |
| | | | |_|/ / | | | |/| | | | ||||||
| | | * | | | | Add missing descriptions in util.js | Dan | 2018-04-17 | 1 | -4/+4 | |
| | | * | | | | Document async function as returning a promise. | Dan | 2018-04-17 | 1 | -1/+1 | |
| | | * | | | | Improve documentation of promises that return undefined. | Dan | 2018-04-17 | 2 | -4/+4 | |
| | | * | | | | Typo fixes, type fixes on the return clauses of the buyEthUrl and getPreffere... | Dan | 2018-04-17 | 6 | -7/+8 | |
| | | * | | | | Spell deprecated correctly. | Dan | 2018-04-17 | 1 | -2/+2 | |
| | | * | | | | @params -> @param fix | Dan | 2018-04-17 | 3 | -8/+8 | |
| | | * | | | | Documentation for various controllers and libs | Dan | 2018-04-17 | 9 | -19/+387 | |
| | | * | | | | Documentation for environemnt-type.js | Dan | 2018-04-12 | 1 | -0/+9 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | Merge pull request #3938 from nyatla/master | kumavis | 2018-04-10 | 1 | -27/+72 | |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | ローカライズファイル以外を元に戻した | nyatla | 2018-04-10 | 3 | -3337/+1793 | |
| * | | | | | Merge tag 'v4.5.5' | nyatla | 2018-04-10 | 184 | -3344/+10841 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Update messages.json | R.IIzuka | 2018-04-10 | 2 | -92/+207 | |
* | | | | | | | Merge pull request #3894 from danjm/i3696-disablefirsttimeimportloading | kumavis | 2018-04-10 | 1 | -3/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Disable the first time flow import button while isLoading is true. | Dan | 2018-04-09 | 1 | -3/+4 | |
* | | | | | | | | Merge pull request #3852 from MetaMask/i3621-LogoPerformance | kumavis | 2018-04-10 | 2 | -1/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into i3621-LogoPerformance | kumavis | 2018-04-10 | 98 | -2011/+6507 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Translate to Turkish (#3876) | Mert Ozdag | 2018-04-10 | 2 | -0/+913 | |
* | | | | | | | | | Merge pull request #3895 from MetaMask/greenkeeper/gulp-sass-4.0.0 | kumavis | 2018-04-10 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | fix(package): update gulp-sass to version 4.0.0 | greenkeeper[bot] | 2018-04-05 | 1 | -1/+1 | |
* | | | | | | | | | | Merge pull request #3925 from MetaMask/greenkeeper/ethjs-0.3.4 | kumavis | 2018-04-10 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | fix(package): update ethjs to version 0.3.4 | greenkeeper[bot] | 2018-04-07 | 1 | -1/+1 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #3921 from MetaMask/gh-3736-react-router | kumavis | 2018-04-10 | 61 | -1787/+4799 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Fix integration tests | Alexander Tseung | 2018-04-07 | 6 | -19/+39 | |
| * | | | | | | | | Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ... | Alexander Tseung | 2018-04-06 | 17 | -49/+315 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix editing transaction | Alexander Tseung | 2018-04-06 | 1 | -2/+1 | |
| * | | | | | | | | | Revert "commit" | Alexander Tseung | 2018-04-06 | 4 | -18/+7 | |
| * | | | | | | | | | Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ... | Alexander Tseung | 2018-04-06 | 5 | -3/+6 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | commit | Alexander Tseung | 2018-04-06 | 4 | -7/+18 | |
| * | | | | | | | | | | Fix confirm-sig-requests integration test | Alexander Tseung | 2018-04-05 | 1 | -3/+3 | |
| * | | | | | | | | | | Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ... | Alexander Tseung | 2018-04-05 | 13 | -95/+239 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Fix integration tests | Alexander Tseung | 2018-04-05 | 3 | -7/+28 | |
| * | | | | | | | | | | Use new design for showing seed words | Alexander Tseung | 2018-04-04 | 1 | -1/+13 | |
| * | | | | | | | | | | commit | Alexander Tseung | 2018-04-04 | 1 | -8/+2 | |
| * | | | | | | | | | | Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ... | Alexander Tseung | 2018-04-04 | 24 | -156/+250 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Fix transaction confirmations | Alexander Tseung | 2018-04-04 | 4 | -35/+161 | |
| * | | | | | | | | | | | Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ... | Alexander Tseung | 2018-04-03 | 6 | -17/+93 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Fix merge conflicts. Modify send workflow | Alexander Tseung | 2018-04-03 | 48 | -808/+5271 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Fix lint errors | Alexander Tseung | 2018-04-03 | 13 | -414/+21 | |
| * | | | | | | | | | | | | | Add withRouter to I18nProvider component | Alexander Tseung | 2018-04-03 | 1 | -1/+6 | |
| * | | | | | | | | | | | | | Refactor onboarding flow | Alexander Tseung | 2018-04-02 | 16 | -235/+403 | |
| * | | | | | | | | | | | | | Fix conf-tx render | Alexander Tseung | 2018-03-31 | 3 | -7/+50 | |
| * | | | | | | | | | | | | | Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ... | Alexander Tseung | 2018-03-31 | 5 | -23/+26 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Fix merge conflicts | Alexander Tseung | 2018-03-31 | 101 | -944/+1774 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Fix merge conflicts. Refactor renderPrimary into Home component | Alexander Tseung | 2018-03-31 | 10 | -610/+694 | |
| * | | | | | | | | | | | | | | | Fix i18n merge conflicts | Alexander Tseung | 2018-03-30 | 120 | -849/+2004 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Fix merge conflicts. Refactor onboarding flow. | Alexander Tseung | 2018-03-29 | 18 | -91/+176 | |
| * | | | | | | | | | | | | | | | | Fix merge conflicts | Alexander Tseung | 2018-03-27 | 267 | -5943/+47127 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | Fix react-router related exceptions | Alexander Tseung | 2018-02-10 | 2 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | Merge branch 'uat-next' of https://github.com/MetaMask/metamask-extension int... | Alexander Tseung | 2018-02-09 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | 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 | 47 | -173/+1349 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | Fix lint errors | Alexander Tseung | 2018-02-02 | 4 | -10/+3 | |
| * | | | | | | | | | | | | | | | | | | | | Checks if there is currently a send in progress before redirecting to default... | Dan | 2018-02-01 | 1 | -3/+7 | |
| * | | | | | | | | | | | | | | | | | | | | Fix merge conflicts from uat-next | Alexander Tseung | 2018-02-01 | 40 | -230/+1152 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Add create new account routes, fix conflicts from uat updates | Alexander Tseung | 2018-02-01 | 20 | -643/+674 | |
| * | | | | | | | | | | | | | | | | | | | | | Merge branch 'uat' of https://github.com/MetaMask/metamask-extension into cb-254 | Alexander Tseung | 2018-01-30 | 111 | -2410/+6087 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Add prop-types to package.json, redirect from create-password screen when isI... | Alexander Tseung | 2017-12-15 | 2 | -2/+22 | |
| * | | | | | | | | | | | | | | | | | | | | | | Add route for signature request | Alexander Tseung | 2017-12-15 | 6 | -305/+454 | |
| * | | | | | | | | | | | | | | | | | | | | | | Add initialized checks for first time flow routes | Alexander Tseung | 2017-12-15 | 6 | -83/+60 | |
| * | | | | | | | | | | | | | | | | | | | | | | Add route for Mascara confirm seed | Alexander Tseung | 2017-12-15 | 4 | -120/+151 | |
| * | | | | | | | | | | | | | | | | | | | | | | Fix lint errors | Alexander Tseung | 2017-12-15 | 4 | -14/+44 | |
| * | | | | | | | | | | | | | | | | | | | | | | Add routes for mascara | Alexander Tseung | 2017-12-15 | 13 | -198/+296 | |
| * | | | | | | | | | | | | | | | | | | | | | | Add react-router to allow use of the browser back button | Alexander Tseung | 2017-12-15 | 43 | -1468/+2065 | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #3922 from MetaMask/empty-vault-fix | kumavis | 2018-04-07 | 1 | -3/+31 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | metamask - never persist if state is missing | kumavis | 2018-04-07 | 1 | -1/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | metamask - never persist if state is missing data | kumavis | 2018-04-07 | 1 | -3/+6 | |
| * | | | | | | | | | | | | | | | | | | | | | | metamask - attempt recovery from empty vault | kumavis | 2018-04-07 | 1 | -0/+22 | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #3917 from MetaMask/kumavis-patch-3 | Frankie | 2018-04-07 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | tx-state-manager - dont remove old tx history if candidate is not found | kumavis | 2018-04-07 | 1 | -2/+4 | |
| |/ / / / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #3916 from MetaMask/4.5.5 | Frankie | 2018-04-07 | 2 | -1/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | / / | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | 4.5.5v4.5.5 | kumavis | 2018-04-07 | 2 | -1/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | changelog - add changes for v4.5.5 | kumavis | 2018-04-07 | 1 | -1/+7 | |
| * | | | | | | | | | | | | | | | | | | | | | v4.5.4 | kumavis | 2018-04-07 | 2 | -1/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | changelog - add missing entries | kumavis | 2018-04-07 | 1 | -1/+3 | |
|/ / / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #3901 from MetaMask/MM-QA-Guide | kumavis | 2018-04-06 | 1 | -0/+48 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Update QA_Guide.md | Thomas Huang | 2018-04-06 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | Update QA_Guide.md | Thomas Huang | 2018-04-06 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | | | | | | | | Update | Thomas | 2018-04-06 | 1 | -2/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | Commit Metamask QA Guide | Thomas | 2018-04-06 | 1 | -0/+44 | |
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #3907 from MetaMask/fix-all-migrations | kumavis | 2018-04-06 | 9 | -89/+124 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | migrations - back fixes | frankiebee | 2018-04-06 | 9 | -89/+124 | |
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #3906 from MetaMask/migration-25 | Thomas Huang | 2018-04-06 | 4 | -3/+133 | |
|\| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | create migration 25 | frankiebee | 2018-04-06 | 4 | -3/+112 | |
| * | | | | | | | | | | | | | | | | | | | | | test - run live migrations over first time state | frankiebee | 2018-04-06 | 1 | -4/+25 | |
|/ / / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #3904 from MetaMask/migrations-template | Frankie | 2018-04-06 | 2 | -0/+46 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | meta - create a migration template | frankiebee | 2018-04-06 | 2 | -0/+46 | |
|/ / / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #3857 from MetaMask/match-local-localecodes | kumavis | 2018-04-06 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Map existingLocaleCodes and userPreferredLocaleCodes to lower case in get-fir... | Dan | 2018-04-04 | 1 | -2/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | Ensure get-first-preferred-lang-code.js matches locale codes from local direc... | Dan | 2018-04-04 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #3883 from danjm/i3685-define-event-privatekey-import | kumavis | 2018-04-06 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | event object actually passed to this.createKeyringOnEnter in private-key.js | Dan | 2018-04-05 | 1 | -1/+2 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #3887 from MetaMask/i#3886 | kumavis | 2018-04-06 | 2 | -27/+27 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | transactions - _normalizeTxParams will now return a new object for txParams | frankiebee | 2018-04-06 | 2 | -40/+27 | |
| * | | | | | | | | | | | | | | | | | | | | | transactions - remove unnecessary keys on txParams | frankiebee | 2018-04-05 | 2 | -1/+14 | |
| |/ / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #3900 from MetaMask/migration-error-report | Frankie | 2018-04-06 | 4 | -14/+80 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | migrator - dont overwrite error stack and warn to console | kumavis | 2018-04-06 | 1 | -2/+5 | |
| * | | | | | | | | | | | | | | | | | | | | | migrator - fix typo | kumavis | 2018-04-06 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | migrations - report migrations errors to sentry with vault structure | kumavis | 2018-04-06 | 4 | -14/+77 | |
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #3892 from alextsg/gh-3891 | kumavis | 2018-04-06 | 2 | -1/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Fix populating txParams with undefined data | Alexander Tseung | 2018-04-06 | 2 | -1/+10 | |
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #3899 from MetaMask/migration-24-fix | kumavis | 2018-04-06 | 2 | -1/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | make migration-24 compat with first-time-state | frankiebee | 2018-04-06 | 2 | -1/+13 | |
| | |_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #3865 from MetaMask/openlinkinnewwindow | Thomas Huang | 2018-04-06 | 2 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | Bump Changelog | Kevin Serrano | 2018-04-05 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into openlink... | Kevin Serrano | 2018-04-05 | 13 | -95/+239 | |
| |\| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | Make token helpscout link open in new tab. | Kevin Serrano | 2018-04-04 | 1 | -0/+1 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | Merge pull request #3882 from MetaMask/i#3791 | Kevin Serrano | 2018-04-05 | 3 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Change double-quotes to single-quotes | Thomas | 2018-04-05 | 2 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | | Update Changelog | Thomas | 2018-04-05 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | | | | | Merge branch 'master' into i#3791 | Thomas | 2018-04-05 | 2 | -1/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Add target=_blank exportAsFile | Thomas | 2018-04-05 | 2 | -0/+2 | |
| | |_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | Merge pull request #3884 from danjm/i3874-send-eth-to-self | Kevin Serrano | 2018-04-05 | 1 | -3/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Allow from and to address to be the same in new-ui. | Dan | 2018-04-05 | 1 | -3/+0 | |
|/ / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | Merge pull request #3880 from MetaMask/v4.5.3v4.5.3 | Thomas Huang | 2018-04-05 | 2 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | 4.5.3 | kumavis | 2018-04-05 | 2 | -1/+3 | |
|/ / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | Merge pull request #3879 from MetaMask/normalize-transactions | kumavis | 2018-04-05 | 8 | -89/+220 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | transactions - make #_validateTxParams not async and "linting" wink wink nudg... | frankiebee | 2018-04-05 | 2 | -18/+20 | |
| * | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ... | frankiebee | 2018-04-05 | 6 | -6/+16 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | Merge pull request #3878 from MetaMask/hot-fix-for-new-ui | kumavis | 2018-04-05 | 2 | -1/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | add to CHANGELOG.md | frankiebee | 2018-04-05 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | | | | hot-fix new-ui - default to an object if identities is undefined | frankiebee | 2018-04-05 | 1 | -1/+2 | |
|/ / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | Merge pull request #3875 from danjm/i3837-to-field-rinkeby-kovan | Thomas Huang | 2018-04-05 | 1 | -2/+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 pull request #3869 from MetaMask/4.5.2 | kumavis | 2018-04-05 | 2 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | 4.5.2v4.5.2 | kumavis | 2018-04-05 | 2 | -1/+3 | |
|/ / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | Merge pull request #3868 from MetaMask/chainid-fix | kumavis | 2018-04-05 | 2 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | changelog - add note on txParams.chainId validation change | kumavis | 2018-04-05 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | | | | tx - txParams - allow chainId to be a hex string | kumavis | 2018-04-04 | 1 | -1/+1 | |
|/ / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | Merge pull request #3862 from MetaMask/webby-awards-fix | Kevin Serrano | 2018-04-04 | 1 | -1/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Add webby awards to web3 block list. | Dan Finlay | 2018-04-04 | 1 | -1/+5 | |
|/ / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | add to CHANGELOG.md | frankiebee | 2018-04-05 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | | hot-fix - migrate unaproved txParams so that the from is lowercase | frankiebee | 2018-04-05 | 3 | -0/+83 | |
| * | | | | | | | | | | | | | | | | transactions - normalize txParams | frankiebee | 2018-04-05 | 4 | -80/+125 | |
|/ / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #3834 from MetaMask/3734 | kumavis | 2018-04-04 | 4 | -17/+37 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Address feedback | David Yoo | 2018-04-04 | 2 | -8/+24 | |
| * | | | | | | | | | | | | | | | | Fix tests | David Yoo | 2018-04-03 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | Address Add Token design feedback | David Yoo | 2018-04-03 | 3 | -8/+12 | |
* | | | | | | | | | | | | | | | | | Merge pull request #3854 from MetaMask/v4.5.1 | Dan Finlay | 2018-04-04 | 2 | -1/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | 4.5.1v.4.5.1 | kumavis | 2018-04-04 | 2 | -1/+3 | |
| * | | | | | | | | | | | | | | | | | changelog - add note on fixed NODE_ENV side effects | kumavis | 2018-04-04 | 1 | -0/+3 | |
|/ / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | Merge pull request #3848 from MetaMask/i#3841 | kumavis | 2018-04-04 | 1 | -2/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | tx-state-manager - validateTxParams - validate chainId is Number | kumavis | 2018-04-04 | 1 | -2/+10 | |
| * | | | | | | | | | | | | | | | | | transactions - dont throw if chain id is not a string | frankiebee | 2018-04-04 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | * | | | Improve fox logo performance | Dan Finlay | 2018-04-04 | 2 | -1/+3 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | Merge pull request #3850 from MetaMask/ci-improvements | Thomas Huang | 2018-04-04 | 5 | -74/+144 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | ci - metamaskbot-announce - gracefully handle missing PR | kumavis | 2018-04-04 | 1 | -47/+58 | |
| * | | | | | | | | | | | | | | | | ci - job-publish - publish source+sourcemaps to sentry if new release | kumavis | 2018-04-04 | 4 | -11/+63 | |
| * | | | | | | | | | | | | | | | | ci - metamaskbot announce - js style change | kumavis | 2018-04-04 | 1 | -5/+5 | |
| * | | | | | | | | | | | | | | | | ci - rename job-announce to job-publish | kumavis | 2018-04-04 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | ci - announce - add sourcemaps to artifacts | kumavis | 2018-04-04 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | | ci - load npm deps by revision to always get latest for build | kumavis | 2018-04-04 | 1 | -12/+16 | |
|/ / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #3846 from MetaMask/fetch-err-warn | kumavis | 2018-04-04 | 5 | -44/+38 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | app - currency - fix typo + prefer log over console | kumavis | 2018-04-04 | 1 | -2/+3 | |
| * | | | | | | | | | | | | | | | app - currency - fix typo | kumavis | 2018-04-04 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | app - warn on fetch errors instead of spamming sentry | kumavis | 2018-04-04 | 5 | -44/+37 | |
|/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge pull request #3845 from MetaMask/build-fix-env | Thomas Huang | 2018-04-04 | 8 | -18/+15 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | build - correctly set METAMASK_ENV via envify | kumavis | 2018-04-04 | 8 | -18/+15 | |
|/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Merge pull request #3835 from MetaMask/4.5.0v4.5.0 | Thomas Huang | 2018-04-03 | 2 | -3/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | 4.5.0 | kumavis | 2018-04-03 | 2 | -2/+4 | |
| * | | | | | | | | | | | | | | changelog - add note on locales | kumavis | 2018-04-03 | 1 | -1/+2 | |
|/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Merge pull request #3830 from MetaMask/build-perf | Thomas Huang | 2018-04-03 | 3 | -13/+87 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of github.com:MetaMask/metamask-extension into build-perf | kumavis | 2018-04-03 | 41 | -974/+4192 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | build - use uglifyify and gulp-multi-process for better performance | kumavis | 2018-03-31 | 3 | -64/+91 | |
* | | | | | | | | | | | | | | | Merge pull request #3833 from MetaMask/ci-patch | kumavis | 2018-04-03 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | ci - dont log unneeded env var | kumavis | 2018-04-03 | 1 | -1/+0 | |
|/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Merge pull request #3831 from MetaMask/i#3770 | Frankie | 2018-04-03 | 4 | -6/+42 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | tests - fix txController tests so that txMetas have a from feild | frankiebee | 2018-04-03 | 1 | -2/+4 | |
| * | | | | | | | | | | | | | | transactions gasLimit - use the block gasLimit if getCode fails | frankiebee | 2018-04-03 | 2 | -3/+6 | |
| * | | | | | | | | | | | | | | transactions validationt - valdate from field on txParams | frankiebee | 2018-04-03 | 2 | -1/+32 | |
* | | | | | | | | | | | | | | | Merge pull request #3805 from MetaMask/ci-screens | kumavis | 2018-04-03 | 10 | -355/+3156 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ci-screens | kumavis | 2018-04-03 | 13 | -351/+341 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge pull request #3828 from MetaMask/lint-sys-fix | kumavis | 2018-04-03 | 8 | -8/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into lint-sys-fix | kumavis | 2018-04-03 | 18 | -302/+646 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | lint - remove use of 'event' global | kumavis | 2018-04-03 | 2 | -3/+3 | |
| * | | | | | | | | | | | | | | | | lint - rules - disallow 'event' global | kumavis | 2018-04-03 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | | old-ui - lint fixes | kumavis | 2018-04-03 | 4 | -4/+1 | |
| * | | | | | | | | | | | | | | | | lint - include old ui | kumavis | 2018-04-03 | 1 | -2/+2 | |
| | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #3825 from danjm/i3668-warnusertxsimulationfails | Thomas Huang | 2018-04-03 | 5 | -343/+335 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Adds simulation failure error messages to confirm screen. | Dan | 2018-04-03 | 4 | -0/+44 | |
| * | | | | | | | | | | | | | | | UpdateSendErrors only called when balance defined, recalled if balance updates. | Dan | 2018-04-03 | 3 | -343/+291 | |
| | | * | | | | | | | | | | | | | ci:screens - turn on repeat in walkthrough gif | kumavis | 2018-04-03 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | | deps - update shell-parallel | kumavis | 2018-04-03 | 2 | -4/+15 | |
| | | * | | | | | | | | | | | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ci-screens | kumavis | 2018-04-03 | 5 | -12/+130 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #3829 from MetaMask/locales-lint | Thomas Huang | 2018-04-03 | 5 | -3/+121 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | lint - i18n - ru - lint fix | kumavis | 2018-04-03 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | | lint - lint json files in app/ | kumavis | 2018-04-03 | 4 | -3/+120 | |
|/ / / / / / / / / / / / / / / / | ||||||
| | | * | | | | | | | | | | | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ci-screens | kumavis | 2018-04-03 | 27 | -642/+1120 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #3826 from danjm/ensure-txparams-0xprefixed | kumavis | 2018-04-03 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Ensure txParams are prefixed with 0x when sending. | Dan | 2018-04-03 | 1 | -0/+4 | |
| |/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #3763 from MetaMask/i18n-helper | kumavis | 2018-04-03 | 11 | -125/+81 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | deps - bump package-lock.json | kumavis | 2018-04-03 | 1 | -47/+0 | |
| * | | | | | | | | | | | | | | | Update translating-guide.md | kumavis | 2018-04-03 | 1 | -3/+6 | |
| * | | | | | | | | | | | | | | | Merge branch 'master' into i18n-helper | kumavis | 2018-04-03 | 111 | -1215/+2523 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #3783 from gornov/master | kumavis | 2018-04-03 | 1 | -172/+250 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Modified Russian localization. resolves #3534, #3644 | Gornov Dmitry | 2018-03-29 | 1 | -172/+250 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge pull request #3816 from MetaMask/kumavis-patch-2 | Dan Finlay | 2018-04-01 | 1 | -3/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | identicon - set blockies height and width to identicon diameter | kumavis | 2018-03-31 | 1 | -3/+2 | |
|/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge pull request #3801 from danjm/i3684-txlistitemstest | kumavis | 2018-03-31 | 2 | -0/+189 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Adds integration tests for rendering of tx list items. | Dan | 2018-03-30 | 2 | -0/+189 | |
* | | | | | | | | | | | | | | | Merge pull request #3774 from danjm/i3686-txparamundefined-sigrequestsintxlist | kumavis | 2018-03-31 | 3 | -9/+22 | |
|\| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge branch 'master' into i3686-txparamundefined-sigrequestsintxlist | Dan | 2018-03-30 | 87 | -562/+1036 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | 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 | 3 | -9/+21 | |
* | | | | | | | | | | | | | | | | Merge pull request #3762 from danjm/i3471-checkbalanceonconfirmscreen | kumavis | 2018-03-31 | 6 | -21/+175 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Fix lint and tests | Dan | 2018-03-30 | 2 | -4/+4 | |
| * | | | | | | | | | | | | | | | Merge branch 'master' into i3471-checkbalanceonconfirmscreen | Dan | 2018-03-30 | 87 | -561/+1035 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | 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 | 107 | -723/+1250 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | 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 | 4 | -15/+97 | |
* | | | | | | | | | | | | | | | | Merge pull request #3808 from MetaMask/txMeta-origin | kumavis | 2018-03-31 | 4 | -16/+21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | transactions#newUnapprovedTransaction - dont default origin to metamask | frankiebee | 2018-03-31 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | transactions - put the origing on the txMeta to help with debugging | frankiebee | 2018-03-31 | 2 | -3/+8 | |
| * | | | | | | | | | | | | | | | | deps - bump proviedr-engine | frankiebee | 2018-03-31 | 2 | -13/+13 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #3806 from MetaMask/build-dev-fix | Frankie | 2018-03-31 | 2 | -7/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | build - properly set GULP_METAMASK_DEBUG on dev | kumavis | 2018-03-31 | 2 | -7/+5 | |
|/ / / / / / / / / / / / / / / | ||||||
| | | | | * | | | | | | | | | | i18n - further improve locale verifier | kumavis | 2018-03-28 | 1 | -41/+28 | |
| | | | | * | | | | | | | | | | i18n - cleanup verify locales util | kumavis | 2018-03-28 | 1 | -66/+80 | |
| | | | | * | | | | | | | | | | i18n - fix casing for key 'downloadStateLogs' | kumavis | 2018-03-28 | 8 | -8/+8 | |
| | | |_|/ / / / / / / / / / | | |/| | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | ci - screens - increase delay before setting provider type | kumavis | 2018-03-31 | 1 | -1/+1 | |
| | | | | * | | | | | | | | | ci - breakout announce job to upload builds and screenshots | kumavis | 2018-03-31 | 1 | -13/+35 | |
| | | | | * | | | | | | | | | ci - screens - add delay after setting network | kumavis | 2018-03-31 | 1 | -0/+1 | |
| | | | | * | | | | | | | | | ci - build:announce - fix script path | kumavis | 2018-03-31 | 1 | -1/+1 | |
| | | | | * | | | | | | | | | ci - build:announce - replace bash qith js because of string escaping nightmare | kumavis | 2018-03-31 | 2 | -34/+52 | |
| | | | | * | | | | | | | | | ci - build:announce - fix json escaping | kumavis | 2018-03-31 | 1 | -6/+6 | |
| | | | | * | | | | | | | | | ci - build:announce - fix json escaping | kumavis | 2018-03-31 | 1 | -6/+6 |