aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts
Commit message (Expand)AuthorAgeFilesLines
* enable privacy mode for first time users (#6347)Thomas Huang2019-03-261-1/+3
* Replaces the coinbase link in the deposit modal with one for wyre (#6302)Dan J Miller2019-03-221-1/+1
* Folder restructure (#6304)Chi Kei Chan2019-03-221-1/+1
* Stop reloading dapps on network change allowing dapps to decide if it should ...Josh Stevens2019-03-222-0/+8
* Fixes popups not showing when screen size is odd (#6312)William Monti Souza2019-03-181-2/+2
* Centre the notification in the current window (#6307)Whymarrh Whitby2019-03-151-4/+3
* Centre all notification popupsWhymarrh Whitby2019-03-121-5/+10
* mascara - remove from project (#6283)kumavis2019-03-121-1/+0
* GABA: Integrate AddressBookController (#5847)Paul Bouchon2019-03-123-109/+8
* Nonmultiple notifications for batch txsThomas Huang2019-03-121-1/+1
* Metametrics (#6171)Dan J Miller2019-03-052-1/+84
* 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
* Feature Flag + Mobile Sync (#5955)Dan Finlay2019-02-262-1/+70
* account tracker - update accounts from balanceChecker contract (#6181)Jenny Pollack2019-02-213-3/+70
* EIP-1193: standard provider API (#6170)Paul Bouchon2019-02-209-23/+138
* Bring Popup to front when ui is tiggeredChi Kei Chan2019-02-191-1/+1
* Fix inpage.js event handler memory leak (#6177)Graham Kaemmer2019-02-191-4/+5
* Merge pull request #6137 from whymarrh/es6-backgroundWhymarrh Whitby2019-02-148-32/+32
|\
| * 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
* | fix typofrankiebee2019-02-131-4/+4
* | recent-blocks - dont listen for block when on infura providersfrankiebee2019-02-123-4/+30
|/
* Fix locale codes contains underscore will never be preferred (#6116)S.C. Chen2019-02-091-4/+11
* Update design of phishing warning screenWhymarrh Whitby2019-02-061-17/+5
* Add announcement for users migrated to the new UIWhymarrh Whitby2019-02-052-1/+2
* Remove betaUI preference state, replace with completedUiMigrationWhymarrh Whitby2019-02-052-4/+39
* Default to the new UI for all usersWhymarrh Whitby2019-02-051-20/+2
* Privacy mode fixes (#6087)Bruno Barbieri2019-02-021-13/+15
* fix - migration 30 undefinds (#6079)Frankie2019-02-011-16/+18
* EIP-1102 updates (#6006)Paul Bouchon2019-01-312-24/+28
* I#5956 fix2 dont overwrite existing rpc settings (#6044)Frankie2019-01-302-2/+51
* add source for header in create infura client (#6023)Jenny Pollack2019-01-251-1/+1
* Refactor first time flow, remove seed phrase from state (#5994)Alexander Tseung2019-01-235-2/+52
* fix asset detection (#6049)Bruno Barbieri2019-01-231-2/+18
* Use Parity on-chain registry only when is needed (#6052)Esteban Miño2019-01-232-0/+15
* I#5956 fix 1 (#6026)Frankie2019-01-183-1/+53
* Set auto conversion off for token/eth conversion (#6005)Thomas Huang2019-01-111-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
* 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-103-7/+15
* Fix race condition in network controller lookup() method.Dan Miller2018-12-071-4/+10
* Adds createSpeedUpTransaction to txControllerDan Miller2018-12-042-0/+30
* 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
* 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
* | Merge pull request #5797 from MetaMask/trezor-v6Bruno Barbieri2018-11-221-0/+8
|\ \
| * | fix merge conflictsbrunobar792018-11-2114-23/+96
| |\|
| * | 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-146-87/+80
| |\ \ \ \
| * \ \ \ \ fix merge conflictsbrunobar792018-11-0724-291/+886
| |\ \ \ \ \
| * \ \ \ \ \ fix merge conflictsbrunobar792018-10-215-30/+105
| |\ \ \ \ \ \
| * \ \ \ \ \ \ fix conflictsbrunobar792018-10-1723-436/+478
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'develop' of github.com:MetaMask/metamask-extension into trezor-v5brunobar792018-09-065-24/+202
| |\ \ \ \ \ \ \ \
| * | | | | | | | | add port names blacklistbrunobar792018-08-231-0/+8
* | | | | | | | | | Don't announce new UI to users switching backWhymarrh Whitby2018-11-211-0/+1
* | | | | | | | | | Default to the new UI for first time usersWhymarrh Whitby2018-11-212-14/+7
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | 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-141-0/+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
* | | | | | 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
* | | | | 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-062-18/+52
* | | | | 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
* | | | | EIP-1102: add user privacy optionbitpshr2018-11-064-44/+32
* | | | | EIP-1102: add isEnabled convenience method to providerbitpshr2018-11-063-9/+53
* | | | | EIP-1102: Add option to force-enable providerbitpshr2018-11-064-6/+44
* | | | | EIP-1102: updated implementationbitpshr2018-11-067-28/+182
* | | | | 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
|/ / / / /
* | | | | 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-3011-161/+265
| | |\ \ \ \ \
| * | \ \ \ \ \ Merge branch 'develop' of github.com:MetaMask/metamask-extension into sentry-...kumavis2018-10-3012-187/+275
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | 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-301-9/+26
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into HowardB...kumavis2018-10-268-125/+121
| |\ \ \ \ \ \ \ \
| * | | | | | | | | tx-gas-util - set error message when invalidating tx based on tx data but no ...kumavis2018-10-211-4/+5
| * | | | | | | | | Merge branch 'develop' into developkumavis2018-10-219-38/+160
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | 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-101-7/+16
* | | | | | | | | | 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-2611-179/+269
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | 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
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | preferences - fix typokumavis2018-10-301-1/+1
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Add support for RPC endpoints with custom chain IDs (#5134)HackyMiner2018-10-264-33/+128
| |/ / / / / / / |/| | | | | | |
* | | | | | | | ens-ipfs - refactor for readability (#5568)kumavis2018-10-217-124/+120
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge pull request #5555 from MetaMask/support-wallet-watch-assetkumavis2018-10-211-1/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | add support for wallet_watchAssetEsteban MIno2018-10-201-1/+1
| |/ / / / /
* / / / / / specific add and remove methods for frequentRpcList (#5554)Esteban Miño2018-10-202-28/+27
|/ / / / /
* | | | | inpage - increase provider max listeners to avoid warningskumavis2018-10-181-0/+2
* | | | | Merge pull request #5127 from MetaMask/account-tracker-network-changekumavis2018-10-181-1/+7
|\ \ \ \ \
| * \ \ \ \ Merge branch 'develop' into account-tracker-network-changekumavis2018-09-2817-419/+480
| |\ \ \ \ \
| * | | | | | metamask controller - force account tracker to update balances on network changekumavis2018-08-231-0/+4
| | |_|/ / / | |/| | | |
* | | | | | 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-172-0/+31
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix document extension check when injecting web3Whymarrh Whitby2018-10-161-7/+12
* | | | | | Add txReceipt data to transaction details (#5513)Alexander Tseung2018-10-162-1/+39
|/ / / / /
* | | | | 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
* | | | | transactions - add txReceipt to the txMeta body for confirmed txs (#5375)Frankie2018-10-101-1/+23
* | | | | tests - integration - Add Drizzle tests (#5467)Bruno Barbieri2018-10-101-1/+1
| |_|/ / |/| | |
* | | | 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
* | | | | 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
|/ / / / /
* | | | | 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
* | | | | 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
|/ / / /
* | / / support editable customRPC (#5267)HackyMiner2018-09-292-7/+15
| |/ / |/| |
* | | Update extension badge with correct signTypedData countWhymarrh Whitby2018-09-271-0/+1
* | | fix tld bug (#5250)Phyrex Tsai2018-09-271-0/+2
* | | Merge pull request #5053 from hahnmichaelf/esdb-supportThomas Huang2018-09-272-1/+6
|\ \ \
| * | | additional lint-test fixhahnmichaelf2018-08-141-1/+1
| * | | fix for lint-testhahnmichaelf2018-08-142-3/+3
| * | | change namehahnmichaelf2018-08-141-0/+0
| * | | base - working. fixes #4774hahnmichaelf2018-08-132-1/+6
* | | | EIP-1102: Add deprecation message (#5353)Paul Bouchon2018-09-262-6/+6
* | | | bugfix: update eth_signTypedData_v3 parameter orderbitpshr2018-09-261-4/+4
* | | | Fix MetaMask web3 version (#5352)Esteban Miño2018-09-261-0/+1
* | | | Merge pull request #5282 from MetaMask/tx-cancel-uiAlexander Tseung2018-09-251-2/+3
|\ \ \ \
| * | | | Switch existing modals from using Notification to Modal. Remove Notification ...Alexander Tseung2018-09-201-2/+3
* | | | | Adds getPendingNonce method to provider initialization options in metamask-co...Dan Miller2018-09-222-1/+15
|/ / / /
* | | | Merge branch 'develop' into eip-712Paul Bouchon2018-09-181-0/+19
|\ \ \ \
| * | | | EIP-1102: Transitionary API (#5256)Paul Bouchon2018-09-151-0/+19
* | | | | Update new method namespace from v2 to v3bitpshr2018-09-142-3/+3
* | | | | Update error message for chainId mis-matchbitpshr2018-09-141-1/+1
* | | | | Implement latest EIP-712 protocolbitpshr2018-09-142-39/+112
|/ / / /
* | | | Merge pull request #5240 from MetaMask/i5238-account-balance-updateDan Finlay2018-09-121-0/+3
|\ \ \ \
| * | | | Ensure account-tracker currentBlockNumber is set on first block update.Dan Miller2018-09-111-0/+3
* | | | | Default NoticeController ctor opts to empty objWhymarrh Whitby2018-09-121-1/+1
* | | | | Delete ConfigManager, replacing its usages with PreferencesControllerWhymarrh Whitby2018-09-124-341/+27
|/ / / /
* | | | Merge pull request #5216 from MetaMask/tx-cancelFrankie2018-09-113-2/+73
|\ \ \ \
| * | | | Add createCancelTransaction methodAlexander Tseung2018-09-113-2/+73
| | |_|/ | |/| |
* | | | Merge pull request #5223 from whymarrh/tx-error-tooltipsFrankie2018-09-111-0/+1
|\ \ \ \
| * | | | Attach the RPC error value to txMetaWhymarrh Whitby2018-09-091-0/+1
| |/ / /
* / / / Upgrade obs-store and fix memory leaksConnor Christie2018-09-101-3/+7
|/ / /
* | | fix conflictsEsteban MIno2018-08-294-18/+69
|\ \ \
| * | | Do not resolve .test domains using ENSbitpshr2018-08-251-1/+1
| * | | updated docs, small improvement of recent RPC renderingEvgeniy Filatov2018-08-231-1/+1
| * | | implemented improvements to RPC historyEvgeniy Filatov2018-08-231-1/+1
| * | | Merge pull request #5122 from MetaMask/lazy-account-trackerDan Finlay2018-08-232-2/+37
| |\ \ \
| | * | | Add todo to dedupe UI tracking in backgroundDan Finlay2018-08-231-0/+1
| | * | | account-tracker - only track blocks when there are activeControllerConnectionskumavis2018-08-222-2/+24
| | * | | metamask controller - track active controller connectionskumavis2018-08-221-0/+12
| | | |/ | | |/|
| * / | Update unlock logic to not overwrite existing selected addressWhymarrh Whitby2018-08-231-13/+29
| |/ /
* | | watchAsset small changesEsteban MIno2018-08-281-1/+1
* | | delete web3.metamassk.watchAssetEsteban MIno2018-08-241-17/+0
* | | typo watchAsset imageUrl to imageEsteban MIno2018-08-241-6/+6
* | | expose web3.metamask.watchAssetEsteban MIno2018-08-231-0/+17
* | | Merge branch 'develop' into WatchTokenFeatureEsteban MIno2018-08-229-279/+10
|\| |
| * | Merge pull request #5109 from MetaMask/MoveOutInpageProviderDan Finlay2018-08-227-276/+4
| |\ \
| | * | Move inpage-provider and port-stream outsideDan Finlay2018-08-217-276/+4
| * | | Merge pull request #5118 from MetaMask/provider2-bugfixDan Finlay2018-08-221-1/+1
| |\ \ \
| | * | | bugfix - prevents old blocktracker from getting internal hooks migratedkumavis2018-08-221-1/+1
| | |/ /
| * | | fix hardware wallets account namebrunobar792018-08-211-1/+3
| * | | fix account removalbrunobar792018-08-211-1/+2
| |/ /
* | | returning error in watchAssetEsteban MIno2018-08-221-4/+12
* | | refactor watchToken related functionsEsteban MIno2018-08-211-37/+36
* | | watchAsset returns result wether token was added or notEsteban MIno2018-08-213-10/+30
* | | Merge branch 'develop' into WatchTokenFeatureEsteban MIno2018-08-2126-460/+652
|\| |
| * | Merge branch 'develop' into ledger-supportBruno Barbieri2018-08-181-2/+47
| |\ \
| | * | Restores accounts until one with a zero balance is foundDan Matthews2018-08-171-2/+47
| | * | Merge branch 'develop' into network-remove-provider-engineThomas2018-08-1512-27/+176
| | |\|
| | * | Merge branch 'network-remove-provider-engine' into network-remove-provider-en...frankiebee2018-08-071-1/+1
| | |\ \
| | | * | network - fix blockTracker reference to return the blockTrackerProxy instead ...frankiebee2018-08-071-1/+1
| | * | | Merge branch 'develop' into network-remove-provider-engine-testsThomas Huang2018-08-023-9/+11
| | |\ \ \