aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/metamask-controller.js
Commit message (Collapse)AuthorAgeFilesLines
* Add announcement for users migrated to the new UIWhymarrh Whitby2019-02-051-0/+1
|
* I#5956 fix2 dont overwrite existing rpc settings (#6044)Frankie2019-01-301-2/+25
| | | | | | | | | | | | | | * mm-controller - dont overwrite existing rpc settings * ui-networkDropdown - dont pass old network as chainId * add methods preferencesController.updateRpc and metamaskController.updateAndSetCustomRpc * use updateAndSetCustomRpc in settings to allow rpcs to be updated * use new rpc as nickname if no nick name has been supplied * fix update rpc method
* Refactor first time flow, remove seed phrase from state (#5994)Alexander Tseung2019-01-231-0/+1
| | | | | | | | | | | | | | | | | | | | * Refactor and fix styling for first time flow. Remove seed phrase from persisted metamask state * Fix linting and tests * Fix translations, initialization notice routing * Fix drizzle tests * Fix e2e tests * Fix integration tests * Fix styling * Fix migration naming from 030 to 031 * Open extension in browser when user has not completed onboarding
* Use Parity on-chain registry only when is needed (#6052)Esteban Miño2019-01-231-0/+1
| | | | | | * add and use knownMethodData to avoid infura requests * dataMethod to methodData and check empty response
* Group transactions by nonce (#5886)Alexander Tseung2018-12-101-5/+9
|
* Adds createSpeedUpTransaction to txControllerDan Miller2018-12-041-0/+7
|
* Save recent network balances in local storage (#5843)Dan J Miller2018-12-011-0/+9
| | | | | | | | | | | | * 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>
* Use Array.includesBruno Barbieri2018-11-271-4/+4
|
* remove extra semicolonbrunobar792018-11-211-1/+1
|
* consider hw walletsbrunobar792018-11-211-9/+16
|
* ESLint fixes (#5775)Whymarrh Whitby2018-11-171-2/+2
| | | | | | * eslint . --fix * Upgrade all ESLint warnings to errors
* Update Balanc3 API (#5744)Paul Bouchon2018-11-141-0/+1
| | | | | | * Update balanc3 API used in TokenRatesController * Remove demo URL and use nativeCurrency when fetching token rates
* Clear cached approval after rejectionbitpshr2018-11-071-2/+2
|
* Disable approval cachingbitpshr2018-11-061-0/+1
|
* Differentiate locked and enabledbitpshr2018-11-061-1/+0
|
* Code bathbitpshr2018-11-061-1/+4
|
* Handle logout gracefullybitpshr2018-11-061-1/+6
|
* Add isUnlocked provider hookbitpshr2018-11-061-0/+1
|
* EIP-1102: add user privacy optionbitpshr2018-11-061-2/+2
|
* EIP-1102: Add option to force-enable providerbitpshr2018-11-061-1/+3
|
* EIP-1102: updated implementationbitpshr2018-11-061-2/+19
|
* Merge pull request #5596 from MetaMask/validateSignTypedDatakumavis2018-10-301-27/+4
|\ | | | | 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-251-28/+30
| |
* | Add support for RPC endpoints with custom chain IDs (#5134)HackyMiner2018-10-261-5/+13
|/
* specific add and remove methods for frequentRpcList (#5554)Esteban Miño2018-10-201-2/+2
|
* 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-281-71/+161
| |\
| * | metamask controller - force account tracker to update balances on network changekumavis2018-08-231-0/+4
| | |
* | | Adds toggle for primary currency (#5421)Alexander Tseung2018-10-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add UnitInput component * Add CurrencyInput component * Add UserPreferencedCurrencyInput component * Add UserPreferencedCurrencyDisplay component * Add updatePreferences action * Add styles for CurrencyInput, CurrencyDisplay, and UnitInput * Update SettingsTab page with Primary Currency toggle * Refactor currency displays and inputs to use UserPreferenced displays and inputs * Add TokenInput component * Add UserPreferencedTokenInput component * Use TokenInput in the send screen * Fix unit tests * Fix e2e and integration tests * Remove send/CurrencyDisplay component * Replace diamond unicode character with Eth logo. Fix typos
* | | Merge pull request #5458 from MetaMask/provider-subsBruno Barbieri2018-10-101-5/+15
|\ \ \ | | | | | | | | Feature: Subscription support
| * | | provider - enable subscription support (newHeads, logs)kumavis2018-10-081-5/+15
| | | |
* | | | Merge branch 'develop' into update-balance-on-unlockDan Finlay2018-10-061-0/+1
|\ \ \ \
| * | | | Fix updating of pending transactionsDan Finlay2018-10-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
|/ / / /
* / / / 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
* | | Add domain whitelist method to MetaMaskControllerWhymarrh Whitby2018-10-021-0/+11
| | |
* | | support editable customRPC (#5267)HackyMiner2018-09-291-0/+9
| |/ |/| | | | | | | | | * support editable customRPC #5246 * remove rpcList size restriction
* | bugfix: update eth_signTypedData_v3 parameter orderbitpshr2018-09-261-4/+4
| |
* | Fix MetaMask web3 version (#5352)Esteban Miño2018-09-261-0/+1
| |
* | Adds getPendingNonce method to provider initialization options in ↵Dan Miller2018-09-221-0/+14
| | | | | | | | metamask-controller.
* | Update new method namespace from v2 to v3bitpshr2018-09-141-2/+2
| |
* | Implement latest EIP-712 protocolbitpshr2018-09-141-17/+60
| |
* | Delete ConfigManager, replacing its usages with PreferencesControllerWhymarrh Whitby2018-09-121-37/+9
| |
* | Merge pull request #5216 from MetaMask/tx-cancelFrankie2018-09-111-0/+14
|\ \ | | | | | | Add createCancelTransaction method
| * | Add createCancelTransaction methodAlexander Tseung2018-09-111-0/+14
| | |
* | | Upgrade obs-store and fix memory leaksConnor Christie2018-09-101-3/+7
|/ /
* | fix conflictsEsteban MIno2018-08-291-13/+50
|\ \
| * \ Merge pull request #5122 from MetaMask/lazy-account-trackerDan Finlay2018-08-231-0/+21
| |\ \ | | | | | | | | Network IO Optimization: Lazy AccountTracker
| | * | Add todo to dedupe UI tracking in backgroundDan Finlay2018-08-231-0/+1
| | | |
| | * | account-tracker - only track blocks when there are activeControllerConnectionskumavis2018-08-221-0/+8
| | | |
| | * | metamask controller - track active controller connectionskumavis2018-08-221-0/+12
| | |/
| * / Update unlock logic to not overwrite existing selected addressWhymarrh Whitby2018-08-231-13/+29
| |/
* | Merge branch 'develop' into WatchTokenFeatureEsteban MIno2018-08-221-2/+5
|\|
| * fix hardware wallets account namebrunobar792018-08-211-1/+3
| |
| * fix account removalbrunobar792018-08-211-1/+2
| |
* | watchAsset returns result wether token was added or notEsteban MIno2018-08-211-2/+2
| |
* | Merge branch 'develop' into WatchTokenFeatureEsteban MIno2018-08-211-145/+141
|\|
| * 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-151-1/+2
| | |\ | | | | | | | | | | | | Override package-lock and fix merge conflicts
| | * \ Merge branch 'develop' into network-remove-provider-engineThomas2018-07-261-1/+169
| | |\ \
| | * \ \ Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-07-041-4/+3
| | |\ \ \ | | | | | | | | | | | | | | | | | | network-remove-provider-engine
| | * \ \ \ Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-07-031-27/+9
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | network-remove-provider-engine
| | * \ \ \ \ Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-06-081-0/+14
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | network-remove-provider-engine
| | * | | | | | lint - remove unused requirekumavis2018-06-071-1/+0
| | | | | | | |
| | * | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-06-071-1/+38
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | network-remove-provider-engine
| | * | | | | | | metamask-controller - lint fixkumavis2018-05-291-1/+1
| | | | | | | | |
| | * | | | | | | metamask-controller - update preferences controller addresses after import ↵kumavis2018-05-291-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | account
| | * | | | | | | metamask-controller - wrap txController.addUnapprovedTx for wallet ↵kumavis2018-05-251-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | middleware reference before txController is instantiated
| | * | | | | | | provider - update wallet hooks for new wallet middlewarekumavis2018-05-251-60/+17
| | | | | | | | |
| | * | | | | | | metamask-controller - fix account lookup hookkumavis2018-05-251-2/+2
| | | | | | | | |
| | * | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-05-231-11/+16
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | network-remove-provider-engine
| | * | | | | | | | network - create provider and block-tracker via json-rpc-enginekumavis2018-05-171-3/+4
| | | | | | | | | |
| * | | | | | | | | fix merge conflictsbrunobar792018-08-181-65/+34
| | | | | | | | | |
| * | | | | | | | | remove console logsbrunobar792018-08-151-7/+1
| | | | | | | | | |
| * | | | | | | | | fixed unit testsbrunobar792018-08-151-0/+6
| | | | | | | | | |
| * | | | | | | | | fix tx testsbrunobar792018-08-141-3/+3
| | | | | | | | | |
| * | | | | | | | | legacy and new hd path workingbrunobar792018-08-141-1/+2
| | | | | | | | | |
| * | | | | | | | | good progress adding pathsbrunobar792018-08-141-8/+11
| | | | | | | | | |
| * | | | | | | | | this should be ready to gobrunobar792018-08-121-3/+3
| | | | | | | | | |
| * | | | | | | | | able to add accountsbrunobar792018-08-111-1/+1
| | | | | | | | | |
| * | | | | | | | | iframe communication workingbrunobar792018-08-111-4/+2
| | | | | | | | | |
| * | | | | | | | | refactor to support multiple hw walletsbrunobar792018-08-111-75/+55
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'develop' into WatchTokenFeatureEsteban Miño2018-08-081-1/+2
|\| | | | | | | |
| * | | | | | | | improve commentsEsteban MIno2018-07-311-1/+1
| | | | | | | | |
| * | | | | | | | tokens per network for individual accountEsteban MIno2018-07-271-0/+1
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | eth_watchToken workingEsteban MIno2018-08-041-0/+1
| | | | | | | |
* | | | | | | | merge developEsteban MIno2018-08-041-4/+171
|\| | | | | | |
| * | | | | | | run linterbrunobar792018-07-221-1/+1
| | | | | | | |
| * | | | | | | fix mergeEsteban MIno2018-07-211-1/+0
| | | | | | | |
| * | | | | | | Merge branch 'develop' into detectTokenFeatureEsteban Miño2018-07-211-1/+161
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'develop' into transaction-notificationsCsaba S2018-07-211-1/+161
| | |\ \ \ \ \ \ \
| | | * | | | | | | Auto-detect tokens #3034 (#4683)Esteban Miño2018-07-211-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * detect tokens polling * network store to detect token * tests for spec * passtest-lint * fix lint * improve tests * detect tokens through infura * detect tokens when submit password and new account selected * keyring unlocked detect and unit tests * add changelog
| | | * | | | | | | added some e2e testsbrunobar792018-07-181-1/+1
| | | | | | | | | |
| | | * | | | | | | added tests for removeAccountbrunobar792018-07-171-2/+0
| | | | | | | | | |
| | | * | | | | | | added more unit testsbrunobar792018-07-171-4/+3
| | | | | | | | | |
| | | * | | | | | | added unit tests for metamaskcontrollerbrunobar792018-07-171-3/+17
| | | | | | | | | |
| | | * | | | | | | forget device and autiload account features addedbrunobar792018-07-121-1/+36
| | | | | | | | | |
| | | * | | | | | | update to temp dependenciesbrunobar792018-07-121-1/+6
| | | | | | | | | |
| | | * | | | | | | account removal is workingbrunobar792018-07-111-1/+15
| | | | | | | | | |
| | | * | | | | | | fix trezor labelbrunobar792018-07-101-1/+1
| | | | | | | | | |
| | | * | | | | | | added label for trezor accountsbrunobar792018-07-101-1/+3
| | | | | | | | | |
| | | * | | | | | | fix account duplicationbrunobar792018-07-101-1/+3
| | | | | | | | | |
| | | * | | | | | | fix all the account related bugsbrunobar792018-07-101-4/+15
| | | | | | | | | |
| | | * | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵brunobar792018-07-071-0/+1
| | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | initial-trezor-support
| | | * | | | | | | | UI refactorbrunobar792018-07-061-2/+4
| | | | | | | | | | |
| | | * | | | | | | | lint fixbrunobar792018-07-041-2/+2
| | | | | | | | | | |
| | | * | | | | | | | fix merge conflictsbrunobar792018-07-021-11/+0
| | | |\ \ \ \ \ \ \ \ | | | | | |_|_|_|_|/ / | | | | |/| | | | | |
| | | * | | | | | | | fixesbrunobar792018-06-231-3/+3
| | | | | | | | | | |
| | | * | | | | | | | clean upBruno2018-06-131-16/+19
| | | | | | | | | | |
| | | * | | | | | | | fix merge conflictsBruno2018-06-131-12/+8
| | | |\ \ \ \ \ \ \ \
| | | * | | | | | | | | move TrezorKeyring to its own packageBruno2018-06-131-2/+3
| | | | | | | | | | | |
| | | * | | | | | | | | balances workingBruno2018-06-111-3/+2
| | | | | | | | | | | |
| | | * | | | | | | | | add account workingBruno2018-06-111-0/+2
| | | | | | | | | | | |
| | | * | | | | | | | | clean upBruno2018-06-111-3/+4
| | | | | | | | | | | |
| | | * | | | | | | | | initial trezor supportBruno2018-06-101-1/+62
| | | | | | | | | | | |
| | * | | | | | | | | | remove dropped handlerCsaba Solya2018-07-211-1/+1
| | | | | | | | | | | |
| | * | | | | | | | | | add notificationsCsaba Solya2018-07-201-0/+7
| | | |_|_|/ / / / / / | | |/| | | | | | | |
| | * | | | | | | | | Merge pull request #4685 from MetaMask/estimate-gasprice-background-newuiDan J Miller2018-07-051-0/+1
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | Use background gas price estimation method in new ui.
| | | * | | | | | | | Use background gas price estimation method in new ui.Dan2018-06-291-0/+1
| | | | |_|/ / / / / | | | |/| | | | | |
| * | | | | | | | | fix detection on submit passwordEsteban MIno2018-07-211-3/+2
| | | | | | | | | |
| * | | | | | | | | keyring unlocked detect and unit testsEsteban MIno2018-07-201-7/+9
| | | | | | | | | |
| * | | | | | | | | detect tokens through infuraEsteban MIno2018-07-131-1/+1
| | | | | | | | | |
| * | | | | | | | | improve testsEsteban MIno2018-07-121-1/+1
| | | | | | | | | |
| * | | | | | | | | Merge branch 'develop' into detectTokenFeatureEsteban MIno2018-07-041-3/+2
| |\| | | | | | | |
| | * | | | | | | | eslint --fix .brunobar792018-07-031-3/+2
| | |/ / / / / / /
| * | | | | | | | network store to detect tokenEsteban MIno2018-06-281-1/+1
| | | | | | | | |
| * | | | | | | | detect tokens pollingEsteban MIno2018-06-281-0/+8
| |/ / / / / / /
* | | | | | | | Get popup appearing when suggesting new tokenDan Finlay2018-06-191-0/+1
| | | | | | | |
* | | | | | | | Begin adding eth_watchTokenDan Finlay2018-06-191-0/+1
|/ / / / / / /
* | | | | | | Merge pull request #4571 from MetaMask/disable-diagnosticsDan Finlay2018-06-151-8/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | diagnostics - temporarily disable
| * | | | | | | diagnostics - temporarily disablekumavis2018-06-141-8/+0
| | |/ / / / / | |/| | | | |
* / | | | | | notices - replace getLatestNotice with getNextNoticekumavis2018-06-141-3/+0
|/ / / / / /
* / / / / / metamask - ensure all nonce locks are releasedkumavis2018-06-131-12/+8
|/ / / / /
* | | | | Merge pull request #4523 from MetaMask/i4462-FixResetBugDan Finlay2018-06-081-4/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | | Fix bug where reset account would not work.
| * | | | Fix bug where reset account would not work.Dan Finlay2018-06-071-4/+1
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #4462 Ensures that resetAccount() can work on non-stock providers. I'm unclear how this was ever working, this code hasn't moved in months, but users report it recently breaking. Maybe we only recently pushed it to prod.
* | | | Merge branch 'develop' into i3725-refactor-send-component-Dan2018-06-071-1/+14
|\| | |
| * | | diagnostics - fix reportMultipleKeyrings callkumavis2018-06-061-1/+1
| | | |
| * | | diagnostics - minor fixeskumavis2018-06-061-2/+2
| | | |
| * | | diagnostics - rewrite bug-notifier as diagnostics-reporterkumavis2018-06-061-29/+9
| | | |
| * | | add multivault detection to diagnostics reportingkumavis2018-06-061-0/+33
| | | |
* | | | Merge branch 'develop' into i3725-refactor-send-component-Dan2018-06-051-1/+24
|\| | |
| * | | Add first time info to bug reportDan Finlay2018-06-051-0/+1
| | | |
| * | | Add identity synchronizing codeDan Finlay2018-06-051-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Addresses #4475, where entries in the identities object do not necessarily have corresponding accounts in the vault. On password submission, this change passes known accounts to the preferencesController (responsible for nickname management), and removes unknown entries. Includes "TODO" notes for where we could log the issue to sentry or notify the user.
| * | | metamask-controller - clear account labels on restore from seed phrasekumavis2018-06-041-0/+4
| | | |
| * | | metamask - update preferences controller identities on keyring controller updatekumavis2018-06-041-0/+2
| | | |
* | | | Merge branch 'i3725-refactor-send-component-' into ↵Dan2018-06-011-17/+18
|\| | | | | | | | | | | | | | | i3914-fix-newui-send-gas-estimation
| * | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵kumavis2018-05-301-7/+8
| |\ \ \ | | | | | | | | | | | | | | | merge-master
| | * | | cleanErrorStack moved to separate library moduleAnton2018-05-291-7/+8
| | | | | | | | | | | | | | | | | | | | more errors traces cleaned up
| * | | | metamask-controller - lint fixkumavis2018-05-291-1/+1
| | | | |
| * | | | metamask-controller - update preferences controller addresses after import ↵kumavis2018-05-291-10/+10
| | |_|/ | |/| | | | | | | | | | account
* / | | Auto update gas estimate when to changes.Dan2018-05-311-0/+14
|/ / /
* | | Reveal get filtered tx list (#4332)Frankie2018-05-221-1/+1
| | | | | | | | | | | | | | | | | | * add getFilteredTxList from txController to getApi * transactions - remove dead code (isNonceTaken)
* | | Add PreferencesController#setAddresses to update idsWhymarrh Whitby2018-05-171-8/+12
| | |
* | | Update AddressBookController to read from preferences storeWhymarrh Whitby2018-05-171-1/+2
| | |
* | | Move setAccountLabel into PreferencesControllerWhymarrh Whitby2018-05-171-1/+1
| |/ |/|
* | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-05-171-0/+1
|\ \ | | | | | | | | | network-controller-remove-setNetworkEndpoints
| * | transactions - add a nonce check utility for ui usefrankiebee2018-05-021-0/+1
| |/
* / network - remove setNetworkEndpointskumavis2018-05-011-1/+0
|/
* Merge pull request #4059 from MetaMask/i-4033-seed-wordskumavis2018-05-011-2/+0
|\ | | | | Use new design for Reveal Seed screen. Persist seed words only in the first time flow.
| * Revert "Fix UI getting stuck in Reveal Seed screen"Alexander Tseung2018-04-221-2/+0
| | | | | | | | This reverts commit 2c8156ebe91941309d49e8f8f1ed8e9d740bb9de.
* | Linted docsDan Finlay2018-04-241-1/+1
| |
* | Linted jsdocsDan Finlay2018-04-211-52/+60
| |
* | Added docs to MM-controllerDan Finlay2018-04-191-130/+321
|/
* Fix UI getting stuck in Reveal Seed screenAlexander Tseung2018-04-191-0/+2
|
* Merge branch 'master' into i3981-contract-ratesDan Finlay2018-04-171-0/+1
|\
| * Require loglevel singleton in each module that uses itbitpshr2018-04-141-0/+1
| |
* | Disable token price polling when no client is activebitpshr2018-04-171-0/+9
| |
* | Maintain token prices using a background servicebitpshr2018-04-161-0/+7
|/
* Add ComposableObservableStore for subscription managementbitpshr2018-04-131-70/+36
|
* transactions - put the origing on the txMeta to help with debuggingfrankiebee2018-03-311-2/+5
|
* Merge pull request #3760 from MetaMask/i3439-ResetCacheOnAccountResetkumavis2018-03-281-34/+39
|\ | | | | Fix bug where resetAccount does not clear network cache
| * metamask-controller - fix typokumavis2018-03-281-1/+1
| |
| * Fix bug where resetAccount does not clear network cacheDan Finlay2018-03-281-34/+39
| | | | | | | | Fixes #3439
* | Undo unnecessary line removals.Dan2018-03-271-0/+1
| |
* | Use extension api to get initial locale.Dan2018-03-221-1/+1
| |
* | Merge branch 'master' into i18n-translator-reduxDan2018-03-221-245/+354
|\|
| * moves setup-related code towads end of file, re #3568Lazaridis2018-03-171-115/+124
| |
| * add ESLint exceptions for //= and //-, re #3568Lazaridis2018-03-161-3/+3
| |
| * group all vault/keyring related methods together, re #3568Lazaridis2018-03-161-128/+130
| |
| * adds initial documentation, re #3568Lazaridis2018-03-161-40/+138
| |
* | Handle i18n with redux.Dan2018-03-161-0/+10
|/
* modify verifySeedPhrase to async and call it from addNewAccount alsoCsaba Solya2018-03-061-32/+34
|
* add documentationCsaba Solya2018-03-041-0/+4
|
* verify seedwords on log inCsaba Solya2018-03-041-3/+16
|
* fix lint issuesCsaba Solya2018-03-031-2/+2
|
* seed phrase verifierCsaba Solya2018-03-031-2/+18
|
* Merge branch 'master' into uat-masterDan Finlay2018-02-221-1/+1
|\
| * use the providers initial _blocktracker. fixes #2393Lazaridis2018-02-111-1/+1
| |
* | Merge branch 'uat' into uat-nextDan2018-02-081-9/+12
|\ \
| * | Merge branch 'master' into uatDan2018-02-081-9/+12
| |\|
| | * Merge branch 'master' into localStorage-clean-upFrankie2018-02-011-0/+8
| | |\
| | | * wipe only transactions for current accountBruno Barbieri2018-01-311-4/+4
| | | |
| | | * added reset account featureBruno Barbieri2018-01-311-0/+8
| | | |
| | * | remove RecentBlocks from diskfrankiebee2018-02-011-3/+1
| | | |
| | * | remove BlacklistController from disk statefrankiebee2018-01-311-6/+1
| | |/
| | * Bump limit for event emitter warning.Kevin Serrano2018-01-261-0/+2
| | |
* | | [NewUI] Opens to full screen when restoring from seed. (#3201)Dan J Miller2018-02-081-0/+15
|/ / | | | | | | | | | | * Opens to full screen when restoring from seed. * Remove redundant parameter in actions.markPasswordForgotten call.
* | Merge branch 'uat' into uat-master-011618Alexander Tseung2018-01-171-0/+14
|\ \ | |/ |/|
| * Track usage of old and new UI (#2794)Alexander Tseung2017-12-231-0/+1
| | | | | | [NewUI] Track usage of old and new UI
| * Merge branch 'NewUI-flat' into merge-master-to-newUI-flat-dec20Chi Kei Chan2017-12-211-0/+1
| |\
| | * Adds updateTransaction to background and used it to update after editing in ↵Dan2017-12-211-1/+1
| | | | | | | | | | | | send-v2.
| | * Canceled, edited transactions show edited amount.Dan2017-12-211-0/+1
| | |
| * | Merge branch 'master' into NewUI-flatDan2017-12-211-14/+34
| |\ \ | | |/ | |/|
| * | Merge branch 'NewUI-flat' into MM-333-auto-add-users-to-new-UIChi Kei Chan2017-12-081-5/+42
| |\ \
| | * | Merge branch 'master' into NewUI-flat-merge-with-masterDan2017-12-071-5/+42
| | | |
| * | | Add UI selectionDan2017-12-051-0/+1
| |/ /
| * | more eslint fixesJason Clark2017-11-261-1/+1
| | |
| * | toggle wired up to preferences property storeJason Clark2017-11-251-0/+10
| | |
| * | Merge branch 'master' into merge-masterChi Kei Chan2017-11-161-1/+1
| |\ \
| * \ \ Merge branch 'master' into NewUI-flatChi Kei Chan2017-10-211-21/+38
| |\ \ \
| * \ \ \ Merge branch 'NewUI-flat' into mergeChi Kei Chan2017-10-191-0/+1
| |\ \ \ \
| | * \ \ \ Merge branch 'master' into NewUI-flatChi Kei Chan2017-10-041-20/+24
| | |\ \ \ \
| | * | | | | Enables remove token and ensures add/remove update the list without need for ↵Dan2017-10-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | refresh.
* | | | | | | Prefer passing a provider over an ethQuery instanceDan Finlay2018-01-131-6/+1
| | | | | | |
* | | | | | | Improve gas price estimation by backfilling recent-blocksDan Finlay2018-01-121-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When first initializing, recent-block controller now back-fills up to its desired history length. This makes estimated gas prices reflect a longer recent history, even when first switching to a new network. Fixes #2925
* | | | | | | Default to 1 gwei for empty blocksDan Finlay2018-01-091-2/+3
| | | | | | |
* | | | | | | Default gas estimate to 1 gwei for networks with no block activityDan Finlay2018-01-091-0/+6
| | | | | | |
* | | | | | | Merge pull request #2851 from MetaMask/i2812-seedworderrorfixKevin Serrano2018-01-091-4/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix condition where failing seed word checks would infinite-spin future attempts.
| * | | | | | | Add fix for infinite spinner for incorrect seed phrase.Kevin Serrano2018-01-041-4/+9
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Fix feature to workDan Finlay2018-01-061-2/+9
| | | | | | |
* | | | | | | LintedDan Finlay2018-01-061-3/+0
| | | | | | |
* | | | | | | Derive gas price estimate from previous transactionsDan Finlay2018-01-061-1/+20
|/ / / / / / | | | | | | | | | | | | | | | | | | Return the 50th percentile lowest gas price of the previous 20 blocks.
* | | | | | Add Recent Blocks controllerDan Finlay2017-12-181-14/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tracks recent blocks, useful for estimating recent successful gas prices.
* | | | | | Fix retry actionDan Finlay2017-12-071-1/+9
| | | | | |
* | | | | | Add retry background method and actionDan Finlay2017-12-071-0/+1
| | | | | |
* | | | | | Merge pull request #2630 from MetaMask/i2624-VersionedNoticesv3.12.1Thomas Huang2017-11-301-1/+13
|\ \ \ \ \ \ | | | | | | | | | | | | | | Versioned notices
| * | | | | | LintedDan Finlay2017-11-291-1/+1
| | | | | | |
| * | | | | | Add seed phrase bounty award noticeDan Finlay2017-11-291-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Only shows to people who installed before or equal to MetaMask 3.12.1
| * | | | | | Get notice version filtering working nicelyDan Finlay2017-11-291-0/+1
| | | | | | |
| * | | | | | Add firstVersion field to notices selectorDan Finlay2017-11-291-0/+1
| | | | | | |
| * | | | | | Add optional version field to noticesDan Finlay2017-11-291-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows notices to only show to users who are on a certain version.
* | | | | | | deps - obs-store@3 + migrate stream plumbingkumavis2017-11-291-1/+2
|/ / / / / /
* | | | | | Prevent creation of multiple vaultsDan Finlay2017-11-211-31/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #2577 by ensuring only one seed phrase can be set for a new vault. Also cleans up logs and reproduction logic.
* | | | | | Add reproduction and mutex codeDan Finlay2017-11-211-2/+37
| |_|_|_|/ |/| | | |
* | | | | newUnaprovedTx => newUnapprovedTxDora E. Mondrian2017-11-061-1/+1
| |_|_|/ |/| | | | | | | | | | | This typo tripped me up when I was reading through the code and trying to understand what's going on.
* | | | LintedDan Finlay2017-10-201-1/+0
| | | |
* | | | Fix bug where new account was not immediately selectedDan Finlay2017-10-201-3/+14
| | | |
* | | | Remove account-tracker from keyringControllerDan Finlay2017-10-191-1/+0
| | | |
* | | | Merge remote-tracking branch 'origin/master' into i2348-SelectAccountOnNewVaultDan Finlay2017-10-191-35/+33
|\| | |
| * | | Revert "NetworkController refactor for new EthClient interface"kumavis2017-10-191-35/+33
| | | |
* | | | Make account tracking much more reactiveDan Finlay2017-10-191-9/+5
| | | |
* | | | Make account tracking more reactiveDan Finlay2017-10-191-21/+1
| | | | | | | | | | | | | | | | | | | | We were doing a lot of conditional observation & updating. Pulled out a bunch of that for generic observer/syncers.
* | | | Refresh computed balances controller when restoring vaultDan Finlay2017-10-191-1/+2
| | | |
* | | | Stop tracking old account balances after restore vaultDan Finlay2017-10-191-0/+13
| | | | | | | | | | | | | | | | Per @kgserrano note
* | | | Promisify metamask-controller vault creating methodsDan Finlay2017-10-181-17/+10
| | | |
* | | | Select first account when restoring seedDan Finlay2017-10-181-3/+17
| | | | | | | | | | | | | | | | Fixes #2348
* | | | Select first account on new vault creationDan Finlay2017-10-181-1/+12
|/ / /