Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix merge conflicts | brunobar79 | 2018-10-21 | 104 | -8896/+12489 |
|\ | |||||
| * | Merge pull request #5555 from MetaMask/support-wallet-watch-asset | kumavis | 2018-10-21 | 2 | -1/+6 |
| |\ | | | | | | | Support for prefix wallet_watchAsset | ||||
| | * | add support for wallet_watchAsset | Esteban MIno | 2018-10-20 | 2 | -1/+6 |
| | | | |||||
| * | | i18n - use localized names in language selection | Brandon Wissmann | 2018-10-21 | 2 | -22/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #4250 (#5559) * Added localized names for languages * Capital letter for Čeština * capital letter Русский * i18n - use localized names in language selection * fix build * package-lock.json build fix | ||||
| * | | Merge pull request #5543 from MetaMask/shapeshift-list-item | Thomas Huang | 2018-10-20 | 1 | -3/+2 |
| |\ \ | | | | | | | | | Update Shapeshift logo url and adjust list item contents | ||||
| | * | | Update Shapeshift logo url and adjust list item contents | Thomas | 2018-10-18 | 1 | -3/+2 |
| | | | | |||||
| * | | | Merge pull request #5561 from MetaMask/deps-fix-gulp | Thomas Huang | 2018-10-20 | 2 | -25/+384 |
| |\ \ \ | | | | | | | | | | | deps - fix gulp ref to gulp#v4.0.0 | ||||
| | * | | | deps - fix gulp ref to gulp#v4.0.0 | kumavis | 2018-10-20 | 2 | -25/+384 |
| |/ / / | |||||
| * | / | specific add and remove methods for frequentRpcList (#5554) | Esteban Miño | 2018-10-20 | 3 | -28/+46 |
| | |/ | |/| | |||||
| * | | Set `NODE_ENV` when generating bundler (#4983) | William Chong | 2018-10-19 | 1 | -1/+3 |
| | | | |||||
| * | | Merge pull request #5540 from MetaMask/master | kumavis | 2018-10-18 | 2 | -5/+22 |
| |\ \ | | |/ | |/| | Merge master into develop | ||||
| | * | Merge pull request #5539 from MetaMask/v4.16.0 | kumavis | 2018-10-18 | 115 | -995/+4688 |
| | |\ | | | | | | | | | Version 4.16.0 | ||||
| | | * | Update CHANGELOG.mdv4.16.0 | Kevin Serrano | 2018-10-18 | 1 | -1/+1 |
| | | | | |||||
| | | * | Changelog - fix release dates | kumavis | 2018-10-18 | 1 | -2/+2 |
| | | | | |||||
| | | * | 4.16.0 | kumavis | 2018-10-18 | 2 | -5/+22 |
| | |/ | |/| | |||||
| * | | Merge pull request #5537 from MetaMask/inpage-provider-maxlisteners | kumavis | 2018-10-18 | 1 | -0/+2 |
| |\ \ | | | | | | | | | inpage - increase provider max listeners to avoid warnings | ||||
| | * | | inpage - increase provider max listeners to avoid warnings | kumavis | 2018-10-18 | 1 | -0/+2 |
| |/ / | |||||
| * | | i18n - add polish (pl) | Bartek | 2018-10-18 | 2 | -0/+1214 |
| | | | |||||
| * | | Merge pull request #5127 from MetaMask/account-tracker-network-change | kumavis | 2018-10-18 | 1 | -1/+7 |
| |\ \ | | | | | | | | | Bug Fix: Force AccountTracker to update balances on network change | ||||
| | * \ | Merge branch 'develop' into account-tracker-network-change | kumavis | 2018-09-28 | 337 | -4902/+14253 |
| | |\ \ | |||||
| | * | | | metamask controller - force account tracker to update balances on network change | kumavis | 2018-08-23 | 1 | -0/+4 |
| | | | | | |||||
| * | | | | Merge pull request #5536 from whymarrh/add-token-help | Whymarrh Whitby | 2018-10-18 | 9 | -165/+90 |
| |\ \ \ \ | | | | | | | | | | | | | Add clarifying text to the "Add Token" button | ||||
| | * | | | | Extract Add Token button into its own component | Whymarrh Whitby | 2018-10-18 | 8 | -25/+90 |
| | | | | | | |||||
| | * | | | | Delete add-token integration test | Whymarrh Whitby | 2018-10-18 | 1 | -140/+0 |
| | | | | | | |||||
| * | | | | | Merge pull request #5522 from MetaMask/fetch-debugging | Whymarrh Whitby | 2018-10-18 | 2 | -0/+37 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | debugging - enable fetch debugging | ||||
| | * | | | | enable fetch debugging | kumavis | 2018-10-15 | 2 | -0/+37 |
| | | | | | | |||||
| * | | | | | Adds toggle for primary currency (#5421) | Alexander Tseung | 2018-10-17 | 85 | -653/+2466 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add UnitInput component * Add CurrencyInput component * Add UserPreferencedCurrencyInput component * Add UserPreferencedCurrencyDisplay component * Add updatePreferences action * Add styles for CurrencyInput, CurrencyDisplay, and UnitInput * Update SettingsTab page with Primary Currency toggle * Refactor currency displays and inputs to use UserPreferenced displays and inputs * Add TokenInput component * Add UserPreferencedTokenInput component * Use TokenInput in the send screen * Fix unit tests * Fix e2e and integration tests * Remove send/CurrencyDisplay component * Replace diamond unicode character with Eth logo. Fix typos | ||||
| * | | | | | Merge pull request #5534 from whymarrh/i18n-warnings | Whymarrh Whitby | 2018-10-17 | 1 | -1/+1 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Lower i18n-helper#getMessage log level from error to warning | ||||
| | * | | | | | Lower i18n-helper#getMessage log level from error to warning | Whymarrh Whitby | 2018-10-17 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #5535 from whymarrh/export-privkey-words | Whymarrh Whitby | 2018-10-17 | 1 | -2/+2 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | Update wording on export private key modal | ||||
| | * | | | | | Fix wording of private key warning shown during export | Whymarrh Whitby | 2018-10-17 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | Update wording on export privkey modal | Whymarrh Whitby | 2018-10-17 | 1 | -1/+1 |
| |/ / / / / | |||||
| | | | | * | Merge pull request #5512 from MetaMask/v4.14.0 | Kevin Serrano | 2018-10-15 | 429 | -9291/+21575 |
| | | | | |\ | | | | | | | | | | | | | | | Version 4.14.0 | ||||
* | | | | | | | fix conflicts | brunobar79 | 2018-10-17 | 298 | -12054/+28334 |
|\| | | | | | | |||||
| * | | | | | | Merge pull request #5530 from whymarrh/fix-web3-inject-checks | Whymarrh Whitby | 2018-10-17 | 1 | -7/+12 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix document extension check when injecting web3 | ||||
| | * | | | | | | Fix document extension check when injecting web3 | Whymarrh Whitby | 2018-10-16 | 1 | -7/+12 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #5529 from whymarrh/max-btn-click-area | Whymarrh Whitby | 2018-10-16 | 2 | -19/+24 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Decrease click area for AmountMaxButton on send screen | ||||
| | * | | | | | | | Decrease click area for AmountMaxButton on send screen | Whymarrh Whitby | 2018-10-16 | 2 | -19/+24 |
| | |/ / / / / / | |||||
| * | | | | | | | Merge pull request #5528 from MetaMask/remove-greenkeeper-badge | Thomas Huang | 2018-10-16 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | Remove greenkeeper badge from README | ||||
| | * | | | | | | Remove greenkeeper badge from README | Thomas | 2018-10-16 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | add tooltip for view etherscan tx (#5518) | Michael J. Cohen | 2018-10-16 | 1 | -7/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add tooltip for view etherscan tx * run lint | ||||
| * | | | | | | | Merge pull request #5521 from MetaMask/deps-old-ethjs-fix | kumavis | 2018-10-16 | 2 | -92/+70 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | bug fix - bump eth-token-tracker for ethjs-rpc bug in deps | ||||
| | * | | | | | | | deps - bump eth-token-tracker for ethjs-rpc bug in deps | kumavis | 2018-10-15 | 2 | -92/+70 |
| | | |/ / / / / | | |/| | | | | | |||||
| * | | | | | | | Improve Korean translations (#5515) | Noel Yoo | 2018-10-16 | 1 | -7/+85 |
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add more korean translation * Improve korean translation | ||||
| * | | | | | | Fixed wrong Spanish translation of `key` (#5517) | Pedro Gutiérrez | 2018-10-16 | 1 | -7/+7 |
| | | | | | | | |||||
| * | | | | | | Add txReceipt data to transaction details (#5513) | Alexander Tseung | 2018-10-16 | 9 | -6/+126 |
| | | | | | | | |||||
| * | | | | | | Update Italian translations (#5502) | matteopey | 2018-10-16 | 2 | -5/+481 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add new english messages * Update translation * Update changelog * Fix casing of MetaMask | ||||
| * | | | / | deps - bump eth-json-rpc-middleware for pending blockRef bugfix | kumavis | 2018-10-12 | 2 | -17/+31 |
| | |_|_|/ | |/| | | | |||||
| * | | | | Merge pull request #5511 from MetaMask/merge-master | kumavis | 2018-10-12 | 2 | -1/+4 |
| |\ \ \ \ | | | | | | | | | | | | | Merge master into develop (resolves merge conflict) | ||||
| | * | | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into develop | kumavis | 2018-10-12 | 2 | -1/+4 |
| |/| | | | | | | |_|/ | | |/| | | |||||
| | * | | | Merge pull request #5384 from MetaMask/Version-4.13.0 | Dan Finlay | 2018-10-05 | 2 | -2/+6 |
| | |\ \ \ | | | | | | | | | | | | | Version 4.13.0 | ||||
| | | * | | | Version 4.13.0v4.13.0 | Dan Finlay | 2018-09-28 | 2 | -2/+6 |
| | |/ / / | |||||
| * | | | | Correct 4.14.0 version | Dan Finlay | 2018-10-12 | 2 | -2/+2 |
| | | | | | |||||
| * | | | | Merge pull request #5503 from whymarrh/fix-zendesk-links | Whymarrh Whitby | 2018-10-12 | 4 | -4/+4 |
| |\ \ \ \ | | | | | | | | | | | | | Update Zendesk links for new subdomain | ||||
| | * | | | | Update Zendesk links for new subdomain | Whymarrh Whitby | 2018-10-12 | 4 | -4/+4 |
| | | | | | | |||||
| * | | | | | Merge pull request #5505 from MetaMask/Version-4.14.0 | Thomas Huang | 2018-10-12 | 2 | -1/+4 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Version 4.14.0 | ||||
| | * | | | | | Version 4.14.0v4.14.0 | Dan Finlay | 2018-10-12 | 2 | -1/+4 |
| | | | | | | | |||||
| * | | | | | | Fix en, ko locales (#5483) | Noel Yoo | 2018-10-11 | 2 | -49/+49 |
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix en typo * Fix ko typo * Remove unnecessary space * Fix ko typo * Improve translation in ko | ||||
| * | | | | | Merge pull request #5494 from whymarrh/fix-seed-phrase-screen | Thomas Huang | 2018-10-11 | 1 | -1/+1 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Fix styling of first-time-flow container | ||||
| | * | | | | | Fix styling of first-time-flow container | Whymarrh Whitby | 2018-10-11 | 1 | -1/+1 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #5491 from whymarrh/assert-new-tx-using-selected-address | Whymarrh Whitby | 2018-10-11 | 2 | -4/+30 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Ensure that new transactions added are using the selected address | ||||
| | * | | | | | Ensure that new transactions added are using the selected address | Whymarrh Whitby | 2018-10-11 | 2 | -4/+30 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #5490 from whymarrh/revert-5375 | Whymarrh Whitby | 2018-10-11 | 1 | -23/+1 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Revert txReceipt merge | ||||
| | * | | | | | Revert "transactions - add txReceipt to the txMeta body for confirmed txs ↵ | Whymarrh Whitby | 2018-10-11 | 1 | -23/+1 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#5375)" This reverts commit ff67293a8ef61308d602d09f26b163b9b9ec90d3. | ||||
| * | | | | | test - add actions unit tests (#5369) | Thomas Huang | 2018-10-10 | 5 | -141/+1643 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Actions.spec.js * Error handling tests * Lint | ||||
| * | | | | | Merge pull request #5480 from noelyoo/typo | kumavis | 2018-10-10 | 2 | -236/+236 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Alphabetize locales keys | ||||
| | * | | | | | Alphabetize ko locale json keys | noelyoo | 2018-10-10 | 1 | -224/+224 |
| | | | | | | | |||||
| | * | | | | | Alphabetize en locale json keys | noelyoo | 2018-10-10 | 1 | -12/+12 |
| | | | | | | | |||||
| * | | | | | | transactions - add txReceipt to the txMeta body for confirmed txs (#5375) | Frankie | 2018-10-10 | 1 | -1/+23 |
| | | | | | | | |||||
| * | | | | | | CI - Allow sourcemap uploads to sentry for empty version (#5403) | Bruno Barbieri | 2018-10-10 | 1 | -13/+25 |
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Allow sourcemap uploads to sentry for empty version * Fix comments * fix console log msgs * fix console log msgs * clean up * fix linter errors | ||||
| * | | | | | Make all addresses EIP-55 compliant (#5379) | bakaoh | 2018-10-10 | 4 | -9/+15 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | * Make all addresses EIP-55 compliant * Checksum autocompleted address but not during input | ||||
| * | | | | Fix formatting of locale files (#5479) | Noel Yoo | 2018-10-10 | 15 | -956/+956 |
| | | | | | |||||
| * | | | | tests - integration - Add Drizzle tests (#5467) | Bruno Barbieri | 2018-10-10 | 8 | -4/+330 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added drizzle app for testing * working * clean up * clean up script * make build step required * add drizzle-tests to .eslintignore * clean up drizzle run script * lint * use truffle unbox * undo eslintignore changes * revert change * dont use global * dont need this steps * use the new account flow * restore package-lock.json | ||||
| * | | | | i18n - fr - improvements | Vincent | 2018-10-10 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * french locales: fix typos and improve wording * french locales: more fixes and rewording * fixed typo * fixed typo * added missing translations * fixed alphabetical order * fixed alphabetical order * added missing translations for FR * fixed verify-locale-strings.js * fixed indentation * fixed indentation * updated french locale * updated changelog with changes logs * a few fixes after receiving comments, mostly Caps removing and adding * translated 2 missing french locale words and also remove a caps * Update messages.json * Update messages.json | ||||
| * | | | | Fixed lint errors | Santiago Gonzalez Toral | 2018-10-10 | 1 | -11/+11 |
| | | | | | |||||
| * | | | | Added account options on home screen | Santiago Gonzalez Toral | 2018-10-10 | 10 | -4/+208 |
| | | | | | |||||
| * | | | | Merge pull request #5465 from alextsg/fix-values | Alexander Tseung | 2018-10-10 | 2 | -3/+8 |
| |\ \ \ \ | | | | | | | | | | | | | Fix token values being undefined | ||||
| | * | | | | Fix token values being undefined | Alexander Tseung | 2018-10-09 | 2 | -3/+8 |
| | | | | | | |||||
| * | | | | | update package-lock.json | brunobar79 | 2018-10-10 | 1 | -28/+24 |
| | | | | | | |||||
| * | | | | | bump eth-json-rpc-middleware | brunobar79 | 2018-10-10 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Fix Korean typos (#5472) | Noel Yoo | 2018-10-10 | 1 | -7/+7 |
| | | | | | | |||||
| * | | | | | Merge pull request #5458 from MetaMask/provider-subs | Bruno Barbieri | 2018-10-10 | 7 | -100/+239 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Feature: Subscription support | ||||
| | * | | | | | workaround - fix for drizzle | kumavis | 2018-10-09 | 1 | -2/+11 |
| | | | | | | | |||||
| | * | | | | | deps - bump inpage-provider for drizzle workaround | kumavis | 2018-10-09 | 2 | -4/+4 |
| | | | | | | | |||||
| | * | | | | | deps - bump metamask-inpage-provider for bug fix | kumavis | 2018-10-09 | 2 | -101/+4 |
| | | | | | | | |||||
| | * | | | | | provider - network - restore block-ref-rewrite middleware references | kumavis | 2018-10-09 | 4 | -8/+8 |
| | | | | | | | |||||
| | * | | | | | provider - enable subscription support (newHeads, logs) | kumavis | 2018-10-08 | 4 | -92/+303 |
| | | | | | | | |||||
| | * | | | | | deps - bump eth-block-tracker for safe-event-emitter | kumavis | 2018-10-04 | 2 | -9/+25 |
| | | | | | | | |||||
| * | | | | | | 100% French locale, reordering of English locale, fixes #5457 (#5470) | Vincent | 2018-10-09 | 4 | -126/+805 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * french locales: fix typos and improve wording * french locales: more fixes and rewording * fixed typo * fixed typo * added missing translations * fixed alphabetical order * fixed alphabetical order * added missing translations for FR * fixed verify-locale-strings.js * fixed indentation * fixed indentation * updated french locale * updated changelog with changes logs * a few fixes after receiving comments, mostly Caps removing and adding | ||||
| * | | | | | | Refactor buffer constructor (#5468) | Noel Yoo | 2018-10-09 | 4 | -4/+4 |
| | | | | | | | |||||
| * | | | | | | Fix typos (#5471) | Noel Yoo | 2018-10-09 | 4 | -5/+5 |
| | |/ / / / | |/| | | | | |||||
| * | | | | | Merge pull request #5461 from eduadiez/develop | Thomas Huang | 2018-10-09 | 1 | -1/+1 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Added webRequest.RequestFilter to filter main_frame .eth requests | ||||
| | * | | | | | Added webRequest.RequestFilter to filter main_frame .eth requests | Eduardo Antuña Díez | 2018-10-09 | 1 | -1/+1 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #5442 from whymarrh/fix-page-container-footer | Whymarrh Whitby | 2018-10-06 | 3 | -64/+64 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Fix markup for inline instances of PageContainers | ||||
| | * | | | | | Fix markup for inline instances of `PageContainer`s | Whymarrh Whitby | 2018-10-06 | 3 | -64/+64 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #5440 from alextsg/fix-translate | Alexander Tseung | 2018-10-06 | 4 | -2/+14 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | Fix action translations edge cases | ||||
| | * | | | | | Fix action translations edge cases | Alexander Tseung | 2018-10-06 | 4 | -2/+14 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #5428 from alextsg/i5372-queue-order | Dan Finlay | 2018-10-06 | 2 | -3/+3 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Reverse pending transactions order | ||||
| | * | | | | | Reverse pending transactions order | Alexander Tseung | 2018-10-05 | 2 | -3/+3 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #5438 from MetaMask/update-balance-on-unlock | Dan Finlay | 2018-10-06 | 1 | -0/+1 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Update all balances on password unlock | ||||
| | * \ \ \ \ \ | Merge branch 'develop' into update-balance-on-unlock | Dan Finlay | 2018-10-06 | 3 | -0/+4 |
| | |\ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | Remove package-lock changes | Dan Finlay | 2018-10-06 | 1 | -163/+154 |
| | | | | | | | | |||||
| * | | | | | | | Fix updating of pending transactions | Dan Finlay | 2018-10-06 | 4 | -154/+167 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Transaction statuses were not being properly updated when: - MetaMask was unlocked - The network was changed This PR fixes both of those. Fixes #5174 | ||||
| | * | | | | | | Update all balances on password unlock | Dan Finlay | 2018-10-06 | 1 | -0/+1 |
| |/ / / / / / | |||||
| * | | | | | | Merge pull request #5432 from alextsg/i5362-fix-translate | Dan Finlay | 2018-10-06 | 7 | -20/+111 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Translate method names in the transaction list only when applicable | ||||
| | * | | | | | | Translate method names in the transaction list only when applicable | Alexander Tseung | 2018-10-05 | 7 | -20/+111 |
| | |/ / / / / | |||||
| * | | | | | | Merge pull request #5427 from alextsg/i5371-update-cancel-copy | Alexander Tseung | 2018-10-05 | 1 | -1/+1 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Update "cancel" copy | ||||
| | * | | | | | | Update "cancel" copy | Alexander Tseung | 2018-10-05 | 1 | -1/+1 |
| | |/ / / / / | |||||
| * / / / / / | Increase suggested gas percentile to 65 (#5359) | Dan Finlay | 2018-10-05 | 2 | -2/+2 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Increase suggested gas percentile to 65 I keep submitting transactions then waiting a long time. Apparently 50th percentile isn't enough. * Update test for getGasPrice | ||||
| * | | | | | Merge pull request #5412 from whymarrh/after-install-steps | Whymarrh Whitby | 2018-10-04 | 1 | -9/+0 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Don't open MetaMask website after install | ||||
| | * | | | | | Don't open metamask.io after install anymore | Whymarrh Whitby | 2018-10-02 | 1 | -9/+0 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #5419 from whymarrh/remove-copy-contract-address | Whymarrh Whitby | 2018-10-04 | 5 | -23/+2 |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | Remove "Copy Contract Address" from token options | ||||
| | * | | | | | Remove "Copy Contract Address" from token options | Whymarrh Whitby | 2018-10-04 | 5 | -23/+2 |
| | | | | | | | |||||
| * | | | | | | fix typos (#5418) | satboy78 | 2018-10-04 | 1 | -1/+1 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #5406 from whymarrh/bypass-phishing-warning | Dan Finlay | 2018-10-02 | 6 | -4/+116 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | Allow users to bypass phishing warning | ||||
| | * | | | | Style links on phishing page with an underline | Whymarrh Whitby | 2018-10-02 | 1 | -0/+1 |
| | | | | | | |||||
| | * | | | | Style links on phishing page with cursor: pointer; | Whymarrh Whitby | 2018-10-02 | 1 | -0/+1 |
| | | | | | | |||||
| | * | | | | Hook MetaMaskController up with phishing detection page | Whymarrh Whitby | 2018-10-02 | 2 | -2/+60 |
| | | | | | | |||||
| | * | | | | Add domain whitelist method to MetaMaskController | Whymarrh Whitby | 2018-10-02 | 1 | -0/+11 |
| | | | | | | |||||
| | * | | | | Add ability to whitelist a blacklisted domain at runtime | Whymarrh Whitby | 2018-10-02 | 2 | -0/+37 |
| | | | | | | |||||
| | * | | | | Update title and copy of phishing warning page | Whymarrh Whitby | 2018-10-02 | 1 | -2/+6 |
| |/ / / / | |||||
| * | | | | Merge pull request #5409 from MetaMask/provider-fix-url-auth | Thomas Huang | 2018-10-02 | 2 | -189/+167 |
| |\ \ \ \ | | | | | | | | | | | | | bugfix - bump provider for url auth support | ||||
| | * | | | | bugfix - bump provider for url auth support | kumavis | 2018-10-02 | 2 | -189/+167 |
| |/ / / / | |||||
| * | | | | Merge pull request #5329 from whymarrh/confirm-features | Whymarrh Whitby | 2018-10-02 | 13 | -25/+260 |
| |\ \ \ \ | | | | | | | | | | | | | Add batch reject to confirm screen | ||||
| | * | | | | Only use current network txs when calculating "Reject All" | Whymarrh Whitby | 2018-10-02 | 1 | -1/+6 |
| | | | | | | |||||
| | * | | | | Switch page-container__footer-* for header and footer tags | Whymarrh Whitby | 2018-10-02 | 3 | -27/+27 |
| | | | | | | |||||
| | * | | | | Reword batch reject confirm as "Reject All" | Whymarrh Whitby | 2018-10-02 | 2 | -1/+4 |
| | | | | | | |||||
| | * | | | | Confirm rejecting multiple transactions with modal | Whymarrh Whitby | 2018-10-02 | 8 | -4/+103 |
| | | | | | | |||||
| | * | | | | s/Cancel/Reject/ on confirm screen for clarity | Whymarrh Whitby | 2018-10-02 | 2 | -1/+8 |
| | | | | | | |||||
| | * | | | | Add "Cancel All" button to confirm footer | Whymarrh Whitby | 2018-10-02 | 5 | -4/+82 |
| | | | | | | |||||
| | * | | | | Have PageContainerFooter take children node | Whymarrh Whitby | 2018-10-02 | 3 | -21/+64 |
| | | | | | | |||||
| * | | | | | Merge pull request #5380 from whymarrh/send-with-hex-data | Whymarrh Whitby | 2018-10-02 | 15 | -29/+87 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Allow sending transactions with hex data and no recipient | ||||
| | * | | | | | Recipient not required on send screen when hex data present | Whymarrh Whitby | 2018-10-01 | 5 | -4/+17 |
| | | | | | | | |||||
| | * | | | | | Rework estimateGas logic | Whymarrh Whitby | 2018-10-01 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tests still pass! | ||||
| | * | | | | | Update gas when hex data changes on send screen | Whymarrh Whitby | 2018-10-01 | 9 | -14/+56 |
| | | | | | | | |||||
| | * | | | | | Update send.utils.test to with better mocks | Whymarrh Whitby | 2018-10-01 | 1 | -5/+8 |
| | | | | | | | |||||
| | * | | | | | Allow sending transactions with hex data and no recipient | Whymarrh Whitby | 2018-10-01 | 1 | -2/+2 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #5400 from whymarrh/dot-only-hunter | Whymarrh Whitby | 2018-10-02 | 2 | -8/+1 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | Remove dot-only-hunter package | ||||
| | * | | | | npm uninstall dot-only-hunter | Whymarrh Whitby | 2018-10-01 | 2 | -7/+0 |
| | | | | | | |||||
| | * | | | | Remove dot-only-hunter from test:unit script | Whymarrh Whitby | 2018-10-01 | 1 | -1/+1 |
| |/ / / / | |||||
| * | | | | Merge pull request #5402 from whymarrh/fix-e2e-tests | Whymarrh Whitby | 2018-10-01 | 2 | -17/+4 |
| |\ \ \ \ | | | | | | | | | | | | | Fix e2e tests for adding custom RPC endpoints | ||||
| | * | | | | Fix error message shown in assertElementNotPresent e2e helper fn | Whymarrh Whitby | 2018-10-01 | 1 | -3/+1 |
| | | | | | | |||||
| | * | | | | Don't log errors extraneously in e2e tests | Whymarrh Whitby | 2018-10-01 | 1 | -1/+0 |
| | | | | | | |||||
| | * | | | | Update e2e tests for adding mutliple custom RPC endpoints | Whymarrh Whitby | 2018-10-01 | 1 | -12/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refs 56965b3 Refs #5267 The list of custom RPC endpoints is no longer limited to 3 entries so the test is now to confirm that they _all_ show up. | ||||
| | * | | | | Switch string concatenation to template string | Whymarrh Whitby | 2018-10-01 | 1 | -1/+1 |
| |/ / / / | |||||
| * | | | | Improvement: Reposition customize gas error (#5265) | Sean | 2018-10-01 | 1 | -2/+4 |
| | | | | | |||||
| * | | | | Merge pull request #5325 from sam-aldis/patch-1 | Dan Finlay | 2018-10-01 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | | | Debounce was breaking in update | ||||
| | * | | | | Debounce was breaking in update | UKJP Design | 2018-09-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | As found in issue here: https://github.com/MetaMask/metamask-extension/issues/5064 Pinned the version at 1.1.0 until the new version with breaking changes can be intergrated. | ||||
| * | | | | | support editable customRPC (#5267) | HackyMiner | 2018-09-29 | 6 | -7/+49 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * support editable customRPC #5246 * remove rpcList size restriction | ||||
| * | | | | | Merge pull request #5271 from farahbrunache/develop | kumavis | 2018-09-28 | 2 | -0/+1241 |
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | Added Haitian Creole translations | ||||
| | * | | | | i18n - ht - fix json formatting | kumavis | 2018-09-28 | 1 | -4/+1 |
| | | | | | | |||||
| | * | | | | i18n - index - fix whitespace | kumavis | 2018-09-28 | 1 | -21/+21 |
| | | | | | | |||||
| | * | | | | fixed quotes in line 749 | Farah Brunache | 2018-09-21 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | fixed some grammatical errors | Farah Brunache | 2018-09-17 | 1 | -15/+13 |
| | | | | | | |||||
| | * | | | | added Haitian Creole translations | Farah Brunache | 2018-09-16 | 2 | -20/+1266 |
| | | | | | | |||||
| * | | | | | Merge pull request #5383 from MetaMask/Version-4.12.0 | Dan Finlay | 2018-09-28 | 3 | -15/+64 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Version 4.12.0 | ||||
| | * | | | | | Correct changelog datev4.12.0 | Dan Finlay | 2018-09-28 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | Fix package lock | Dan Finlay | 2018-09-28 | 1 | -24/+36 |
| | | | | | | | |||||
| | * | | | | | Version 4.12.0 | Dan Finlay | 2018-09-28 | 2 | -2/+6 |
| | | | | | | | |||||
| | * | | | | | Merge remote-tracking branch 'origin/master' into Version-4.12.0 | Dan Finlay | 2018-09-28 | 3 | -5/+38 |
| |/| | | | | | | | |_|/ / | | |/| | | | |||||
| | * | | | | Merge pull request #5349 from MetaMask/v4.11.1 | Kevin Serrano | 2018-09-26 | 2 | -6505/+6523 |
| | |\ \ \ \ | | | | | | | | | | | | | | | Version 4.11.1 | ||||
| | | * | | | | remove comment about etherdelta | bobby dresser | 2018-09-26 | 1 | -1/+0 |
| | | | | | | | |||||
| | | * | | | | Version 4.11.1 | Dan Finlay | 2018-09-26 | 2 | -6505/+6524 |
| | |/ / / / | |||||
| | * | | | | Merge pull request #5346 from MetaMask/v4.11.1 | Dan Finlay | 2018-09-26 | 19 | -6626/+6956 |
| | |\ \ \ \ | | | | | | | | | | | | | | | v4.11.1 | ||||
| | | * | | | | update package-lock.json | brunobar79 | 2018-09-26 | 1 | -6450/+6442 |
| | | | | | | | |||||
| | | * | | | | Merge branch 'master' into v4.11.1 | Bruno Barbieri | 2018-09-25 | 2 | -1/+5 |
| | | |\ \ \ \ | | | |/ / / / | | |/| | | | | |||||
| | * | | | | | Merge pull request #5313 from MetaMask/Version-4.11.0v4.11.0 | Thomas Huang | 2018-09-25 | 2 | -2/+6 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | Version 4.11.0 | ||||
| | | * | | | | | Version 4.11.0 | Dan Finlay | 2018-09-22 | 2 | -2/+6 |
| | | | | | | | | |||||
| | * | | | | | | Merge pull request #5079 from MetaMask/v4.9.3 | kumavis | 2018-08-17 | 53 | -76/+774 |
| | |\| | | | | | | | | | | | | | | | | | | | | | Version 4.9.3 | ||||
| | | | * | | | | bump to v4.11.1 | brunobar79 | 2018-09-25 | 1 | -1/+1 |
| | | | | | | | | |||||
| | | | * | | | | Merge pull request #5084 from MetaMask/ledger-support-without-provider | Dan Finlay | 2018-08-21 | 18 | -194/+532 |
| | | |/| | | | | | | | | | | | | | | | | | | | | Ledger support (in case of rollback) | ||||
| * | | | | | | | Update extension badge with correct signTypedData count | Whymarrh Whitby | 2018-09-27 | 1 | -0/+1 |
| | | | | | | | | |||||
| * | | | | | | | fix tld bug (#5250) | Phyrex Tsai | 2018-09-27 | 1 | -0/+2 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #5053 from hahnmichaelf/esdb-support | Thomas Huang | 2018-09-27 | 4 | -3/+10 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Link to ESDB in local phishing.html | ||||
| | * | | | | | | | additional lint-test fix | hahnmichaelf | 2018-08-14 | 1 | -1/+1 |
| | | | | | | | | | |||||
| | * | | | | | | | fix for lint-test | hahnmichaelf | 2018-08-14 | 3 | -4/+4 |
| | | | | | | | | | |||||
| | * | | | | | | | fixed names | hahnmichaelf | 2018-08-14 | 2 | -2/+2 |
| | | | | | | | | | |||||
| | * | | | | | | | Re-added GA script | hahnmichaelf | 2018-08-14 | 2 | -1/+20 |
| | | | | | | | | | |||||
| | * | | | | | | | change name | hahnmichaelf | 2018-08-14 | 2 | -1/+1 |
| | | | | | | | | | |||||
| | * | | | | | | | base - working. fixes #4774 | hahnmichaelf | 2018-08-13 | 4 | -21/+9 |
| | | | | | | | | | |||||
| * | | | | | | | | Close transaction details modal when clicking speed up | Alexander Tseung | 2018-09-27 | 2 | -4/+10 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge pull request #5367 from dasilvarosa/patch-1 | Whymarrh Whitby | 2018-09-27 | 1 | -1/+33 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Update ledger-logo.svg | ||||
| | * | | | | | | | | Update ledger-logo.svg | David da Silva Rosa | 2018-09-26 | 1 | -1/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Noticed the implementation used the old Ledger logo. Simply replaced the .svg without testing, so hope someone can test the extension before merging 😄 . | ||||
| * | | | | | | | | | bugfix: bump version of inpage provider | bitpshr | 2018-09-27 | 2 | -27/+5 |
| | | | | | | | | | | |||||
| * | | | | | | | | | EIP-1102: Add deprecation message (#5353) | Paul Bouchon | 2018-09-26 | 2 | -6/+6 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge pull request #5368 from MetaMask/bugfix-sign-typed-data | kumavis | 2018-09-26 | 2 | -178/+164 |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | bugfix: update eth_signTypedData_v3 parameter order | ||||
| | * | | | | | | | | bugfix: update eth_signTypedData_v3 parameter order | bitpshr | 2018-09-26 | 2 | -178/+164 |
| |/ / / / / / / / | |||||
| * | | | | | | | | deps - eth-block-tracker@4.0.2 for safe-eventemitter (#5363) | kumavis | 2018-09-26 | 2 | -44/+17 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge pull request #5332 from MetaMask/ui-unit-tests | Thomas Huang | 2018-09-26 | 18 | -24/+2123 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Some Ui tests | ||||
| | * | | | | | | | | Some Ui tests | tmashuang | 2018-09-25 | 18 | -24/+2123 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Bugfix: Upgrade json-rpc-engine (#5348) | Paul Bouchon | 2018-09-26 | 3 | -31/+246 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Bugfix: bump version of json-rpc-engine * Increase delay * Update lockfile * deps - json-rpc-engine@3.7.4 | ||||
| * | | | | | | | | | Merge pull request #5361 from MetaMask/firefox-fixes | kumavis | 2018-09-26 | 4 | -61/+2681 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Mozilla addon linter + Firefox builds passing | ||||
| | * | | | | | | | | | add mozilla lint job | brunobar79 | 2018-09-26 | 3 | -29/+27 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | remove css sourcemaps in prod builds | brunobar79 | 2018-09-26 | 1 | -1/+9 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Add build step to mozilla-lint | Dan Finlay | 2018-09-26 | 1 | -3/+3 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Add mozilla linter to dist script instead of main test | Dan Finlay | 2018-09-26 | 1 | -2/+2 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Add mozilla addon linter to test suite | Dan Finlay | 2018-09-26 | 2 | -58/+2672 |
| |/ / / / / / / / / | |||||
| * | | | | | | | | | Merge pull request #5351 from MetaMask/fix-gh-pages-job | Bruno Barbieri | 2018-09-26 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fix gh-pages job | ||||
| | * | | | | | | | | | Fix gh-pages job | Bruno Barbieri | 2018-09-26 | 1 | -2/+2 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Fix MetaMask web3 version (#5352) | Esteban Miño | 2018-09-26 | 1 | -0/+1 |
| |/ / / / / / / / / | |||||
| * | | | | | | | | | Merge pull request #5340 from whymarrh/fix-first-time-flow-2 | Whymarrh Whitby | 2018-09-25 | 1 | -1/+6 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fix height of first-time-flow container, again | ||||
| | * | | | | | | | | | Fix height of first-time-flow container, again but different | Whymarrh Whitby | 2018-09-25 | 1 | -1/+6 |
| |/ / / / / / / / / | |||||
| * | | | | | | | | | Merge pull request #5337 from whymarrh/eslint-ignore-coverage | Whymarrh Whitby | 2018-09-25 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Add test coverage dir to eslintignore | ||||
| | * | | | | | | | | | eslintignore: Add test coverage dir to eslintignore | Whymarrh Whitby | 2018-09-25 | 1 | -0/+1 |
| |/ / / / / / / / / | |||||
| * | | | | | | | | | Merge pull request #5282 from MetaMask/tx-cancel-ui | Alexander Tseung | 2018-09-25 | 69 | -372/+1218 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Add Cancel Transaction feature. Refactor modals. Add Transaction Details modal. | ||||
| | * | | | | | | | | | Fix multiplyCurrencies. Add onClose prop for Modal component. Remove ↵ | Alexander Tseung | 2018-09-21 | 10 | -58/+41 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hideModal from modal components. | ||||
| | * | | | | | | | | | Add unit tests | Alexander Tseung | 2018-09-20 | 9 | -15/+342 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Fix integration tests | Alexander Tseung | 2018-09-20 | 1 | -1/+1 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Fix unit tests | Alexander Tseung | 2018-09-20 | 1 | -5/+4 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Add transition effect to TransactionListItemDetails expander | Alexander Tseung | 2018-09-20 | 2 | -13/+29 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Add TransactionDetails modal | Alexander Tseung | 2018-09-20 | 10 | -9/+125 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Switch existing modals from using Notification to Modal. Remove Notification ↵ | Alexander Tseung | 2018-09-20 | 38 | -323/+518 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | component. Add CancelTransaction modal | ||||
| | * | | | | | | | | | Add withModalProps HOC | Alexander Tseung | 2018-09-20 | 2 | -0/+22 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Fix Transaction view styles | Alexander Tseung | 2018-09-20 | 3 | -3/+9 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Add Modal component | Alexander Tseung | 2018-09-20 | 7 | -0/+186 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Refactor ConfirmPageContainerError to ErrorMessage | Alexander Tseung | 2018-09-20 | 8 | -18/+14 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Merge pull request #5328 from whymarrh/fix-first-time-flow | Whymarrh Whitby | 2018-09-25 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | | | Fix height of first-time-flow container | ||||
| | * | | | | | | | | | Fix height of first-time-flow container | Whymarrh Whitby | 2018-09-24 | 1 | -0/+1 |
| | | |_|_|_|_|_|/ / | | |/| | | | | | | | |||||
| * | | | | | | | | | Merge pull request #5310 from MetaMask/getPendingNonce-hotfix | Thomas Huang | 2018-09-24 | 2 | -1/+15 |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | Adds getPendingNonce method to provider initialization in metamask-controller. | ||||
| | * | | | | | | | | Adds getPendingNonce method to provider initialization options in ↵ | Dan Miller | 2018-09-22 | 2 | -1/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metamask-controller. | ||||
| * | | | | | | | | | Merge pull request #5241 from MetaMask/refactor-settings | Alexander Tseung | 2018-09-21 | 18 | -810/+814 |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | Refactor settings page to use JSX and follow component file folder st… | ||||
| | * | | | | | | | | Fix translation casing | Alexander Tseung | 2018-09-21 | 2 | -6/+2 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Add Current Conversion Updated string to translations | Alexander Tseung | 2018-09-20 | 2 | -1/+4 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Refactor settings page to use JSX and follow component file folder structure | Alexander Tseung | 2018-09-20 | 18 | -810/+815 |
| | |/ / / / / / / | |||||
| * | | | | | | | | Remove EAL google analytics link. (#5081) | Dan Finlay | 2018-09-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Harry said he's not using this for Ether-Address-Lookup anymore, so removing it. | ||||
| * | | | | | | | | Update messages.json (#5280) | Kevin Serrano | 2018-09-20 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added some translations for Chinese Traditional via Chainsights! | ||||
| * | | | | | | | | Merge pull request #5298 from whymarrh/fix-tx-spinner | Whymarrh Whitby | 2018-09-20 | 5 | -24/+23 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | Fix loading screen height | ||||
| | * | | | | | | | Move main-container wrapper div into its own class | Whymarrh Whitby | 2018-09-20 | 4 | -2/+13 |
| | | | | | | | | | |||||
| | * | | | | | | | Prevent loading screen from overlaying the app bar | Whymarrh Whitby | 2018-09-20 | 3 | -7/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refs #4417 This change is functional copy of 3893469 that solves the problem in a way that doesn't depend on the height of the app bar since the app bar isn't a fixed height in the smaller views. | ||||
| | * | | | | | | | Make the LoadingScreen component 100% as tall as its container | Whymarrh Whitby | 2018-09-20 | 1 | -10/+1 |
| | | | | | | | | | |||||
| | * | | | | | | | Remove unused loading-overlay--full-screen CSS styles | Whymarrh Whitby | 2018-09-20 | 1 | -7/+0 |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Refs #4417 | ||||
| * | | | | | | | Merge pull request #5290 from MetaMask/i5289-gettokendata | Dan Finlay | 2018-09-19 | 2 | -2/+24 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix exception thrown on getTokenData | ||||
| | * | | | | | | | Fix exception thrown on getTokenData | Alexander Tseung | 2018-09-19 | 2 | -2/+24 |
| |/ / / / / / / | |||||
| * | | | | | | | Merge pull request #5268 from lastblocklabs/issue-5231v4.10.0 | Dan Finlay | 2018-09-18 | 1 | -3/+5 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Improvement: Allow enter to submit password form | ||||
| | * | | | | | | | Improvement: Allow enter to submit password form | Sean Rabaut | 2018-09-15 | 1 | -3/+5 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge pull request #5281 from MetaMask/4.10.0 | Dan Finlay | 2018-09-18 | 2 | -2/+11 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Version 4.10.0 | ||||
| | * | | | | | | | | Version 4.10.0 | tmashuang | 2018-09-18 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Bump Changelog | tmashuang | 2018-09-18 | 1 | -1/+10 |
| |/ / / / / / / / | |||||
| * | | | | | | | | Merge pull request #4803 from MetaMask/eip-712 | Dan Finlay | 2018-09-18 | 10 | -179/+582 |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | EIP-712: Sign typed data | ||||
| | * | | | | | | | Merge branch 'develop' into eip-712 | Paul Bouchon | 2018-09-18 | 9 | -18/+74 |
| | |\ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | compute and display checksummed hash in selected-account component (#5255) | Chad Grimaldi | 2018-09-16 | 2 | -3/+20 |
| | | | | | | | | | |||||
| * | | | | | | | | Improvement: Increase click area for arrows (#5264) | Sean | 2018-09-16 | 2 | -6/+18 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge pull request #5270 from MetaMask/fix-retry | Alexander Tseung | 2018-09-16 | 2 | -5/+12 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix speed up functionality | ||||
| | * | | | | | | | | Fix speed up functionality | Alexander Tseung | 2018-09-15 | 2 | -5/+12 |
| |/ / / / / / / / | |||||
| * | / / / / / / | EIP-1102: Transitionary API (#5256) | Paul Bouchon | 2018-09-15 | 2 | -0/+20 |
| | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | Merge pull request #5261 from lastblocklabs/style-fix-5242 | Whymarrh Whitby | 2018-09-15 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | lower input z-index to prevent overlap - follow up style fix to #5242 | ||||
| | * | | | | | | | follow up style fix to #5242 | chadmg | 2018-09-14 | 1 | -3/+3 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge pull request #5262 from lastblocklabs/issue-5183-jsonimport | Alexander Tseung | 2018-09-14 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | Bug Fix: #5183 history not defined | ||||
| | * | | | | | | | Bug Fix: #5183 history not defined | Sean Rabaut | 2018-09-14 | 1 | -1/+1 |
| |/ / / / / / / | |||||
| | * | | | | | | Update new method namespace from v2 to v3 | bitpshr | 2018-09-14 | 4 | -9/+9 |
| | | | | | | | |