aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* 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-106-10/+14
| |\ | | | | | | | | | 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
| |/ |/|
* | Refine app descriptionDan Finlay2019-01-061-1/+1
| | | | | | Should help SEO on the chrome store.
* | Wrong french translationWathis2019-01-041-6/+6
| | | | | | Changing "Connection" by "Connexion"
* | Merge pull request #5987 from MetaMask/Version-5.3.0Thomas Huang2019-01-041-1/+1
|\ \ | | | | | | Version 5.3.0 RC1
| * | Version 5.3.0 RC1v5.3.0Dan Finlay2019-01-031-1/+1
| | |
* | | Merge pull request #5992 from MetaMask/i5140-accountsThomas Huang2019-01-041-0/+4
|\ \ \ | | | | | | | | Add scrolling button to account list
| * | | Add scrolling button to account listAlexander Tseung2019-01-041-0/+4
| |/ /
* / / fix typo in phishing.html titlePaul Chonpimai2019-01-031-1/+1
|/ /
* | fix extension linkbrunobar792019-01-031-1/+1
| |
* | Fix etherscan links on notificationsBruno Barbieri2018-12-291-1/+1
|/
* Disallow loading as metamaskNetworkId (#5924)Frankie2018-12-141-1/+3
| | | | | | * 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-141-0/+9
|\ | | | | Loading network screen
| * Clean up for the loading-network-screenDan Miller2018-12-131-0/+6
| |
| * Add identifier of private network to the network loading screen message.Dan Miller2018-12-131-0/+3
| |
* | Version 5.2.2 RC1v5.2.2Dan Finlay2018-12-131-1/+1
|/
* Merge pull request #5919 from MetaMask/gas-customization-fixesDan J Miller2018-12-131-0/+30
|\ | | | | Fix some styling and translations in the gas customization modal
| * Add missing translation to the gas customization component.Dan Miller2018-12-131-0/+30
| |
* | Version 5.2.1 RC1 (#5918)v5.2.1Dan J Miller2018-12-131-1/+1
|/
* Merge pull request #5902 from MetaMask/i5846-ProviderCrashesThomas Huang2018-12-121-1/+1
|\ | | | | Fix provider crashes
| * Changelog and version bump for 5.2.0Dan Miller2018-12-121-1/+1
| |
* | Show Failed transaction in the browser notification for on-chain failures ↵Alexander Tseung2018-12-111-4/+7
|/ | | | (#5904)
* Group transactions by nonce (#5886)Alexander Tseung2018-12-1010-16/+65
|
* 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
| |
* | Fill in more Polish message translationsWhymarrh Whitby2018-12-061-0/+9
|/
* Fix "fastest" translation message; change to sentence caseDan Miller2018-12-041-1/+1
|
* Adds createSpeedUpTransaction to txControllerDan Miller2018-12-042-0/+30
|
* Redesign of gas customization basic tab.Dan Miller2018-12-041-0/+3
|
* Clean up for advanced gas tab customization changes.Dan Miller2018-12-041-0/+3
|
* Test updates and additions for button integration with send screen.Dan Miller2018-12-041-0/+3
|
* Integrate gas buttons with the send screen.Dan Miller2018-12-041-0/+12
|
* Split advanced-tab-content.component.js render() method into smaller ↵Dan Miller2018-12-041-0/+12
| | | | 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-041-0/+6
| | | | customize modal.
* Adds new gas customization modal container (without content)Dan Miller2018-12-041-0/+18
|
* Version 5.1.0: East BayDan Finlay2018-12-041-1/+1
|
* Update phishing warning copyDan Finlay2018-12-041-5/+4
| | | | Per advice of legal counsel.
* Hide link for phishing-detect page (#5864)Michael - Blurpesec2018-12-021-1/+1
| | | | | | * Soften language on phishing-detect page * remove quotes
* fix visibilityBruno Barbieri2018-12-011-1/+0
|
* Save recent network balances in local storage (#5843)Dan J Miller2018-12-012-0/+92
| | | | | | | | | | | | * Use selector for state.metamask.accounts in all cases. * Default to cached balance when selecting metamask accounts * Adds the cached-balances controller * Documentation and small codes fixes for #5843 Co-Authored-By: danjm <danjm.com@gmail.com>
* bugfix: normalize contract addresss when fetching exchange rates (#5863)Paul Bouchon2018-12-011-1/+3
|
* Fixed Vivek's bug (#5860)Dan Finlay2018-11-301-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixed Vivek's bug Fixes #5850 What was happening: It seems that his MetaMask had crashed while some new transactions had been loading defaults. He probably had a network connectivity issue to Infura (which we are working with Infura to address). As a result of this network cutout, his three unapproved transactions were not marked failed, and were not marked as `loadingDefaults = false`, as their gas prices had not yet been estimated. Normally this behavior is supposed to clean itself up when the transaction controller starts up, via the `TransactionController._onBootCleanUp()` function, but in this case, during unlock, that function was unable to do its job because when it requested the transaction list, the current network was in the `loading` state, making it proceed as if there were no pending transactions. To fix this, I am doing two things: - Setting transactions to loadingDefaults = false in more catch blocks. - Calling `onBootCleanUp()` when the network store's status changes, so that it will re-trigger when loading completes. * Fixed reference * Fixed infinite loop bug Was refreshing the tx list on every tx state change instead of just network changes, creating an infinite loop. * Add notes to tx updates to clarify logs
* Version 5.0.4 RC1 (#5859)v5.0.4Dan Finlay2018-11-301-2/+2
|
* transactions/tx-gas-utils - add the acctual response for eth_getCode for ↵Frankie2018-11-301-0/+9
| | | | NO_CONTRACT_ERROR's && add a debug object to simulationFailed (#5840)
* Merge pull request #5848 from MetaMask/Less-Certain-LanguageWhymarrh Whitby2018-11-291-1/+1
|\ | | | | Soften accusatory language on phishing warning
| * Soften accusatory language on phishing warningDan Finlay2018-11-291-1/+1
| | | | | | | | | | | | We don't always know for sure that sites marked as phishers are defiitely scams, and so we should avoid language that makes concrete accusations.
* | Open full-screen UI on installWhymarrh Whitby2018-11-271-5/+4
| |
* | Revert "Don't open MetaMask website after install"Whymarrh Whitby2018-11-271-0/+9
|/
* Autofill gasPrice for retry attempts with either the recommended gasprice or ↵Frankie2018-11-271-0/+9
| | | | | | | | a %10 bump (#5786) * transactions - autofill gasPrice for retry attempts with either the recomened gasprice or a %10 bump * lint
* transactions - ensure err is defined when setting tx failed (#5801)Frankie2018-11-271-4/+6
|
* Merge pull request #5792 from MetaMask/signed-type-data-error-hw-walletBruno Barbieri2018-11-271-9/+16
|\ | | | | Consider HW Wallets for signTypedMessage
| * Use Array.includesBruno Barbieri2018-11-271-4/+4
| |
| * remove extra semicolonbrunobar792018-11-211-1/+1
| |
| * consider hw walletsbrunobar792018-11-211-9/+16
| |
* | Show Connect Requests count in extension badgeWhymarrh Whitby2018-11-261-1/+3
| |
* | Use initState to avoid type-checking providerRequests in stateWhymarrh Whitby2018-11-261-3/+5
| |
* | Increase Token Symbol length to twelveThomas Huang2018-11-2320-42/+42
| |
* | Merge pull request #5797 from MetaMask/trezor-v6Bruno Barbieri2018-11-225-1/+121
|\ \ | | | | | | Add Firefox and Brave support for Trezor
| * | trezor v6brunobar792018-11-211-2/+2
| | |
| * | fix merge conflictsbrunobar792018-11-2115-24/+97
| |\ \
| * \ \ Merge branch 'develop' of github.com:MetaMask/metamask-extension into trezor-v5brunobar792018-11-153-2/+22
| |\ \ \
| * \ \ \ Merge branch 'develop' of github.com:MetaMask/metamask-extension into trezor-v5brunobar792018-11-151-0/+5
| |\ \ \ \
| * \ \ \ \ Merge branch 'develop' into trezor-v5brunobar792018-11-1416-418/+1816
| |\ \ \ \ \
| * \ \ \ \ \ fix merge conflictsbrunobar792018-11-0749-1798/+3537
| |\ \ \ \ \ \
| * \ \ \ \ \ \ fix merge conflictsbrunobar792018-10-2110-55/+1373
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ fix conflictsbrunobar792018-10-1750-1813/+4512
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'develop' of github.com:MetaMask/metamask-extension into trezor-v5brunobar792018-09-0615-160/+941
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | add port names blacklistbrunobar792018-08-231-0/+8
| | | | | | | | | | |
| * | | | | | | | | | handle onDisconnectbrunobar792018-08-231-0/+4
| | | | | | | | | | |
| * | | | | | | | | | fix merge conflictsbrunobar792018-08-239-281/+5
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'develop' of github.com:MetaMask/metamask-extension into trezor-v5brunobar792018-08-221-2/+5
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ fix merge conflictsbrunobar792018-08-2145-493/+856
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | undo permission changebrunobar792018-08-111-1/+0
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | fixesbrunobar792018-08-103-6773/+37
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | use new connect.js filebrunobar792018-08-101-9468/+1240
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into trezor-v5brunobar792018-08-105-10/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | fix merge conflictsbrunobar792018-08-096-18/+125
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | clean upbrunobar792018-08-053-3/+3
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | trezor v5 working on firefoxbrunobar792018-08-055-1/+15078
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #5334 from whymarrh/ui-switchWhymarrh Whitby2018-11-2224-162/+103
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | Default to the new UI for first time users
| * | | | | | | | | | | | | | Remove "Beta" from welcome messagesWhymarrh Whitby2018-11-2120-33/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More sed magic: sed -i.bak 's/MetaMask Beta/MetaMask/' app/_locales/**/messages.json && \ find app/_locales -name '*.bak' -delete sed -i.bak 's/"welcomeBeta"/"welcome"/' app/_locales/**/messages.json && \ find app/_locales -name '*.bak' -delete
| * | | | | | | | | | | | | | Don't announce new UI to users switching backWhymarrh Whitby2018-11-211-0/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Remove "Beta" from header logoWhymarrh Whitby2018-11-212-115/+62
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Default to the new UI for first time usersWhymarrh Whitby2018-11-212-14/+7
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
* / | | | | | | | | | | | | Version 5.0.3 (#5785)Dan Finlay2018-11-211-1/+1
|/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Version 5.0.3 Includes a fix to the `version:bump` script that now correctly updates the changelog header. * Include inpage provider events
* | | | | | | | | | | | | 1102: Push publicConfigStore to next turn to avoid race conditiono (#5777)Paul Bouchon2018-11-181-2/+6
| | | | | | | | | | | | |
* | | | | | | | | | | | | Auto fail transactions that have been approved for over 12 hours (#5765)Dan Finlay2018-11-173-0/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Auto fail transactions that have been approved for over 12 hours Converts txs using a migration. This migration uses a new helper function that generates tx-failing migrations, and only requires a version, error message, and condition to run on each transaction. * Linted * Only migrate approved txs to failed * Cleanup * Cleanup * Small lint fixes
* | | | | | | | | | | | | ESLint fixes (#5775)Whymarrh Whitby2018-11-179-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * eslint . --fix * Upgrade all ESLint warnings to errors
* | | | | | | | | | | | | Tx controller now uses safe event emitter (#5769)Frankie2018-11-173-3/+3
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * transactions - use safe-event-emitter over events * tests - pass a platform object on init with a noop showTransactionNotification * test - fix for tx-state-history-helper trying to reduce an empty array * deps - safe-event-emitter * lint
* | | | | | | | | | | | Resubmit approved transactions on new block (#5752)Dan Finlay2018-11-153-2/+22
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add beginning of test * Resubmit approved transactions on new block May fix #4343 and related issues, where an error could leave transactions stranded in the approved state. * Remove unused test * Re-approve transactions when retrying approved * Add retry approved test * Include approved in pending tx count * Fix getPendingTxs() * Linted * Only throw hash error in submitted state * Only check submitted txs for block inclusion * Fix test expectations
* | | | | | | | | | | 1102: use meta title if it exists before titlePaul Bouchon2018-11-151-0/+5
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Update Balanc3 API (#5744)Paul Bouchon2018-11-142-23/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update balanc3 API used in TokenRatesController * Remove demo URL and use nativeCurrency when fetching token rates
* | | | | | | | | | Fixes #3425: Better support for batch transactions (#5437)PaddyMc2018-11-144-0/+30
| | | | | | | | | |
* | | | | | | | | | Slovenian and slovak fixes (#5730)Filip Š2018-11-133-330/+1703
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix Slovenian translation * Add Slovak translation
* | | | | | | | | | Version 5.0.2v5Dan Finlay2018-11-101-1/+1
| | | | | | | | | |
* | | | | | | | | | EIP-1102: Update publicConfig store concurrently with approvalPaul Bouchon2018-11-103-33/+29
| | | | | | | | | |
* | | | | | | | | | 1102: Fix inpage listener syntax (#5708) (#5709)Noah I2018-11-091-2/+2
| | | | | | | | | |
* | | | | | | | | | Version 5.0.1 (#5694)Dan Finlay2018-11-081-1/+1
| | | | | | | | | |
* | | | | | | | | | Merge pull request #5547 from MetaMask/front-ends-deps-gulp-bundleDan J Miller2018-11-083-0/+3
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Bundle some ui dependencies separately to limit the build size of ui.js
| * | | | | | | | | | Bundle some ui dependencies separately to limit the build size of ui.jsDan Miller2018-11-013-0/+3
| | | | | | | | | | |
* | | | | | | | | | | Cleanupbitpshr2018-11-081-18/+10
| | | | | | | | | | |
* | | | | | | | | | | 1102: use postMessage instead of injected scripts to bypass CSPbitpshr2018-11-081-17/+13
| | | | | | | | | | |
* | | | | | | | | | | wipbitpshr2018-11-082-24/+39
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Fix lint errorsbitpshr2018-11-071-1/+1
| | | | | | | | | |
* | | | | | | | | | Remove injected script tags after usebitpshr2018-11-071-0/+2
| | | | | | | | | |
* | | | | | | | | | Clear cached approval after rejectionbitpshr2018-11-072-8/+11
| | | | | | | | | |
* | | | | | | | | | Version 5.0.0 (#5685)Dan Finlay2018-11-071-1/+1
| | | | | | | | | |
* | | | | | | | | | Move experimental provider augmentationbitpshr2018-11-061-13/+13
| | | | | | | | | |
* | | | | | | | | | Add experimental RPC method supportbitpshr2018-11-063-6/+20
| | | | | | | | | |
* | | | | | | | | | Update Connect Request screen design (#5644)Whymarrh Whitby2018-11-065-24/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Parameterize NetworkDisplay background colour * Update design for login request screen * Pass siteTitle, siteImage through for calls to ethereum.enable() * Bring the site images closer together
* | | | | | | | | | Do not modify isApproved when lockedbitpshr2018-11-061-2/+1
| | | | | | | | | |
* | | | | | | | | | Mark origins as unapproved if user explicitly locks MetaMaskbitpshr2018-11-062-3/+5
| | | | | | | | | |
* | | | | | | | | | Enable cachingPaul Bouchon2018-11-061-1/+1
| | | | | | | | | |
* | | | | | | | | | isApproved should return falsebitpshr2018-11-061-1/+1
| | | | | | | | | |
* | | | | | | | | | Remove internal listenersbitpshr2018-11-061-6/+15
| | | | | | | | | |
* | | | | | | | | | rebasebitpshr2018-11-061-3/+3
| | | | | | | | | |
* | | | | | | | | | Disable approval cachingbitpshr2018-11-064-6/+34
| | | | | | | | | |
* | | | | | | | | | Differentiate locked and enabledbitpshr2018-11-064-27/+10
| | | | | | | | | |
* | | | | | | | | | Code bathbitpshr2018-11-064-33/+49
| | | | | | | | | |
* | | | | | | | | | Handle logout gracefullybitpshr2018-11-064-25/+42
| | | | | | | | | |
* | | | | | | | | | Fix lint issuesbitpshr2018-11-061-1/+1
| | | | | | | | | |
* | | | | | | | | | Only filter selectedAddress from publicConfig storebitpshr2018-11-061-6/+10
| | | | | | | | | |
* | | | | | | | | | Fix race condition with publicConfigStorebitpshr2018-11-061-5/+24
| | | | | | | | | |
* | | | | | | | | | Move convenience methods to _metamask namespacebitpshr2018-11-061-28/+55
| | | | | | | | | |
* | | | | | | | | | Fix lint issuesbitpshr2018-11-061-1/+3
| | | | | | | | | |
* | | | | | | | | | Add isUnlocked provider hookbitpshr2018-11-064-3/+29
| | | | | | | | | |
* | | | | | | | | | Differentiate isEnabled and isApproved hookbitpshr2018-11-061-3/+12
| | | | | | | | | |
* | | | | | | | | | Update isEnabled checkbitpshr2018-11-061-1/+3
| | | | | | | | | |
* | | | | | | | | | Remove duplicate i18n keysbitpshr2018-11-062-9/+0
| | | | | | | | | |
* | | | | | | | | | EIP-1102: add user privacy optionbitpshr2018-11-0624-53/+188
| | | | | | | | | |
* | | | | | | | | | EIP-1102: add isEnabled convenience method to providerbitpshr2018-11-063-9/+53
| | | | | | | | | |
* | | | | | | | | | EIP-1102: Add option to force-enable providerbitpshr2018-11-0624-784/+537
| | | | | | | | | |
* | | | | | | | | | EIP-1102: updated implementationbitpshr2018-11-0627-28/+784
| | | | | | | | | |
* | | | | | | | | | Version 4.17.1Dan Finlay2018-11-061-1/+1
| | | | | | | | | |
* | | | | | | | | | network - infura - hardcode net_version and eth_chainId (#5670)kumavis2018-11-061-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * network - infura - hardcode net_version and eth_chainId * network - infura - add rinkeby handling * lint fix
* | | | | | | | | | Update watchAsset ERC20 validation (#5653)Esteban Miño2018-11-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update ERC20 token valodation for watchAsset * update ERC20 validation test descriptions
* | | | | | | | | | Merge pull request #5659 from MetaMask/token-rates-bugfixkumavis2018-11-041-4/+7
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | token-rates - protect against bad token data
| * | | | | | | | | | token-rates - protect against bad token datakumavis2018-11-031-4/+7
| | | | | | | | | | |
* | | | | | | | | | | Revert "support eth_chainId"Thomas Huang2018-11-041-14/+4
|/ / / / / / / / / /
* / / / / / / / / / 4.17.0v4.17.0kumavis2018-11-021-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #5560 from MetaMask/sentry-enhancements2kumavis2018-10-307-60/+112
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Sentry - various enhancements to help debugging (alternate)
| * \ \ \ \ \ \ \ \ Merge branch 'sentry-enhancements2' of ↵kumavis2018-10-301-2/+3
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | github.com:MetaMask/metamask-extension into sentry-enhancements2
| | * \ \ \ \ \ \ \ \ Merge branch 'develop' into sentry-enhancements2kumavis2018-10-3017-1526/+2289
| | |\ \ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ \ Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-10-3018-1552/+2299
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | sentry-enhancements2
| * | | | | | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-10-212-28/+27
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sentry-enhancements2
| * | | | | | | | | | | | sentry - include app state in ui errorskumavis2018-10-202-2/+18
| | | | | | | | | | | | |
| * | | | | | | | | | | | sentry - replace raven-js with sentry/browserkumavis2018-10-204-49/+39
| | | | | | | | | | | | |
| * | | | | | | | | | | | blacklist + currency - report error via log instead of throwkumavis2018-10-192-5/+12
| | | | | | | | | | | | |
| * | | | | | | | | | | | lint fixkumavis2018-10-192-3/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | fetch debugger - only append source stack if no stack is presentkumavis2018-10-191-4/+6
| | | | | | | | | | | | |
| * | | | | | | | | | | | sentry - failed txs - namespace txMeta for better readabilitykumavis2018-10-191-1/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | currency - throw errors on failurekumavis2018-10-191-3/+17
| | | | | | | | | | | | |
| * | | | | | | | | | | | blacklist - throw errors on request/parse failurekumavis2018-10-191-4/+19
| | | | | | | | | | | | |
| * | | | | | | | | | | | sentry - move isBrave decoration to insides of try-catchkumavis2018-10-191-1/+2
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #5567 from MetaMask/HowardBraham-developkumavis2018-10-302-9/+29
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | | Feature: Warn when attempting to send tx with data to non-contract
| * | | | | | | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-10-2613-1383/+1467
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HowardBraham-develop
| * | | | | | | | | | | | | tx-gas-util - set error message when invalidating tx based on tx data but no ↵kumavis2018-10-211-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | contract code
| * | | | | | | | | | | | | send tx - validate - simplify error message for attempting to call function ↵kumavis2018-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on non-contract address
| * | | | | | | | | | | | | Merge branch 'develop' into developkumavis2018-10-2134-1287/+3272
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | tx-gas-utils - improve format + commentskumavis2018-10-101-12/+18
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | ganache-core merged my PR, so I changed some comments to clarify that ↵Howard Braham2018-10-101-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ganache-core v2.2.1 and below will return the non-standard '0x0'
| * | | | | | | | | | | | | Bug Fix: #1789 and #4525 eth.getCode() with no contractHoward Braham2018-10-102-7/+19
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #5596 from MetaMask/validateSignTypedDatakumavis2018-10-302-27/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | Validate signTypedData signer/address in eth-json-rpc-middleware
| * | | | | | | | | | | | | Add version to unapprovedMessageThomas2018-10-251-2/+2
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Remove commented out/unused methodsThomas2018-10-251-27/+2
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Validate signTypedData in eth-json-rpc-middlewareThomas2018-10-252-28/+32
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #5552 from EthersocialNetwork/eth_chainidkumavis2018-10-301-4/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | network - check eth_chainId and fallback to net_version
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'develop' into eth_chainidhackyminer2018-10-2616-1439/+1635
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Update network.jskumavis2018-10-211-0/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | network - improve logging and type conversionkumavis2018-10-211-4/+6
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | support both eth_chainId and net_versionhackyminer2018-10-201-4/+11
| | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | get the real chainId using eth_chainId and use net_version as a fallback
* | | | | | | | | | | | | | Merge pull request #5625 from filips123/developkumavis2018-10-301-105/+658
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | i18n - Better Slovenian translation
| * | | | | | | | | | | | | | Fix Slovenian translationFilip Š2018-10-271-1/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add Slovenian translation for EIP-1102Filip Š2018-10-271-0/+39
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fix Slovenian translationFilip Š2018-10-271-105/+619
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* / | | | | | | | | | | | | preferences - fix typokumavis2018-10-301-1/+1
|/ / / / / / / / / / / / /
* | / / / / / / / / / / / Add support for RPC endpoints with custom chain IDs (#5134)HackyMiner2018-10-265-35/+148
| |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Add Activity Log entry for onchain failures for a transaction. Change ↵Alexander Tseung2018-10-231-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scrolling of the transaction list. Remove Transaction Details modal. (#5581)
* | | | | | | | | | | | Merge pull request #5576 from marijnbent/patch-1kumavis2018-10-231-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | i18n - Updated Dutch translation for main network name
| * | | | | | | | | | | | Updated translation for main network nameMarijn Bent2018-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Current translation translates to 'most important Ethereum-network'. 'Main' is totally acceptable to use in Dutch.
* | | | | | | | | | | | | i18n - update haitian translations (#5565)kumavis2018-10-231-1235/+1310
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * addedd new keys and updated translations to Haitian Creole * changelog - add entry for hatian creole fix
* | | | | | | | | | | / ens-ipfs - refactor for readability (#5568)kumavis2018-10-218-125/+131
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ens-ipfs - refactor for readability * ens-ipfs - use official ipfs gateway for better performance * lint - remove unused code * ens-ipfs - support path and search * lint - gotta love that linter * ens-ipfs - improve loading page formatting * ens-ipfs - loading - redirect to 404 after 1 min timeout * ens-ipfs - destructure for cleaner code
* | | | | | | | | | | Merge pull request #5555 from MetaMask/support-wallet-watch-assetkumavis2018-10-211-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Support for prefix wallet_watchAsset
| * | | | | | | | | | | add support for wallet_watchAssetEsteban MIno2018-10-201-1/+1
| |/ / / / / / / / / /
* | | / / / / / / / / i18n - use localized names in language selectionBrandon Wissmann2018-10-211-21/+21
| |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | specific add and remove methods for frequentRpcList (#5554)Esteban Miño2018-10-202-28/+27
|/ / / / / / / / /
* | | | | | | | | 4.16.0kumavis2018-10-181-2/+2
| | | | | | | | |
* | | | | | | | | inpage - increase provider max listeners to avoid warningskumavis2018-10-181-0/+2
| | | | | | | | |
* | | | | | | | | i18n - add polish (pl)Bartek2018-10-182-0/+1214
| | | | | | | | |
* | | | | | | | | Merge pull request #5127 from MetaMask/account-tracker-network-changekumavis2018-10-181-1/+7
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Bug Fix: Force AccountTracker to update balances on network change
| * \ \ \ \ \ \ \ \ Merge branch 'develop' into account-tracker-network-changekumavis2018-09-2831-561/+1330
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | metamask controller - force account tracker to update balances on network changekumavis2018-08-231-0/+4
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #5536 from whymarrh/add-token-helpWhymarrh Whitby2018-10-181-0/+6
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add clarifying text to the "Add Token" button
| * | | | | | | | | | Extract Add Token button into its own componentWhymarrh Whitby2018-10-181-0/+6
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #5522 from MetaMask/fetch-debuggingWhymarrh Whitby2018-10-182-0/+37
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | debugging - enable fetch debugging
| * | | | | | | | | | enable fetch debuggingkumavis2018-10-152-0/+37
| | | | | | | | | | |
* | | | | | | | | | | Adds toggle for primary currency (#5421)Alexander Tseung2018-10-174-1/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | | | | | | | | | | Fix wording of private key warning shown during exportWhymarrh Whitby2018-10-171-1/+1
| | | | | | | | | | |
* | | | | | | | | | | Update wording on export privkey modalWhymarrh Whitby2018-10-171-1/+1
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Fix document extension check when injecting web3Whymarrh Whitby2018-10-161-7/+12
| | | | | | | | | |
* | | | | | | | | | Improve Korean translations (#5515)Noel Yoo2018-10-161-7/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add more korean translation * Improve korean translation
* | | | | | | | | | Fixed wrong Spanish translation of `key` (#5517)Pedro Gutiérrez2018-10-161-7/+7
| | | | | | | | | |
* | | | | | | | | | Add txReceipt data to transaction details (#5513)Alexander Tseung2018-10-163-1/+42
| | | | | | | | | |
* | | | | | | | | | Update Italian translations (#5502)matteopey2018-10-161-5/+480
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add new english messages * Update translation * Update changelog * Fix casing of MetaMask
* | | | | | | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into developkumavis2018-10-121-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Version 4.13.0v4.13.0Dan Finlay2018-09-281-2/+2
| | | | | | | | | |
* | | | | | | | | | Correct 4.14.0 versionDan Finlay2018-10-121-1/+1
| | | | | | | | | |
* | | | | | | | | | Merge pull request #5505 from MetaMask/Version-4.14.0Thomas Huang2018-10-121-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Version 4.14.0
| * | | | | | | | | | Version 4.14.0v4.14.0Dan Finlay2018-10-121-1/+1
| | | | | | | | | | |
* | | | | | | | | | | Fix en, ko locales (#5483)Noel Yoo2018-10-112-49/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix en typo * Fix ko typo * Remove unnecessary space * Fix ko typo * Improve translation in ko
* | | | | | | | | | | Ensure that new transactions added are using the selected addressWhymarrh Whitby2018-10-111-0/+4
| | | | | | | | | | |
* | | | | | | | | | | Revert "transactions - add txReceipt to the txMeta body for confirmed txs ↵Whymarrh Whitby2018-10-111-23/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#5375)" This reverts commit ff67293a8ef61308d602d09f26b163b9b9ec90d3.
* | | | | | | | | | | Merge pull request #5480 from noelyoo/typokumavis2018-10-102-236/+236
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Alphabetize locales keys
| * | | | | | | | | | | Alphabetize ko locale json keysnoelyoo2018-10-101-224/+224
| | | | | | | | | | | |
| * | | | | | | | | | | Alphabetize en locale json keysnoelyoo2018-10-101-12/+12
| |/ / / / / / / / / /
* / / / / / / / / / / transactions - add txReceipt to the txMeta body for confirmed txs (#5375)Frankie2018-10-101-1/+23
|/ / / / / / / / / /
* | | | | | | | | | Fix formatting of locale files (#5479)Noel Yoo2018-10-1015-956/+956
| | | | | | | | | |
* | | | | | | | | | tests - integration - Add Drizzle tests (#5467)Bruno Barbieri2018-10-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 - improvementsVincent2018-10-101-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
* | | | | | | | | | Added account options on home screenSantiago Gonzalez Toral2018-10-105-0/+64
| |_|_|/ / / / / / |/| | | | | | | |
* | | | | | | | | Fix Korean typos (#5472)Noel Yoo2018-10-101-7/+7
| | | | | | | | |
* | | | | | | | | Merge pull request #5458 from MetaMask/provider-subsBruno Barbieri2018-10-105-15/+36
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Feature: Subscription support
| * | | | | | | | | workaround - fix for drizzlekumavis2018-10-091-2/+11
| | | | | | | | | |
| * | | | | | | | | provider - network - restore block-ref-rewrite middleware referenceskumavis2018-10-092-4/+4
| | | | | | | | | |
| * | | | | | | | | provider - enable subscription support (newHeads, logs)kumavis2018-10-082-9/+21
| | | | | | | | | |
* | | | | | | | | | 100% French locale, reordering of English locale, fixes #5457 (#5470)Vincent2018-10-092-123/+802
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 Yoo2018-10-092-2/+2
| | | | | | | | | |
* | | | | | | | | | Added webRequest.RequestFilter to filter main_frame .eth requestsEduardo Antuña Díez2018-10-091-1/+1
| | | | | | | | | |
* | | | | | | | | | Merge branch 'develop' into update-balance-on-unlockDan Finlay2018-10-062-0/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix updating of pending transactionsDan Finlay2018-10-062-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 unlockDan Finlay2018-10-061-0/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #5432 from alextsg/i5362-fix-translateDan Finlay2018-10-061-0/+3
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Translate method names in the transaction list only when applicable
| * | | | | | | | | | Translate method names in the transaction list only when applicableAlexander Tseung2018-10-051-0/+3
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #5427 from alextsg/i5371-update-cancel-copyAlexander Tseung2018-10-051-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update "cancel" copy
| * | | | | | | | | | | Update "cancel" copyAlexander Tseung2018-10-051-1/+1
| |/ / / / / / / / / /
* / / / / / / / / / / Increase suggested gas percentile to 65 (#5359)Dan Finlay2018-10-051-1/+1
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-stepsWhymarrh Whitby2018-10-041-9/+0
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Don't open MetaMask website after install
| * | | | | | | | | | Don't open metamask.io after install anymoreWhymarrh Whitby2018-10-021-9/+0
| | | | | | | | | | |
* | | | | | | | | | | Remove "Copy Contract Address" from token optionsWhymarrh Whitby2018-10-044-14/+2
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Style links on phishing page with an underlineWhymarrh Whitby2018-10-021-0/+1
| | | | | | | | | |
* | | | | | | | | | Style links on phishing page with cursor: pointer;Whymarrh Whitby2018-10-021-0/+1
| | | | | | | | | |
* | | | | | | | | | Hook MetaMaskController up with phishing detection pageWhymarrh Whitby2018-10-022-2/+60
| | | | | | | | | |
* | | | | | | | | | Add domain whitelist method to MetaMaskControllerWhymarrh Whitby2018-10-021-0/+11
| | | | | | | | | |
* | | | | | | | | | Add ability to whitelist a blacklisted domain at runtimeWhymarrh Whitby2018-10-021-0/+22
| | | | | | | | | |
* | | | | | | | | | Update title and copy of phishing warning pageWhymarrh Whitby2018-10-021-2/+6
|/ / / / / / / / /
* | | | | | | | | Reword batch reject confirm as "Reject All"Whymarrh Whitby2018-10-021-0/+3
| | | | | | | | |
* | | | | | | | | Confirm rejecting multiple transactions with modalWhymarrh Whitby2018-10-021-0/+3
| | | | | | | | |
* | | | | | | | | s/Cancel/Reject/ on confirm screen for clarityWhymarrh Whitby2018-10-021-0/+6
| | | | | | | | |