aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/controllers
Commit message (Collapse)AuthorAgeFilesLines
* Add minimal user notification of issue.Dan Finlay2018-06-051-1/+1
|
* Add identity synchronizing codeDan Finlay2018-06-051-0/+31
| | | | | | | | | | | | 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.
* preferences controller - jsdoc fixkumavis2018-06-041-2/+2
|
* metamask - update preferences controller identities on keyring controller updatekumavis2018-06-041-3/+28
|
* Version 4.7.1v4.7.1Dan Finlay2018-06-021-0/+17
|
* Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵kumavis2018-05-302-10/+19
|\ | | | | | | merge-master
| * cleanErrorStack moved to separate library moduleAnton2018-05-291-12/+4
| | | | | | | | more errors traces cleaned up
| * error message fixAnton2018-05-291-2/+1
| |
| * Clean up user rejection error messageAnton2018-05-281-3/+14
| |
| * Merge pull request #4140 from MetaMask/v4.6.1Thomas Huang2018-05-011-1/+5
| |\ | | | | | | Version 4.6.1
| * | require logfrankiebee2018-05-011-0/+1
| | |
| * | log emitter errorsfrankiebee2018-04-301-6/+10
| | |
| * | transactions - run event emitters outside context of _setTxStatusfrankiebee2018-04-301-7/+9
| | |
* | | controllers - recent-blocks - pull first historical blocks in parallelkumavis2018-05-221-15/+7
| | |
* | | Reveal get filtered tx list (#4332)Frankie2018-05-221-15/+0
| | | | | | | | | | | | | | | | | | * add getFilteredTxList from txController to getApi * transactions - remove dead code (isNonceTaken)
* | | Add PreferencesController#setAddresses to update idsWhymarrh Whitby2018-05-171-0/+10
| | |
* | | Update AddressBookController to read from preferences storeWhymarrh Whitby2018-05-171-21/+6
| | |
* | | Move setAccountLabel into PreferencesControllerWhymarrh Whitby2018-05-171-2/+18
| | |
* | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-05-173-140/+43
|\ \ \ | | | | | | | | | | | | scsaba-transaction-history-timestamps
| * | | network - remove debugging console.logkumavis2018-05-171-1/+0
| | | |
| * | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-05-172-1/+16
| |\ \ \ | | | | | | | | | | | | | | | network-controller-remove-setNetworkEndpoints
| * | | | lint - cleanup some unused variableskumavis2018-05-031-1/+0
| | | | |
| * | | | controllers - network - move default config out of first-time-statekumavis2018-05-031-2/+15
| | | | |
| * | | | network - refactor to remove unnecesary codekumavis2018-05-013-124/+29
| | | | |
| * | | | network - remove setNetworkEndpointskumavis2018-05-011-13/+0
| | | | |
| * | | | controllers - network - more semantic assertkumavis2018-05-011-1/+1
| | |_|/ | |/| |
* | | | tx-state-history-helper - use more readable Date.now methodkumavis2018-05-171-1/+1
| | | |
* | | | fix lint issuesCsaba Solya2018-05-102-2/+2
| | | |
* | | | remove unnecessary libCsaba Solya2018-05-101-1/+0
| | | |
* | | | revert unnecessary change in state managerCsaba Solya2018-05-101-13/+7
| | | |
* | | | add time stamps to transaction history log entriesCsaba Solya2018-05-102-16/+28
| |/ / |/| |
* | | Fix documentation typobitpshr2018-05-081-1/+1
| | |
* | | transactions - add a nonce check utility for ui usefrankiebee2018-05-021-0/+15
| | |
* | | fix - getTxsByMetaData check if the key is in the object not if the value is ↵frankiebee2018-05-021-1/+1
|/ / | | | | | | truthy
* | Merge pull request #4110 from MetaMask/masterkumavis2018-04-288-144/+1402
|\| | | | | Develop - Add commits to develop that are already in Master
| * Merge pull request #4095 from MetaMask/v4.6.0v4.6.0Thomas Huang2018-04-272-2/+2
| |\ | | | | | | Version 4.6.0
| * \ Merge pull request #4042 from MetaMask/tx-controller-rewrite-v3kumavis2018-04-268-144/+1402
| |\ \ | | | | | | | | docs and file organization for txController
| | * | transactions - more docs and clean upsfrankiebee2018-04-266-55/+116
| | | |
| | * | Cleaned up some typos and JSDocs in TransactionsDan Finlay2018-04-243-38/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Nonce tracker is not fully documented yet. Have not yet touched: - tx-state-manager - tx-state-history-helper - util - tx-gas-utils - pending-tx-tracker
| | * | transactions - fix referncesfrankiebee2018-04-202-1/+2
| | | |
| | * | Merge branch 'master' into tx-controller-rewrite-v3frankiebee2018-04-2010-17/+398
| | |\ \
| | * | | meta - transactions - docs yo!frankiebee2018-04-208-73/+351
| | | | |
| | * | | fix up - more docsfrankiebee2018-04-143-38/+77
| | | | |
| | * | | meta - transactions - code clean up and jsDocfrankiebee2018-04-141-41/+109
| | | | |
| | * | | transactions - code cleanupfrankiebee2018-04-132-58/+59
| | | | |
| | * | | transactions - lint fixesfrankiebee2018-04-113-12/+12
| | | | |
| | * | | meta - transactions - create a transactions dir in controller and move ↵frankiebee2018-04-117-61/+869
| | | | | | | | | | | | | | | | | | | | relevant files into it
* | | | | Return 0 for token rate fetch failuresbitpshr2018-04-271-1/+5
| |_|_|/ |/| | |
* | | | rpc - bump provider-engine + eth-json-rpc-filterskumavis2018-04-261-1/+1
| | | |
* | | | Merge pull request #4069 from MetaMask/i4056-LatestPriceApiDan Finlay2018-04-261-1/+1
|\ \ \ \ | |/ / / |/| | | Use latest balanc3 api for prices
| * | | Use latest balanc3 api for pricesDan Finlay2018-04-251-1/+1
| | | |
* | | | Merge branch 'master' into dm-docs-2Dan2018-04-246-17/+186
|\| | |
| * | | Use the metamask balanc3 dev price apiDan Finlay2018-04-241-1/+1
| | | | | | | | | | | | | | | | Fixes #4056
| * | | Clean up network configAlexander Tseung2018-04-244-12/+138
| | | |
| * | | Merge pull request #4020 from MetaMask/i3941-jsdoc-bitpshrDan Finlay2018-04-212-4/+47
| |\ \ \ | | |_|/ | |/| | Documentation
| | * | Clean up JSDoc for background scriptsbitpshr2018-04-201-2/+10
| | | |
| | * | Add more documentation to computed balances controllerbitpshr2018-04-201-1/+36
| | | |
| | * | Add generated docsbitpshr2018-04-191-3/+3
| | | |
* | | | Fix nits.Dan2018-04-241-1/+1
| | | |
* | | | Minor fixes in a number of docs.Dan2018-04-211-2/+2
| | | |
* | | | Merge branch 'master' into dm-docs-2Dan2018-04-208-136/+219
|\| | |
| * | | Missing bracket in docblock.Dan2018-04-191-1/+1
| | | |
| * | | Merge branch 'master' into dm-docs-1Dan2018-04-198-0/+84
| |\| |
| | * | Merge branch 'master' into i3981-contract-ratesDan Finlay2018-04-177-0/+7
| | |\ \
| | | * | Require loglevel singleton in each module that uses itbitpshr2018-04-147-0/+7
| | | |/
| | * | Disable token price polling when no client is activebitpshr2018-04-171-0/+1
| | | |
| | * | Maintain token prices using a background servicebitpshr2018-04-161-0/+76
| | |/
| * | NO MIXED TABS AND SPACESDan2018-04-193-137/+137
| | |
| * | Documentation fix: @constant -> @propertyDan2018-04-191-1/+1
| | |
* | | Even more documentation for various controllers and libs.Dan2018-04-194-9/+171
|/ /
* | Improve documentation of promises that return undefined.Dan2018-04-172-4/+4
| |
* | Typo fixes, type fixes on the return clauses of the buyEthUrl and ↵Dan2018-04-174-4/+4
| | | | | | | | getPrefferedLangCode functions.
* | Spell deprecated correctly.Dan2018-04-171-2/+2
| |
* | @params -> @param fixDan2018-04-172-6/+6
| |
* | Documentation for various controllers and libsDan2018-04-174-16/+313
|/
* transactions - _normalizeTxParams will now return a new object for txParamsfrankiebee2018-04-061-31/+18
|
* transactions - remove unnecessary keys on txParamsfrankiebee2018-04-051-0/+12
|
* transactions - make #_validateTxParams not async and "linting" wink wink ↵frankiebee2018-04-051-7/+12
| | | | nudge nudge
* transactions - normalize txParamsfrankiebee2018-04-051-2/+52
|
* app - currency - fix typo + prefer log over consolekumavis2018-04-041-2/+3
|
* app - currency - fix typokumavis2018-04-041-1/+1
|
* app - warn on fetch errors instead of spamming sentrykumavis2018-04-044-32/+28
|
* transactions gasLimit - use the block gasLimit if getCode failsfrankiebee2018-04-031-2/+3
|
* transactions#newUnapprovedTransaction - dont default origin to metamaskfrankiebee2018-03-311-1/+1
|
* transactions - put the origing on the txMeta to help with debuggingfrankiebee2018-03-311-1/+3
|
* Merge pull request #3777 from MetaMask/etc-fixesFrankie2018-03-291-1/+1
|\ | | | | Sentry spam fix and etc fixes
| * controllers - currency - warn currency and encountered errorkumavis2018-03-291-1/+1
| |
* | tx controller - explode on non-hex txParams + dont add chainId to txParams + ↵kumavis2018-03-281-4/+6
|/ | | | sign with chainId as number
* Use extension api to get initial locale.Dan2018-03-221-1/+1
|
* Merge branch 'master' into i18n-translator-reduxDan2018-03-221-0/+4
|\
| * Merge pull request #3504 from lazaridiscom/laz/i3427kumavis2018-03-211-0/+4
| |\ | | | | | | adds READMEs to folders, re #3427
| | * add READMEs to folders, re #3427Lazaridis2018-03-141-0/+4
| | |
* | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵kumavis2018-03-211-21/+32
|\| | | | | | | | | | | i18n-translator-redux
| * | Fix TransactionStateManager spelling.Dan2018-03-141-2/+2
| | |
| * | transactions - return the txMeta in retryTransactionfrankiebee2018-03-141-2/+3
| | |
| * | Merge branch 'master' into retry-tx-refractorDan2018-03-091-2/+2
| |\|
| * | fix marking of confirmed transaction as droppedfrankiebee2018-03-091-1/+1
| | |
| * | transactions - make _markNonceDuplicatesDroppedfrankiebee2018-03-081-21/+20
| | |
| * | refactor retrytx with higher gas price:frankiebee2018-03-081-16/+27
| | | | | | | | | | | | | | | | | | - create a new tx instead of overwriting the tx hash - add a new state 'dropped' to the txStateManager - mark duplicate txs as dropped when one gets confirmed in a block
* | | Handle i18n with redux.Dan2018-03-161-0/+5
| |/ |/|
* | fix typo in transaction.jsJeffrey Tong2018-03-071-2/+2
|/
* Merge branch 'master' into uatDan2018-02-081-0/+4
|\
| * wipe only transactions for current accountBruno Barbieri2018-01-311-2/+2
| |
| * added reset account featureBruno Barbieri2018-01-311-0/+4
| |
* | Merge branch 'uat' into newmasterChi Kei Chan2018-01-203-6/+75
|\ \ | |/ |/|
| * Merge branch 'uat' into uat-master-011618Alexander Tseung2018-01-173-6/+75
| |\
| | * Merge branch 'NewUI-flat' into merge-masterAlexander Tseung2017-12-233-6/+75
| | |\
| | | * Track usage of old and new UI (#2794)Alexander Tseung2017-12-231-6/+34
| | | | | | | | | | | | [NewUI] Track usage of old and new UI
| | | * Merge branch 'NewUI-flat' into merge-master-to-newUI-flat-dec20Chi Kei Chan2017-12-211-0/+4
| | | |\
| | | | * Adds updateTransaction to background and used it to update after editing in ↵Dan2017-12-211-5/+4
| | | | | | | | | | | | | | | | | | | | send-v2.
| | | | * Canceled, edited transactions show edited amount.Dan2017-12-211-0/+5
| | | | |
| | | * | Merge branch 'master' into NewUI-flatDan2017-12-214-17/+125
| | | |\ \ | | | | |/ | | | |/|
| | | * | Merge branch 'NewUI-flat' into MM-333-auto-add-users-to-new-UIChi Kei Chan2017-12-082-1/+7
| | | |\ \
| | | | * \ Merge branch 'master' into NewUI-flatChi Kei Chan2017-12-071-0/+6
| | | | |\ \
| | | | * | | Merge branch 'master' into NewUI-flat-merge-with-masterDan2017-12-071-1/+1
| | | | | | |
| | | * | | | Lint fixDan2017-12-051-1/+1
| | | | | | |
| | | * | | | Add UI selectionDan2017-12-051-0/+17
| | | |/ / /
| | | * | | Fixes changes requested in pullrequestreview-79088534Jason Clark2017-11-271-0/+1
| | | | | |
| | | * | | toggle wired up to preferences property storeJason Clark2017-11-251-2/+2
| | | | | |
| | | * | | incremental commitClark, Jason (Contractor)2017-11-241-0/+8
| | | | | |
| | | * | | Merge branch 'master' into merge-masterChi Kei Chan2017-11-161-1/+2
| | | |\ \ \
| | | * | | | Lint fixes for NewUI-flat.Dan2017-11-021-2/+0
| | | | | | |
| | | * | | | Merge branch 'master' into NewUI-flatChi Kei Chan2017-10-252-5/+5
| | | |\ \ \ \
| | | * \ \ \ \ Merge branch 'master' into NewUI-flatChi Kei Chan2017-10-251-0/+4
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge branch 'master' into NewUI-flatChi Kei Chan2017-10-212-6/+27
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge branch 'NewUI-flat' into mergeChi Kei Chan2017-10-191-1/+12
| | | |\ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ Merge branch 'master' into NewUI-flatChi Kei Chan2017-10-043-36/+42
| | | | |\ \ \ \ \ \ \
| | | | * | | | | | | | Enables remove token and ensures add/remove update the list without need for ↵Dan2017-10-041-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refresh.
* | | | | | | | | | | | Update transactions.jskumavis2018-01-181-1/+1
| | | | | | | | | | | |
* | | | | | | | | | | | transactions - transtion approved transactions to failed transactions on bootfrankiebee2018-01-181-0/+8
| | | | | | | | | | | |
* | | | | | | | | | | | transactions - fail txs on boot who fail addTxDefaultsfrankiebee2018-01-181-0/+2
| | | | | | | | | | | |
* | | | | | | | | | | | transactions - wrap addTxDefaults in a try catch and re try addTxDefaults on ↵frankiebee2018-01-181-2/+20
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | boot if they did not complete
* | | | | | | | | | | Merge branch 'master' into open-popupFrankie2018-01-162-9/+78
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #2936 from MetaMask/i2925-BetterGasEstimationDan Finlay2018-01-161-7/+73
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Improve gas price estimation by backfilling recent-blocks
| | * | | | | | | | | | | Prefer passing a provider over an ethQuery instanceDan Finlay2018-01-131-2/+3
| | | | | | | | | | | | |
| | * | | | | | | | | | | Improve gas price estimation by backfilling recent-blocksDan Finlay2018-01-121-7/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | | | | | | provider - infura - use infura REST apikumavis2018-01-091-2/+5
| | | | | | | | | | | | |
| * | | | | | | | | | | | bugfix - transactions controller - breakout logic and fix order of ↵kumavis2018-01-091-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | operations bug
* | | | | | | | | | | | | transactions - emit 'newUnapprovedTx' before estimateGas finishesfrankiebee2018-01-151-2/+6
| |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | bugfix - transactions controller - breakout logic and fix order of ↵kumavis2018-01-091-2/+4
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | operations bug
* | | | | | | | | | | Fix feature to workDan Finlay2018-01-061-1/+2
| | | | | | | | | | |
* | | | | | | | | | | Derive gas price estimate from previous transactionsDan Finlay2018-01-062-1/+3
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Return the 50th percentile lowest gas price of the previous 20 blocks.
* | | | | | | | | / Remove retryTimePeriod from tx controllerDan Finlay2017-12-221-1/+0
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge pull request #2763 from MetaMask/AddRecentBlocksControllerThomas Huang2017-12-211-0/+44
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add Recent Blocks controller
| * | | | | | | | | Do not log whole txs in recent block controller.Dan Finlay2017-12-201-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only record gas prices, because that has a current use.
| * | | | | | | | | Add Recent Blocks controllerDan Finlay2017-12-181-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tracks recent blocks, useful for estimating recent successful gas prices.
* | | | | | | | | | Allow updating token detailsDan Finlay2017-12-191-4/+4
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #2173
* | | | | | | | | Change console.log for opts in _configureInfuraProviderThomas Huang2017-12-161-1/+1
| | | | | | | | |
* | | | | | | | | Revert "Revert "network - for infura networks use the infura block tracker ↵kumavis2017-12-141-7/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | provider"" This reverts commit 5df7dcd758c5a16b503a5ee237970c05c7e990c9.
* | | | | | | | | Revert "network - for infura networks use the infura block tracker provider"Frankie2017-12-141-50/+7
| | | | | | | | |
* | | | | | | | | network - for infura networks use the infura block tracker providerkumavis2017-12-141-7/+50
| | | | | | | | |
* | | | | | | | | Pass polling interval to zero client providerDan Finlay2017-12-101-1/+5
| | | | | | | | |
* | | | | | | | | tx-controller - failed state is a finished statekumavis2017-12-081-6/+8
| | | | | | | | |
* | | | | | | | | Do not allow nonces larger than the next valid nonceDan Finlay2017-12-081-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To avoid situations where a user signs a transaction that will become surprisingly valid in the future.
* | | | | | | | | Merge branch 'master' into patch-2Dan Finlay2017-12-081-0/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Enforce retry tx at minimum gas of previous txDan Finlay2017-12-071-1/+4
| | | | | | | | | |
| * | | | | | | | | Add retry background method and actionDan Finlay2017-12-071-0/+4
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | A more expressive wayvicnaum2017-12-071-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | replaced ifs with ? :
* | | | | | | | | Fix for #2644 - Specified Nonce isn't usedvicnaum2017-12-071-1/+6
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Added nonceSpecified. And a check if nonce was specified - then we should use the specified nonce instead of generating a new one.
* | | | | | | | Correct note for updateTx after block-update event in transaction.jsDan2017-12-071-1/+1
| | | | | | | |
* | | | | | | | Exponentional backoff on transaction retry in pending-tx-trackerDan2017-12-061-0/+6
| | | | | | | |
* | | | | | | | Merge pull request #2441 from MetaMask/kumavis-patch-3Dan Finlay2017-11-281-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | NetworkController - add warning when aborting lookupNetwork
| * | | | | | | network controller - warn via log.warnkumavis2017-11-281-1/+1
| | | | | | | |
| * | | | | | | Update network.jskumavis2017-10-241-1/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | 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.
* | | | | | | Merge pull request #2291 from MetaMask/gasPriceSpecifiedKevin Serrano2017-10-281-0/+1
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | Add boolean for specified gas price
| * | | | | | Add indicator for specified gas priceKevin Serrano2017-10-061-0/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #2422 from watilde/fixes-lintKevin Serrano2017-10-252-5/+5
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Fixes lint warnings
| * | | | | Fix lint warningsDaijiro Wachi2017-10-222-5/+5
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed warnings: ```md app/scripts/controllers/computed-balances.js + 35:27 warning Missing space before function parentheses space-before-function-paren + 41:14 warning 'address' is never reassigned. Use 'const' instead prefer-const + 61:9 warning 'updater' is never reassigned. Use 'const' instead prefer-const + 68:11 warning 'newState' is never reassigned. Use 'const' instead prefer-const app/scripts/controllers/network.js + 104:29 warning Missing space before function parentheses space-before-function-paren app/scripts/lib/createLoggerMiddleware.js + 4:32 warning Missing space before function parentheses space-before-function-paren + 15:2 warning Newline required at end of file but not found eol-last app/scripts/lib/createOriginMiddleware.js + 4:32 warning Missing space before function parentheses space-before-function-paren + 9:2 warning Newline required at end of file but not found eol-last app/scripts/lib/createProviderMiddleware.js + 5:34 warning Missing space before function parentheses space-before-function-paren + 13:2 warning Newline required at end of file but not found eol-last app/scripts/lib/events-proxy.js + 1:50 warning Missing space before function parentheses space-before-function-paren + 31:2 warning Newline required at end of file but not found eol-last app/scripts/lib/nodeify.js + 2:22 warning Missing space before function parentheses space-before-function-paren + 2:24 warning Missing space before opening brace space-before-blocks + 5:18 warning Missing space before function parentheses space-before-function-paren + 5:20 warning Missing space before opening brace space-before-blocks app/scripts/lib/pending-balance-calculator.js + 16:19 warning Missing space before function parentheses space-before-function-paren app/scripts/lib/pending-tx-tracker.js + 85:11 warning '||' should be placed at the end of the line operator-linebreak + 87:11 warning '||' should be placed at the end of the line operator-linebreak + 88:11 warning '||' should be placed at the end of the line operator-linebreak + 90:11 warning '||' should be placed at the end of the line operator-linebreak + 91:11 warning '||' should be placed at the end of the line operator-linebreak app/scripts/lib/port-stream.js + 3:22 warning Missing space before function parentheses space-before-function-paren + 3:24 warning Missing space before opening brace space-before-blocks app/scripts/lib/tx-gas-utils.js + 84:2 warning Newline required at end of file but not found eol-last app/scripts/lib/tx-state-history-helper.js + 12:37 warning Missing space before function parentheses space-before-function-paren + 23:30 warning Missing space before function parentheses space-before-function-paren + 30:23 warning Missing space before function parentheses space-before-function-paren + 35:28 warning Missing space before function parentheses space-before-function-paren + 41:2 warning Newline required at end of file but not found eol-last app/scripts/lib/tx-state-manager.js + 94:13 warning 'value' is never reassigned. Use 'const' instead prefer-const ui/app/reducers.js + 45:7 warning 'state' is never reassigned. Use 'const' instead prefer-const + 53:7 warning 'stateString' is never reassigned. Use 'const' instead prefer-const ui/lib/tx-helper.js + 27:2 warning Newline required at end of file but not found eol-last ui/app/components/account-dropdowns.js + 163:1 warning More than 2 blank lines not allowed no-multiple-empty-lines ui/app/components/menu-droppo.js + 22:7 warning 'style' is never reassigned. Use 'const' instead prefer-const ui/app/components/shapeshift-form.js + 135:11 warning '&&' should be placed at the end of the line operator-linebreak ui/app/components/typed-message-renderer.js + 35:25 warning Missing space before function parentheses space-before-function-paren + 42:2 warning Newline required at end of file but not found eol-last mascara/server/index.js + 11:42 warning Use path.join() or path.resolve() instead of + to create paths no-path-concat + 12:36 warning Use path.join() or path.resolve() instead of + to create paths no-path-concat + 13:33 warning Use path.join() or path.resolve() instead of + to create paths no-path-concat + 14:40 warning Use path.join() or path.resolve() instead of + to create paths no-path-concat + 20:29 warning Use path.join() or path.resolve() instead of + to create paths no-path-concat + 21:29 warning Use path.join() or path.resolve() instead of + to create paths no-path-concat + 26:40 warning Use path.join() or path.resolve() instead of + to create paths no-path-concat ```
* / | | | Try to fix intermittent test failure in NonceTracker testsDan Finlay2017-10-231-0/+4
|/ / / /
* | | | Allow computed balances to enumerate its own viewDan Finlay2017-10-201-2/+3
| | | |
* | | | Merge remote-tracking branch 'origin/master' into i2348-SelectAccountOnNewVaultDan Finlay2017-10-192-28/+27
|\ \ \ \ | | |/ / | |/| |
| * | | Revert "NetworkController refactor for new EthClient interface"kumavis2017-10-192-28/+27
| | | |
* | | | Make account tracking more reactiveDan Finlay2017-10-191-8/+14
| | | | | | | | | | | | | | | | | | | | 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-0/+4
| | | |
* | | | Add validation to balance constructorDan Finlay2017-10-191-0/+10
|/ / /
* | | nonce-tracker - use blockTracker directlykumavis2017-10-121-0/+1
| | |
* | | network-controller - use obj-proxy for providerProxykumavis2017-10-111-3/+4
| | |
* | | lint fixeskumavis2017-10-111-7/+2
| | |
* | | network controller - refactor to use eth-rpc-clientkumavis2017-10-111-26/+30
| | |
* | | Provide method for tx tracker to refer to all txsDan Finlay2017-10-071-0/+1
| | |
* | | pending-tx - check time stamp instead of block number for resubmitfrankiebee2017-10-061-1/+1
|/ /
* | transaction - provide notes for historyfrankiebee2017-10-031-7/+9
| |
* | Version 3.10.8 - Fix Currency Conversionv3.10.8Dan Finlay2017-09-301-1/+1
| | | | | | | | | | | | In our conversion to the new Infura API, somehow we were sending upper-cased conversions to their lower-case sensitive API. Fixes the first part of #2240
* | Merge pull request #2233 from MetaMask/remove-accountTracker-from-transactionskumavis2017-09-301-10/+1
|\ \ | | | | | | pending-tx - dont check the balance to rebrodcast
| * | pending-tx - dont check the balance to rebrodcastfrankiebee2017-09-301-10/+1
| |/
* | network - make network controller internal network switching explicitkumavis2017-09-301-2/+3
| |
* | network - convert localhost from custom rpc to network typekumavis2017-09-301-0/+1
| |
* | network controller - small refactorkumavis2017-09-301-18/+29
|/
* Merge branch 'master' into new-currency-testkumavis2017-09-285-328/+261
|\
| * Merge pull request #2194 from MetaMask/network-controller-refactorkumavis2017-09-281-31/+33
| |\ | | | | | | Network controller refactor
| | * network controller - move _setProvider to bottomkumavis2017-09-281-18/+18
| | |
| | * network controller - refactor to use _setProviderkumavis2017-09-281-17/+28
| | |
| | * network - remove getter/setterkumavis2017-09-281-23/+14
| | |
| * | Fix Account SelectionDan Finlay2017-09-281-1/+1
| | | | | | | | | | | | | | | | | | Do not select accounts on restore, only on creation and deliberate selection. Fixes #2164
| * | Merge pull request #2035 from MetaMask/transactionControllerRefractorPt3kumavis2017-09-282-282/+98
| |\ \ | | | | | | | | Transaction controller refractor pt3
| | * | pending-tx - move incrementing of the retryCount on the txMeta outside ↵frankiebee2017-09-271-0/+5
| | | | | | | | | | | | | | | | pending-tx-tracker
| | * | transactions: reveal #getFilteredTxList from txStateManage and fix ↵frankiebee2017-09-271-1/+5
| | | | | | | | | | | | | | | | accountTracker.store reference
| | * | transactions: make evnt names pretty and eaiser to readfrankiebee2017-09-271-3/+3
| | | |
| | * | transactions: lint fixes and reveal status-update event for balance controllerfrankiebee2017-09-272-5/+15
| | | |
| | * | Merge branch 'master' into transactionControllerRefractorPt3frankiebee2017-09-273-3/+130
| | |\ \
| | * | | ensure that values written to txParams are hex stringsfrankiebee2017-09-141-1/+1
| | | | |
| | * | | linting && format fixingfrankiebee2017-09-131-7/+3
| | | | |
| | * | | match other controller patternsfrankiebee2017-09-131-14/+8
| | | | |
| | * | | more tests and craete a getPendingTransactions functionfrankiebee2017-09-091-11/+4
| | | | |
| | * | | fix messy mergefrankiebee2017-09-071-4/+4
| | | | |
| | * | | fix merge and errors disaperaing on updatefrankiebee2017-09-071-1/+1
| | | | |
| | * | | Merge branch 'master' into transactionControllerRefractorPt3frankiebee2017-09-071-1/+12
| | |\ \ \
| | * | | | add better commentsfrankiebee2017-09-061-31/+41
| | | | | |
| | * | | | Merge branch 'master' into transactionControllerRefractorPt3frankiebee2017-08-221-1/+1
| | |\ \ \ \
| | * | | | | Create TxStateManagerfrankiebee2017-08-221-45/+28
| | | | | | |
| | * | | | | Create tests for TxStateManagerfrankiebee2017-08-191-192/+17
| | | | | | |
| * | | | | | Fix accountTracker store referencesDan Finlay2017-09-281-1/+1
| | |_|_|_|/ | |/| | | |
| * | | | | Merge branch 'master' into filter-fixes-moarDan Finlay2017-09-283-3/+131
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Move obs store into account-tracker instead of inheritingDan Finlay2017-09-272-5/+5
| | | | | |
| | * | | | Make blockTracker an independent paramDan Finlay2017-09-262-3/+6
| | | | | |
| | * | | | Implemented feedbackDan Finlay2017-09-261-2/+2
| | | | | |
| | * | | | Made some requested changesDan Finlay2017-09-261-7/+7
| | | | | |
| | * | | | Fix account-tracker referencesDan Finlay2017-09-232-8/+8
| | | | | |
| | * | | | Refactor eth-store into account-trackerDan Finlay2017-09-232-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | EthStore was only being used for tracking account balances and nonces now, so I removed its block-tracking duties, renamed it account-tracker, and removed it as a dependency from `KeyringController`, so that KRC can go live on without a hard dep on it.
| | * | | | Add computed balance to account detail viewDan Finlay2017-09-142-7/+11
| | | | | |
| | * | | | Got pending balance updating correctlyDan Finlay2017-09-142-81/+65
| | | | | |
| | * | | | Add state-labeled events to allow subscribing to any transaction's state changeDan Finlay2017-09-141-0/+1
| | | | | |
| | * | | | Some progressDan Finlay2017-09-132-0/+136
| | | |_|/ | | |/| |
| * | | | network contoller - clean up unused codefrankiebee2017-09-271-6/+0
| | | | |
| * | | | listen for the blocke event on the block tracker instead of rawBlock on the ↵frankiebee2017-09-272-2/+1
| | | | | | | | | | | | | | | | | | | | provider
| * | | | wrap block tracker in events proxyfrankiebee2017-09-271-14/+8
| |/ / /
* | | | Comply with current currency API and add additional styling.Kevin Serrano2017-09-191-2/+2
| | | |
* | | | integrate infura currencyKevin Serrano2017-08-301-3/+3
|/ / /
* | | Fail transactions after a day of retriesDan Finlay2017-08-241-1/+5
| | |
* | | Merge branch 'master' into useLocalNonceDan Finlay2017-08-241-16/+19
|\ \ \ | | |/ | |/|
| * | tx controller - tx state history various small fixeskumavis2017-08-151-1/+0
| | |
| * | introduce tx-state-history-helper and diff-based historykumavis2017-08-151-15/+19
| |/
* / use "localNonce" when the network returns a nonce that is lower then a known ↵frankiebee2017-08-191-0/+7
|/ | | | confirmed tx
* tx controller - fix error serializationkumavis2017-08-091-2/+5
|
* tx controller - fix getBalance fnkumavis2017-08-091-1/+1
|
* filter by network for pending txsfrankiebee2017-08-091-0/+2
|
* fix getPendingTransactions function for pendingTxTrackerfrankiebee2017-08-091-2/+1
|
* fix class namesfrankiebee2017-08-091-16/+22
|
* fix the bind on pending tx watchersfrankiebee2017-08-081-3/+3
|
* Merge branch 'master' into transactionControllerRefractorfrankiebee2017-08-081-2/+3
|\
| * blacklist - update phishing on boot and speed up polling to 4 minkumavis2017-08-051-2/+3
| |
* | remove unnecessary if statment for error messagefrankiebee2017-08-081-1/+0
| |
* | fix spellingfrankiebee2017-08-081-9/+9
| |
* | rename PendingTransactionUtils -> PendingTransactionWatchersfrankiebee2017-08-051-8/+8
| |
* | Merge branch 'master' into transactionControllerRefractorfrankiebee2017-08-053-18/+59
|\|
| * Merge branch 'master' of github.com:MetaMask/metamask-plugin into ↵kumavis2017-08-041-3/+0
| |\ | | | | | | | | | blacklist-refactor2
| | * remove stack from txsfrankiebee2017-08-041-3/+0
| | |
| * | blacklist - use module eth-phishing-detectkumavis2017-08-041-10/+18
| |/
| * Merge pull request #1848 from MetaMask/transactionControllerRefractorkumavis2017-08-031-172/+173
| |\ | | | | | | Transaction controller refractor part 1: promises for everyone and more tests!