aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix typoThomas Huang2019-03-061-1/+1
|
* Fix MetaMetrics Environment Check (#6235)Dan J Miller2019-03-061-1/+1
|
* Metametrics (#6171)Dan J Miller2019-03-0594-162/+2203
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add metametrics provider and util. * Add backend api and state for participating in metametrics. * Add frontend action for participating in metametrics. * Add metametrics opt-in screen. * Add metametrics events to first time flow. * Add metametrics events for route changes * Add metametrics events for send and confirm screens * Add metametrics events to dropdowns, transactions, log in and out, settings, sig requests and main screen * Ensures each log in is measured as a new visit by metametrics. * Ensure metametrics is called with an empty string for dimensions params if specified * Adds opt in metametrics modal after unlock for existing users * Adds settings page toggle for opting in and out of MetaMetrics * Switch metametrics dimensions to page level scope * Lint, test and translation fixes for metametrics. * Update design for metametrics opt-in screen * Complete responsive styling of metametrics-opt-in modal * Use new chart image on metrics opt in screens * Incorporate the metametrics opt-in screen into the new onboarding flow * Update e2e tests to accomodate metametrics changes * Mock out metametrics network requests in integration tests * Fix tx-list integration test to support metametrics provider. * Send number of tokens and accounts data with every metametrics event. * Update metametrics event descriptor schema and add new events. * Fix import tos bug and send gas button bug due to metametrics changes. * Various small fixes on the metametrics branch. * Add origin custom variable type to metametrics.util * Fix names of onboarding complete actions (metametrics). * Fix names of Metrics Options actions (metametrics). * Clean up code related to metametrics. * Fix bad merge conflict resolution and improve promise handling in sendMetaMetrics event and confrim tx base * Don't send a second metrics event if user has gone back during first time flow. * Collect metametrics on going back from onboarding create/import. * Add missing custom variable constants for metametrics * Fix metametrics provider * Make height of opt-in modal responsive. * Adjust text content for opt-in modal. * Update metametrics event names and clean up code in opt-in-modal * Put phishing warning step next to last in onboarding flow * Link terms of service on create and import screens of first time flow * Add subtext to options on the onboarding select action screen. * Fix styling of bullet points on end of onboarding screen. * Combine phishing warning and congratulations screens. * Fix placement of users if unlocking after an incomplete onboarding import flow. * Fix capitalization in opt-in screen * Fix last onboarding screen translations * Add link to 'Learn More' on the last screen of onboarding * Code clean up: metametrics branch * Update e2e tests for phishing warning step removal * e2e tests passing on metametrics branch * Different tracking urls for metametrics on development and prod
* Merge pull request #6223 from MetaMask/fix-6221Thomas Huang2019-03-051-1/+1
|\ | | | | Show popup if notification or activeMMtab is true
| * SimplifyThomas Huang2019-03-051-1/+1
| |
| * ImprovementThomas Huang2019-03-011-1/+1
| |
| * Show popup if notification or activeMMtab is true but not if popup is openThomas Huang2019-03-011-1/+1
| |
* | bump trezor-connect to v7 (#6224)Bruno Barbieri2019-03-052-37/+46
|/
* First time flow updates (#6192)Dan J Miller2019-02-2741-528/+763
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Action select step of onboarding flow added. * Update navigation on create and import password screens. * Adds terms of service checkbox to create and import account screens. * Add security warning to jazzicon intro step * Update and streamline unique image to confirm seed steps of first time flow. * UI touch ups to welcome screen. * UI touch up on select action page * Fix first time import flow. * Add end of flow screen to first time flow * Replace unique image screen with updated fishing warning screen. * Update e2e tests for onboarding flow changes. * Add required translations to onboarding flow. * Update design of select action screen to emphasize create new wallet option. * Clean up onboarding flow code. * Remove notice related code from first-time-flow directory. * Use updater function argument in new-account.component
* Show/Hide Fiat on Testnets based on User Preference (#6153)Chi Kei Chan2019-02-2739-113/+1169
|
* Merge pull request #6190 from whymarrh/tmp.RvdXXs4ikumavis2019-02-261-1/+0
|\ | | | | Remove public property from package.json file
| * Remove public property from package.json fileWhymarrh Whitby2019-02-211-1/+0
| | | | | | | | | | | | | | | | As per the package.json documentation [1] setting `"private": true` in the package.json file is enough for npm to refuse to publish it. The docs don't specify that a `public` key is respected. [1]:https://docs.npmjs.com/files/package.json#private
* | Feature Flag + Mobile Sync (#5955)Dan Finlay2019-02-2618-78/+760
| |
* | Fix gas estimation when sending to contracts (#6195)Dan J Miller2019-02-266-8/+16
| | | | | | | | | | * Fix gas estimation when sending to contracts * Fix calculating of balance sufficiency and tx params when sending token transaction
* | Merge pull request #6166 from whymarrh/bye-bye-old-uiWhymarrh Whitby2019-02-21127-20282/+12
|\ \ | | | | | | Delete the old UI
| * | Remove unused CI jobs, rename e2e beta jobsWhymarrh Whitby2019-02-212-16/+12
| | |
| * | Remove outdated ui dev and ui mock docsWhymarrh Whitby2019-02-214-18/+0
| | |
| * | Delete old-ui folderWhymarrh Whitby2019-02-21121-20248/+0
| |/
* / account tracker - update accounts from balanceChecker contract (#6181)Jenny Pollack2019-02-213-3/+70
|/ | | | | | * account tracker - update accounts from balanceChecker contract * fall back to getBalance if the contract query fails
* Disable npm audit (#6188)Thomas Huang2019-02-211-13/+13
|
* fix: update README to add a missing " " space (#6191)Alon Bukai2019-02-211-1/+1
|
* EIP-1193: standard provider API (#6170)Paul Bouchon2019-02-209-23/+138
| | | | | | | | | | | | | | | | * EIP-1193: Implement new provider API * EIP-1193: Updated implementation * Remove test file * Fix tests * Update ping check * Update logic * PR feedback
* Merge pull request #6184 from chikeichan/6132Dan J Miller2019-02-202-1/+26
|\ | | | | turn camcelCase method name to space separated
| * turn camcelCase method name to space separatedChi Kei Chan2019-02-192-1/+26
| |
* | Merge pull request #6185 from chikeichan/5681Dan J Miller2019-02-201-5/+0
|\ \ | | | | | | Remove password check when importing Account JSON
| * | Remove password check when importing Account JSONChi Kei Chan2019-02-191-5/+0
| |/
* | Merge pull request #6183 from chikeichan/5171Dan J Miller2019-02-201-1/+1
|\ \ | | | | | | Bring Popup to front when ui is tiggered
| * | Bring Popup to front when ui is tiggeredChi Kei Chan2019-02-191-1/+1
| |/
* | Merge pull request #6187 from MetaMask/Version-6.1.0Thomas Huang2019-02-204-1/+56
|\ \ | | | | | | Version 6.1.0
| * | Add sensitive publishing protocolv6.1.0Dan Finlay2019-02-202-0/+47
| | |
| * | Version 6.1.0 RC1Dan Finlay2019-02-202-1/+9
|/ /
* / Change "Token Address" to "Token Contract Address" (#6182)Chi Kei Chan2019-02-202-1/+4
|/
* Fix inpage.js event handler memory leak (#6177)Graham Kaemmer2019-02-191-4/+5
| | | Fixes #6176
* Add Copy Tx ID button to transaction-list-item-details (#6146)Chi Kei Chan2019-02-174-2/+42
| | | | | | * Add Copy Tx ID button to transaction-list-item-details * Move justCopied toggle timeout inside setState callback
* Merge pull request #6164 from whymarrh/delete-travis-configWhymarrh Whitby2019-02-151-13/+0
|\ | | | | Delete unused Travis CI config
| * Delete unused Travis CI configWhymarrh Whitby2019-02-151-13/+0
|/
* Merge pull request #6137 from whymarrh/es6-backgroundWhymarrh Whitby2019-02-148-32/+32
|\ | | | | Sprinkle ES6 onto background files
| * Update popup-core script to use ES6 destructuring, const, letWhymarrh Whitby2019-02-121-6/+6
| |
| * Update platforms/extension to use ES6 destructuring requiresWhymarrh Whitby2019-02-121-1/+1
| |
| * Update phishing-detect script to use ES6 destructuring requiresWhymarrh Whitby2019-02-121-1/+1
| |
| * Update NoticesController to use ES6 destructuring, const, letWhymarrh Whitby2019-02-121-3/+3
| |
| * Update MetaMaskController to use ES6 destructuring, const, letWhymarrh Whitby2019-02-121-5/+5
| |
| * Fix all "var used instead of let or const" problems in inpage.jsWhymarrh Whitby2019-02-121-4/+4
| |
| * Update contentscript to use ES6 destructuring, const, letWhymarrh Whitby2019-02-121-5/+5
| |
| * Fix all "var used instead of let or const" problems in background.jsWhymarrh Whitby2019-02-121-7/+7
| |
* | Checksum address before slicing it for the confirm screen (#6133)Whymarrh Whitby2019-02-141-2/+6
| |
* | Fixed issue #5838 (#6001)Jonathan Smirnoff2019-02-1414-18/+46
| | | | | | Update changelog file
* | Adds tests for advanced gas controls on confim screen (#6144)Dan J Miller2019-02-131-1/+47
| |
* | Add button to force edit token symbol when adding custom token (#6147)Chi Kei Chan2019-02-132-2/+38
| |
* | Merge pull request #6124 from MetaMask/dissable-recent-block-controllerThomas Huang2019-02-133-4/+30
|\ \ | | | | | | recent-blocks - dont listen for block when on infura providers
| * | fix typofrankiebee2019-02-131-4/+4
| | |
| * | recent-blocks - dont listen for block when on infura providersfrankiebee2019-02-123-4/+30
| | |
* | | Version 6.0.1 (#6141)v6.0.1Whymarrh Whitby2019-02-132-1/+9
| | |
* | | Merge pull request #6139 from whymarrh/fix-confirm-advanced-gasWhymarrh Whitby2019-02-121-1/+1
|\ \ \ | | | | | | | | Fix advanced gas controls on the confirm screen
| * | | Fix advanced gas controls on the confirm screenWhymarrh Whitby2019-02-121-1/+1
| | |/ | |/|
* | | Merge pull request #6134 from whymarrh/first-time-seed-whitespaceWhymarrh Whitby2019-02-121-2/+4
|\ \ \ | |/ / |/| | Trim whitespace from seed phrase during import
| * | Trim whitespace from seed phrase during importWhymarrh Whitby2019-02-121-2/+4
| | | | | | | | | | | | Somehow we lost 33b85cf2e
* | | Update Italian translation (#6119)matteopey2019-02-121-40/+277
| | |
* | | Improved Traditional Chinese translation (#6125)S.C. Chen2019-02-121-102/+735
|/ /
* | Version 6 RC1 (#6117)Dan Finlay2019-02-122-1/+12
| | | | | | | | | | | | | | | | * Version 6 RC1 * Make gas input feature more readable * Update CHANGELOG.md with additional 6.0.0 changes
* | Merge pull request #6131 from MetaMask/docs-patchWhymarrh Whitby2019-02-121-0/+1
|\ \ | |/ |/| Add native deps compilation troubleshooting to README
| * Add native deps compilation troubleshooting to docsWhymarrh Whitby2019-02-111-0/+1
|/ | | See also #6043
* Merge pull request #6122 from whymarrh/fix-gas-editingWhymarrh Whitby2019-02-097-76/+147
|\ | | | | Fix advanced inline gas editing
| * Add e2e tests adjusting gas before sendingWhymarrh Whitby2019-02-092-12/+96
| |
| * Fix inline advanced gas editingWhymarrh Whitby2019-02-096-64/+51
| |
* | Fix locale codes contains underscore will never be preferred (#6116)S.C. Chen2019-02-091-4/+11
|/
* Merge pull request #6121 from whymarrh/audit-depsWhymarrh Whitby2019-02-091-12/+40
|\ | | | | Fix 1 moderate severity vulnerability with deps
| * Fix 1 moderate severity vulnerability with depsWhymarrh Whitby2019-02-081-12/+40
| |
* | implement class for sign footer button (#6120)Brandon Wissmann2019-02-081-0/+1
|/
* Set custom gas data in state from inline advance gas controls on send screen ↵Dan J Miller2019-02-072-2/+11
| | | | (#6114)
* Add Swap feature to CurrencyInput (#6091)Chi Kei Chan2019-02-068-45/+152
| | | | | | | | * Add Swap feature to CurrencyInput * Fix linter error * Fix and Add unit tests
* Change gas labels to Slow/Average/Fast (#6090)Chi Kei Chan2019-02-062-60/+60
| | | | | | * Change gas labels to Slow/Average/Fast * Fix unit test
* Add togglable advanced gas controls on send and confirm screens (#6112)Dan J Miller2019-02-0620-36/+609
| | | | | | | | | | | | | | | | | | | | * Extract advanced gas input controls to their own component * Add advanced inline gas toggle to settings * Add optional advanced inline gas to send send screen * Adds optional advanced gas inputs to the confirm screen * Add info modals for advanced gas inputs. * Fix translation of advance gas toggle description. * Lint and unit test fixes for inline-advanced-gas-inputs * Increase margin above advanced options button on send screen * Move methods from constructor to property syntax in advanced-gas-inputs.component
* Merge pull request #5929 from whymarrh/phishing-redesignWhymarrh Whitby2019-02-063-77/+465
|\ | | | | Update design of phishing warning screen
| * Update design of phishing warning screenWhymarrh Whitby2019-02-063-77/+465
|/
* Merge pull request #6082 from whymarrh/migrate-to-new-uiWhymarrh Whitby2019-02-0525-229/+177
|\ | | | | Migrate all users to the new UI
| * Add announcement for users migrated to the new UIWhymarrh Whitby2019-02-0515-50/+122
| |
| * Remove betaUI preference state, replace with completedUiMigrationWhymarrh Whitby2019-02-053-9/+42
| |
| * Default to the new UI for all usersWhymarrh Whitby2019-02-056-116/+13
| |
| * Remove commented references to Beta UIWhymarrh Whitby2019-02-051-18/+0
| |
| * Remove "Use old UI" settingWhymarrh Whitby2019-02-052-37/+1
|/
* Version 5.3.5 (#6109)v5.3.5Whymarrh Whitby2019-02-052-1/+5
|
* Privacy mode fixes (#6087)Bruno Barbieri2019-02-022-14/+16
| | | | | | | | | | * Version 5.3.4 RC1 * fix old ui approval screen * fix error caused by meshtesting iframe * fix linter errors
* Version 5.3.4 RC1 (#6084)Dan Finlay2019-02-012-1/+5
|
* fix - migration 30 undefinds (#6079)Frankie2019-02-011-16/+18
|
* Merge pull request #6076 from MetaMask/Version-5.3.3Thomas Huang2019-01-312-1/+8
|\ | | | | Version 5.3.3 RC1
| * Version 5.3.3 RC1v5.3.3Dan Finlay2019-01-312-1/+8
|/
* EIP-1102 updates (#6006)Paul Bouchon2019-01-318-42/+49
| | | | | | * Update privacy notice * Respond to 1102 messages using tab ID
* Remove unused InitializeMenuScreen component (#6075)Whymarrh Whitby2019-01-311-224/+0
|
* Improved Spanish translations (#6072)Pedro Gutiérrez2019-01-311-13/+13
|
* Merge pull request #6074 from MetaMask/ui-codeownersWhymarrh Whitby2019-01-301-1/+1
|\ | | | | Update UI code owners
| * Update UI codeownersWhymarrh Whitby2019-01-301-1/+1
|/
* e2e: Use close instead of save for gas modal (#6066)Thomas Huang2019-01-301-1/+2
|
* Add visual indicator when displaying a cached balance (#5854)Dan J Miller2019-01-3022-31/+161
|
* I#5956 fix2 dont overwrite existing rpc settings (#6044)Frankie2019-01-307-9/+85
| | | | | | | | | | | | | | * mm-controller - dont overwrite existing rpc settings * ui-networkDropdown - dont pass old network as chainId * add methods preferencesController.updateRpc and metamaskController.updateAndSetCustomRpc * use updateAndSetCustomRpc in settings to allow rpcs to be updated * use new rpc as nickname if no nick name has been supplied * fix update rpc method
* Version 5.3.2 RC1 (#6069)Dan Finlay2019-01-292-1/+10
|
* Merge pull request #6021 from MetaMask/i5943-shapeshift-txDan J Miller2019-01-264-50/+1028
|\ | | | | Order shapeshift transactions by time within the transactions list
| * Fix bugs in e2e tests related to gas customization inputs.Dan Miller2019-01-251-14/+17
| |
| * Add integration test for ordering of shapeshift txs in history list.Dan Miller2019-01-252-8/+227
| |
| * Fix integration testsAlexander Tseung2019-01-252-20/+756
| |
| * Order shapeshift transactions by time within the transactions listAlexander Tseung2019-01-251-12/+32
| |
* | add source for header in create infura client (#6023)Jenny Pollack2019-01-252-679/+266
|/ | | | | | * add source for header in create infura client * bump eth-json-rpc-infura
* Prevent send to token warning (#6058)Esteban Miño2019-01-2428-15/+256
|
* Refactor first time flow, remove seed phrase from state (#5994)Alexander Tseung2019-01-23114-3002/+2722
| | | | | | | | | | | | | | | | | | | | * Refactor and fix styling for first time flow. Remove seed phrase from persisted metamask state * Fix linting and tests * Fix translations, initialization notice routing * Fix drizzle tests * Fix e2e tests * Fix integration tests * Fix styling * Fix migration naming from 030 to 031 * Open extension in browser when user has not completed onboarding
* Updated Spanish translations (#6046)oliver renwick2019-01-231-3/+577
| | | | | | | * up to E's in translation, starting from about 60% incomplete * Spanish at 100% * Integrating changes as suggested by fernandomg * with updates from Herman and Esteban.
* Prevent send to token (#6051)Esteban Miño2019-01-239-3/+66
| | | | | | | | | | | | | | * check contact metadata * check for tokens in state * tests * update tests * validation only if sending tokens * container test
* fix asset detection (#6049)Bruno Barbieri2019-01-233-7/+45
|
* Use Parity on-chain registry only when is needed (#6052)Esteban Miño2019-01-237-6/+61
| | | | | | * add and use knownMethodData to avoid infura requests * dataMethod to methodData and check empty response
* Refactor BalanceComponent to jsx (#6048)Alexander Tseung2019-01-216-250/+121
|
* I#5956 fix 1 (#6026)Frankie2019-01-185-1/+93
| | | | | * prevent invalid chainId's when adding cusstom rpcs * migration 30 removes invalid chaids from preferences and networkController for custom rpcs
* Fix grammar error in Current Conversion (#6029)Alexander Tseung2019-01-172-3/+3
|
* Merge pull request #6027 from MetaMask/Version-5.3.1Thomas Huang2019-01-172-1/+14
|\ | | | | Version 5.3.1 RC2
| * Merge branch 'develop' into Version-5.3.1v5.3.1Dan Finlay2019-01-171-18/+18
| |\
| * | Version 5.3.1 RC2Dan Finlay2019-01-172-1/+14
| | |
* | | Disable account dropdown on signing screens (#6024)Alexander Tseung2019-01-175-85/+195
| |/ |/|
* | Skip drizzle tests unit issue with ci is determined (#5982)Thomas Huang2019-01-171-18/+18
|/
* Merge pull request #5966 from filips123/patch-1Thomas Huang2019-01-111-3/+180
|\ | | | | Update Slovenian translation
| * Merge branch 'develop' of https://github.com/MetaMask/metamask-extension ↵Filip Š2019-01-1017-278/+445
| |\ | | | | | | | | | into patch-1
| * | Update Slovenian translationFilip Š2018-12-261-3/+180
| | |
* | | Set auto conversion off for token/eth conversion (#6005)Thomas Huang2019-01-111-1/+1
| | |
* | | Fix confirm screen for sending ether tx with hex data (#6008)Alexander Tseung2019-01-111-0/+6
| |/ |/|
* | Merge pull request #5999 from MetaMask/app-descriptionThomas Huang2019-01-061-1/+1
|\ \ | | | | | | Refine app description
| * | Refine app descriptionDan Finlay2019-01-061-1/+1
|/ / | | | | Should help SEO on the chrome store.
* | Merge pull request #5997 from whymarrh/drizzle-scriptThomas Huang2019-01-051-9/+24
|\ \ | | | | | | Harden Drizzle test runner script
| * | Clean up drizzle test runner scriptWhymarrh Whitby2019-01-041-10/+21
| | |
| * | Revert "remove error flags from drizzle setup"Whymarrh Whitby2019-01-041-0/+4
|/ / | | | | | | This reverts commit 938f4286e49dbdf7aef5b767917ad34ec6c6bb04.
* | Fix ERC20 token value decoding (#5995)Hsuan Lee2019-01-041-1/+1
| | | | | | When MetaMask user calls non-standard ERC20 methods such as `mint`, `tokenData` will be `undefined` and an uncaught error will break the UI
* | Merge pull request #5970 from Wathis/developVincent2019-01-041-6/+6
|\ \ | | | | | | Fixed a word french translation (several occurrences of connection instead of connexion)
| * | Wrong french translationWathis2019-01-041-6/+6
|/ / | | | | Changing "Connection" by "Connexion"
* | Fix Component#componentDidUpdate usage (#5977)Bowen2019-01-041-3/+3
| |
* | Merge pull request #5987 from MetaMask/Version-5.3.0Thomas Huang2019-01-042-1/+10
|\ \ | | | | | | Version 5.3.0 RC1
| * | Version 5.3.0 RC1v5.3.0Dan Finlay2019-01-032-1/+10
| | |
* | | Merge pull request #5992 from MetaMask/i5140-accountsThomas Huang2019-01-048-255/+398
|\ \ \ | | | | | | | | Add scrolling button to account list
| * | | Add scrolling button to account listAlexander Tseung2019-01-048-255/+398
| |/ /
* | | Merge pull request #5989 from smiled0g/developThomas Huang2019-01-041-1/+1
|\ \ \ | |/ / |/| | fix typo in phishing.html title
| * | fix typo in phishing.html titlePaul Chonpimai2019-01-031-1/+1
|/ /
* | Merge pull request #5986 from MetaMask/fix-etherscan-againThomas Huang2019-01-031-1/+1
|\ \ | | | | | | Fix notifications link
| * | fix extension linkbrunobar792019-01-031-1/+1
|/ /
* | Merge pull request #5978 from MetaMask/fix-etherscan-link-notificationsBruno Barbieri2019-01-031-1/+1
|\ \ | | | | | | Fix etherscan links on notifications
| * \ Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵brunobar792019-01-031-3/+3
| |\ \ | |/ / |/| | | | | fix-etherscan-link-notifications
* | | Merge pull request #5980 from MetaMask/fix-drizzle-testsThomas Huang2019-01-031-3/+3
|\ \ \ | |_|/ |/| | Fix drizzle tests
| * | remove --unsafe-permBruno Barbieri2019-01-031-1/+1
| | |
| * | no globalsBruno Barbieri2019-01-031-3/+3
| | |
| * | Use sudo consistentlyBruno Barbieri2019-01-031-2/+2
| | |
| * | --unsafe-perm ?Bruno Barbieri2019-01-031-1/+1
| | |
| * | Dont use sudo to install truffleBruno Barbieri2019-01-011-1/+1
|/ /
| * Fix etherscan links on notificationsBruno Barbieri2018-12-291-1/+1
|/
* Prevent users from changing the From field in the send screen (#5922)Alexander Tseung2018-12-1426-464/+1306
| | | | | | * Prevent users from changing the From field in the send screen * Fix integration tests
* Fix displayed time and date in the activity log. Remove vreme library, add ↵Alexander Tseung2018-12-147-205/+192
| | | | luxon library. (#5932)
* Disallow loading as metamaskNetworkId (#5924)Frankie2018-12-142-3/+14
| | | | | | * transactions - throw an error if a transaction is generated while the network is loading * add tests for failing when netId is loading
* Merge pull request #5893 from MetaMask/loading-network-screenDan J Miller2018-12-1415-38/+341
|\ | | | | Loading network screen
| * Clean up for the loading-network-screenDan Miller2018-12-134-33/+30
| |
| * Improve styling of loading retry / error screenDan Miller2018-12-131-0/+6
| |
| * Adds network loading retry / error screen.Dan Miller2018-12-1311-4/+268
| |
| * Add identifier of private network to the network loading screen message.Dan Miller2018-12-134-7/+23
| |
| * Add spinner and dropdown arrow to network indicator on custom network loading.Dan Miller2018-12-132-27/+47
| |
* | Merge pull request #5926 from MetaMask/Version-5.2.2Thomas Huang2018-12-132-1/+7
|\ \ | | | | | | Version 5.2.2 RC1
| * | Version 5.2.2 RC1v5.2.2Dan Finlay2018-12-132-1/+7
|/ /
* | Fix speed up button not showing for transactions with the lowest nonce (#5925)Alexander Tseung2018-12-131-3/+3
| |
* | Merge pull request #5923 from MetaMask/phishing-text-linkThomas Huang2018-12-131-2/+1
|\ \ | | | | | | Update the Phishing Warning notice text to not use inline URLs
| * | Update the Phishing Warning notice text to not use inline URLsWhymarrh Whitby2018-12-131-2/+1
| |/ | | | | This changeset makes the Phishing Warning text not have a raw link right at the end of a sentence since it could introduce possible copy-and-paste errors.
* / Make docs links consistent (#5920)Dan Finlay2018-12-132-22/+14
|/ | | | | | | | * Make docs links consistent So our various docs pages inter-link consistently per https://github.com/MetaMask/metamask-docs/issues/1 * Add docs links to internal docs page
* Merge pull request #5919 from MetaMask/gas-customization-fixesDan J Miller2018-12-1310-26/+60
|\ | | | | Fix some styling and translations in the gas customization modal
| * Show transaction fee instead of total fee in top left of gas customization ↵Dan Miller2018-12-134-9/+9
| | | | | | | | modal.
| * Fix width of gas customization model in notification viewDan Miller2018-12-132-3/+4
| |
| * Add missing translation to the gas customization component.Dan Miller2018-12-136-14/+47
| |
* | Version 5.2.1 RC1 (#5918)v5.2.1Dan J Miller2018-12-132-1/+5
|/
* Merge pull request #5917 from MetaMask/correct-gas-limit-from-external-txDan J Miller2018-12-126-11/+23
|\ | | | | Ensures that advanced tab gas limit reflects tx gas limit
| * Ensures that advanced tab gas limit reflects tx gas limitDan Miller2018-12-126-11/+23
|/
* Add submitDisabled prop to Modals. Disable submit button when creating a ↵Alexander Tseung2018-12-124-2/+44
| | | | cancel transaction (#5910)
* Merge pull request #5902 from MetaMask/i5846-ProviderCrashesThomas Huang2018-12-124-468/+1057
|\ | | | | Fix provider crashes
| * Merge pull request #5908 from MetaMask/i5846-ProviderCrashes-changelogThomas Huang2018-12-122-2/+9
| |\ | | | | | | Changelog and version bump for 5.2.0
| | * Changelog and version bump for 5.2.0Dan Miller2018-12-122-2/+9
| |/
| * Merge branch 'develop' into i5846-ProviderCrashesDan Finlay2018-12-1115-68/+395
| |\
| * | Bump package lock, mostly to https linksDan Finlay2018-12-111-465/+1047
| | |
| * | Bump json-rpc-engine to v4.0.0Dan Finlay2018-12-111-1/+1
| | |
* | | Show Failed transaction in the browser notification for on-chain failures ↵Alexander Tseung2018-12-111-4/+7
| |/ |/| | | | | (#5904)
* | Improve ux for low gas price set (#5862)Dan J Miller2018-12-1115-68/+395
|/ | | | | | | | | | * Show user warning if they set gas price below safelow minimum, error if 0. * Properly cache basic price estimate data. * Default retry price to recommended price if original price was 0x0 * Use mock fetch in send-new-ui integration tests.
* fix formatting of 32-byte strings in personal_sign (#5878)Noah Zinsmeister2018-12-102-1/+2
|
* Group transactions by nonce (#5886)Alexander Tseung2018-12-1047-373/+1208
|
* Merge pull request #5892 from MetaMask/fix-net-version-race-conditionThomas Huang2018-12-081-4/+10
|\ | | | | Fix race condition in network controller lookup() method.
| * Fix race condition in network controller lookup() method.Dan Miller2018-12-071-4/+10
| |
* | Merge pull request #5890 from whymarrh/pl-i18nWhymarrh Whitby2018-12-081-0/+9
|\ \ | | | | | | Fill in more Polish message translations
| * | Fill in more Polish message translationsWhymarrh Whitby2018-12-061-0/+9
| | |
* | | Merge pull request #5891 from whymarrh/npm-auditWhymarrh Whitby2018-12-075-2552/+2542
|\ \ \ | |/ / |/| | Migrate test deps CI job to npm audit
| * | Deduplicate package.json fileWhymarrh Whitby2018-12-072-322/+1042
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From `npm install`: > npm WARN The package css-loader is included as both a dev and production dependency. > npm WARN The package eslint-plugin-react is included as both a dev and production dependency. > npm WARN The package file-loader is included as both a dev and production dependency. > npm WARN The package gulp is included as both a dev and production dependency. It's also worth noting that the Gulp version we were using was inconsistent and there is a published v4 release on GitHub.
| * | Update ganache-core to mitigate vulnWhymarrh Whitby2018-12-072-1262/+1092
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | === npm audit security report === > # Run npm install --save-dev ganache-core@2.3.1 to resolve 1 vulnerability ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ Moderate │ Memory Exposure │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ bl │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ ganache-core [dev] │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ ganache-core > level-sublevel > levelup > bl │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://nodesecurity.io/advisories/596 │ └───────────────┴──────────────────────────────────────────────────────────────┘
| * | npm uninstall openWhymarrh Whitby2018-12-072-7/+0
| | |
| * | Remove beefy dependency and its usagesWhymarrh Whitby2018-12-073-504/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refs #4768 Refs #5389 This changeset removes the beefy package that: 1. Was last published 2 yrs ago 2. Brought with it 1 moderate and 1 critical vulnerability 3. Was only used in scripts that no longer work
| * | circleci: Replace nsp with npm auditWhymarrh Whitby2018-12-074-579/+253
| | | | | | | | | | | | Refs #4751
| * | npm audit fixWhymarrh Whitby2018-12-062-452/+392
| | |
| * | circleci: Disable npm audit when installing packagesWhymarrh Whitby2018-12-061-1/+1
| | | | | | | | | | | | | | | | | | Auditing packages when installing here doesn't help anyone as the summary isn't visible and vulnerabilities don't produce a non-zero exit code. We will have `npm audit` as an extra CI job.
| * | Update lockfile to fix errorsWhymarrh Whitby2018-12-061-11/+334
|/ / | | | | | | | | | | | | | | | | npm has informed me that the lockfile has "errors": npm ERR! code ELOCKVERIFY npm ERR! Errors were found in your package-lock.json, run npm install to fix them. npm ERR! Missing: c3@^0.6.7 npm ERR! Invalid: lock file's d3@3.5.17 does not satisfy d3@^5.7.0
* | Merge pull request #5882 from whymarrh/fix-main-container-wrapper-heightWhymarrh Whitby2018-12-061-1/+2
|\ \ | |/ |/| Force main container wrapper height to fill remaining space
| * Replace height: 100% rule with workaround for flexbox quirksWhymarrh Whitby2018-12-061-1/+2
|/
* Merge pull request #5704 from MetaMask/new-gas-customize-feature-branch-dDan J Miller2018-12-05104-264/+7147
|\ | | | | Gas customization features
| * Fix styling of send screen in extension view when hex data on.Dan Miller2018-12-044-12/+17
| |
| * Final gas customization fixesDan Miller2018-12-0418-104/+198
| |
| * Clear custom gas data on hiding of gas customization modal.Dan Miller2018-12-041-4/+12
| |
| * Modify results of API data to better fit gas chart: remove outliers, pad dataDan Miller2018-12-045-44/+126
| |
| * Add loading spinners when waiting for APIs in the gas customization modalDan Miller2018-12-049-6/+61
| |
| * Uses more reliable api on main send screen; caches basic api results in modalDan Miller2018-12-0421-140/+309
| |
| * Fix "fastest" translation message; change to sentence caseDan Miller2018-12-041-1/+1
| |
| * Improve responsiveness of customize speed up slider.Dan Miller2018-12-043-6/+76
| |
| * Make gas customization modal responsive.Dan Miller2018-12-047-1/+32
| |
| * Add c3 and d3 to the separate dependencies bundle.Dan Miller2018-12-041-0/+2
| |
| * Add gas data to integration test json data set.Dan Miller2018-12-043-3/+633
| |
| * Remove gas customization integration tests (in favour of e2e tests)Dan Miller2018-12-043-36/+317
| |
| * Fixes for components that break e2e gas customization tests, plus unit test ↵Dan Miller2018-12-049-21/+102
| | | | | | | | updates.
| * Update e2e tests for new gas customization modal.Dan Miller2018-12-045-21/+62
| |
| * Connect gas price chart to gas station api.Dan Miller2018-12-043-41/+204
| |
| * Adds speed up slide-in gas customization sidebarDan Miller2018-12-0419-58/+306
| |
| * Adds createSpeedUpTransaction to txControllerDan Miller2018-12-043-0/+97
| |
| * Redesign of gas customization basic tab.Dan Miller2018-12-048-10/+134
| |
| * Clean up for mmui-i11-custom-gas-price-chart branchDan Miller2018-12-044-33/+25
| |
| * Improve data management and tests for gas-modal-page-container price estimates.Dan Miller2018-12-044-20/+67
| |
| * Update tests, plus some lint fixes, for gas-price-chartDan Miller2018-12-043-53/+204
| |
| * Clean up gas chart code.Dan Miller2018-12-043-362/+373
| |
| * Add control arrows to advanced gas tab inputs.Dan Miller2018-12-043-1/+63
| |
| * Complete integration of gas chart with redux.Dan Miller2018-12-049-14/+148
| |
| * Read only connection of gas price chart to reduxDan Miller2018-12-0413-28/+245
| |
| * Gas price chart improvements, redesign, bug fixes, and set up to receive ↵Dan Miller2018-12-045-88/+300
| | | | | | | | external data
| * Adds not yet functional gas price chart.Dan Miller2018-12-0411-20/+290
| |
| * Lint and unit test fixes.Dan Miller2018-12-043-5/+4
| |
| * Clean up for advanced gas tab customization changes.Dan Miller2018-12-043-19/+16
| |
| * Adds redesign for the customize gas advanced tab.Dan Miller2018-12-0419-152/+332
| |
| * Test updates and additions for button integration with send screen.Dan Miller2018-12-0419-64/+465
| |
| * Integrate gas buttons with the send screen.Dan Miller2018-12-0414-41/+301
| |
| * Connects remained of the gas customization component to redux.Dan Miller2018-12-0422-194/+497
| |
| * Adds gas-duck.test.js tests.Dan Miller2018-12-041-0/+300
| |
| * Styling fixes for gas customization advanced tab content.Dan Miller2018-12-044-3/+2
| |
| * Improvements to propdefaults in button-group.component and ↵Dan Miller2018-12-042-2/+3
| | | | | | | | basic-tab-content.component
| * Connect the gas-button-group component to redux and a live api.Dan Miller2018-12-0415-111/+573
| |
| * Adds basic tab content to gas customizer, with styled button group (static, ↵Dan Miller2018-12-0416-15/+615
| | | | | | | | for now).
| * Improve styling of advanced-tab-content gasInput rowDan Miller2018-12-043-5/+11
| |
| * Add tests for advanced-tab-component.js and subcomponents.Dan Miller2018-12-045-18/+282
| |
| * Remove gas slider from advance-tab-content.componentDan Miller2018-12-043-19/+2
| |
| * Split advanced-tab-content.component.js render() method into smaller ↵Dan Miller2018-12-043-31/+63
| | | | | | | | pieces; add translations to the same file.
| * Adds the content of the advanced tab - w/o chart or dynamic content - to gas ↵Dan Miller2018-12-0421-63/+538
| | | | | | | | customize modal.
| * Use BEM for css in gas-modal-page-containerDan Miller2018-12-043-26/+28
| |
| * Use correct message key in gas-modal-page-container.component.jsDan Miller2018-12-041-1/+1
| |
| * Adds new gas customization modal container (without content)Dan Miller2018-12-0411-29/+371
|/
* Merge pull request #5876 from MetaMask/Version-5.1.0v5.1.0Thomas Huang2018-12-042-1/+8
|\ | | | | Version 5.1.0: East Bay Represent
| * Version 5.1.0: East BayDan Finlay2018-12-042-1/+8
|/
* Merge pull request #5875 from MetaMask/UpdatePhishingWarningThomas Huang2018-12-041-5/+4
|\ | | | | Update phishing warning copy
| * Update phishing warning copyDan Finlay2018-12-041-5/+4
| | | | | | | | Per advice of legal counsel.
* | Add docs link (#5870)Dan Finlay2018-12-041-1/+3
|/
* Hide link for phishing-detect page (#5864)Michael - Blurpesec2018-12-021-1/+1
| | | | | | * Soften language on phishing-detect page * remove quotes
* Merge pull request #5865 from MetaMask/mmc-fixBruno Barbieri2018-12-011-1/+0
|\ | | | | Fix visibility of mmc
| * fix visibilityBruno Barbieri2018-12-011-1/+0
|/