aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5966 from filips123/patch-1Thomas Huang2019-01-111-3/+180
|\
| * Merge branch 'develop' of https://github.com/MetaMask/metamask-extension into...Filip Š2019-01-106-10/+14
| |\
| * | 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
* | Wrong french translationWathis2019-01-041-6/+6
* | Merge pull request #5987 from MetaMask/Version-5.3.0Thomas Huang2019-01-041-1/+1
|\ \
| * | 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 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
* Merge pull request #5893 from MetaMask/loading-network-screenDan J Miller2018-12-141-0/+9
|\
| * 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
|\
| * 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
|\
| * Changelog and version bump for 5.2.0Dan Miller2018-12-121-1/+1
* | Show Failed transaction in the browser notification for on-chain failures (#5...Alexander Tseung2018-12-111-4/+7
|/
* 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.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 pieces;...Dan Miller2018-12-041-0/+12
* Adds the content of the advanced tab - w/o chart or dynamic content - to gas ...Dan Miller2018-12-041-0/+6
* 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
* Hide link for phishing-detect page (#5864)Michael - Blurpesec2018-12-021-1/+1
* fix visibilityBruno Barbieri2018-12-011-1/+0
* Save recent network balances in local storage (#5843)Dan J Miller2018-12-012-0/+92
* 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
* 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 NO_C...Frankie2018-11-301-0/+9
* Merge pull request #5848 from MetaMask/Less-Certain-LanguageWhymarrh Whitby2018-11-291-1/+1
|\
| * Soften accusatory language on phishing warningDan Finlay2018-11-291-1/+1
* | 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
* 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
|\
| * 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
|\ \
| * | 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
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Remove "Beta" from welcome messagesWhymarrh Whitby2018-11-2120-33/+33
| * | | | | | | | | | | | | | 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
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | 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
* | | | | | | | | | | | | ESLint fixes (#5775)Whymarrh Whitby2018-11-179-18/+18
* | | | | | | | | | | | | Tx controller now uses safe event emitter (#5769)Frankie2018-11-173-3/+3
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Resubmit approved transactions on new block (#5752)Dan Finlay2018-11-153-2/+22
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | 1102: use meta title if it exists before titlePaul Bouchon2018-11-151-0/+5
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Update Balanc3 API (#5744)Paul Bouchon2018-11-142-23/+16
* | | | | | | | | | Fixes #3425: Better support for batch transactions (#5437)PaddyMc2018-11-144-0/+30
* | | | | | | | | | Slovenian and slovak fixes (#5730)Filip Š2018-11-133-330/+1703
* | | | | | | | | | 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.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
* | | | | | | | | | 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
* | | | | | | | | | Update watchAsset ERC20 validation (#5653)Esteban Miño2018-11-061-2/+2
* | | | | | | | | | Merge pull request #5659 from MetaMask/token-rates-bugfixkumavis2018-11-041-4/+7
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'sentry-enhancements2' of github.com:MetaMask/metamask-extension...kumavis2018-10-301-2/+3
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'develop' into sentry-enhancements2kumavis2018-10-3017-1526/+2289
| | |\ \ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ \ Merge branch 'develop' of github.com:MetaMask/metamask-extension into sentry-...kumavis2018-10-3018-1552/+2299
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into sentry-...kumavis2018-10-212-28/+27
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into HowardB...kumavis2018-10-2613-1383/+1467
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | tx-gas-util - set error message when invalidating tx based on tx data but no ...kumavis2018-10-211-4/+5
| * | | | | | | | | | | | | send tx - validate - simplify error message for attempting to call function o...kumavis2018-10-211-1/+1
| * | | | | | | | | | | | | 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 ganache...Howard Braham2018-10-101-5/+6
| * | | | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ 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
| | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #5625 from filips123/developkumavis2018-10-301-105/+658
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | 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 scrolli...Alexander Tseung2018-10-231-0/+3
* | | | | | | | | | | | Merge pull request #5576 from marijnbent/patch-1kumavis2018-10-231-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Updated translation for main network nameMarijn Bent2018-10-231-1/+1
* | | | | | | | | | | | | i18n - update haitian translations (#5565)kumavis2018-10-231-1235/+1310
|/ / / / / / / / / / / /
* | | | | | | | | | | / ens-ipfs - refactor for readability (#5568)kumavis2018-10-218-125/+131
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #5555 from MetaMask/support-wallet-watch-assetkumavis2018-10-211-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | add support for wallet_watchAssetEsteban MIno2018-10-201-1/+1
| |/ / / / / / / / / /
* | | / / / / / / / / i18n - use localized names in language selectionBrandon Wissmann2018-10-211-21/+21
| |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ 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
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | enable fetch debuggingkumavis2018-10-152-0/+37
* | | | | | | | | | | Adds toggle for primary currency (#5421)Alexander Tseung2018-10-174-1/+55
* | | | | | | | | | | 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
* | | | | | | | | | 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
|/ / / / / / / / /
* | | | | | | | | 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.0v4.14.0Dan Finlay2018-10-121-1/+1
* | | | | | | | | | | Fix en, ko locales (#5483)Noel Yoo2018-10-112-49/+49
* | | | | | | | | | | 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 (#5...Whymarrh Whitby2018-10-111-23/+1
* | | | | | | | | | | Merge pull request #5480 from noelyoo/typokumavis2018-10-102-236/+236
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | 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
* | | | | | | | | | i18n - fr - improvementsVincent2018-10-101-4/+4
* | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | 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
* | | | | | | | | | 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
* | | | | | | | | | | 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 applicableAlexander Tseung2018-10-051-0/+3
* | | | | | | | | | | Merge pull request #5427 from alextsg/i5371-update-cancel-copyAlexander Tseung2018-10-051-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Update "cancel" copyAlexander Tseung2018-10-051-1/+1
| |/ / / / / / / / / /
* / / / / / / / / / / Increase suggested gas percentile to 65 (#5359)Dan Finlay2018-10-051-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #5412 from whymarrh/after-install-stepsWhymarrh Whitby2018-10-041-9/+0
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | 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