aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into retry-tx-refractorfrankiebee2018-03-151-4/+28
|\
| * local-store - fix class syntaxkumavis2018-03-151-2/+2
| |
| * local-store - check for error from extension.runtimekumavis2018-03-151-3/+28
| |
| * local-store - fix promisification of methodskumavis2018-03-151-3/+2
| |
| * fix destructuring of variablesfrankiebee2018-03-141-1/+1
| |
* | fix destructuring of variablesfrankiebee2018-03-141-1/+1
| |
* | Merge branch 'master' into retry-tx-refractorDan2018-03-142-2/+42
|\|
| * Merge branch 'master' into i3076-UseStorageLocalInsteadkumavis2018-03-141-2/+4
| |\
| | * tx-gas-utils - fix code stylekumavis2018-03-141-1/+1
| | |
| | * transactions move validation of the to field to validateRecipientfrankiebee2018-03-141-7/+3
| | |
| | * Merge remote-tracking branch 'origin/i#3509' into i#3509frankiebee2018-03-142-1/+49
| | |\
| | | * Merge branch 'master' into i#3509Frankie2018-03-142-1/+49
| | | |\
| | * | | fix error messagefrankiebee2018-03-141-1/+1
| | |/ /
| | * | transactions - insure if a to field in tx params has a truthy valu that it ↵frankiebee2018-03-141-1/+7
| | | | | | | | | | | | | | | | is a valid addres and if it is falsy that it is not null to fix issue #3509
| * | | lint fixkumavis2018-03-091-1/+1
| | | |
| * | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵kumavis2018-03-091-0/+48
| |\ \ \ | | | |/ | | |/| | | | | i3076-UseStorageLocalInstead
| * | | background - storage - cleanup storage wiringkumavis2018-03-091-8/+22
| | | |
| * | | Merge branch 'master' into i3076-UseStorageLocalInsteadDan Finlay2018-03-081-1/+1
| |\ \ \
| * \ \ \ Merge branch 'master' into i3076-UseStorageLocalInsteadDan Finlay2018-03-0710-5/+114
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Fix retrieval of objectDan Finlay2018-01-251-2/+1
| | | | |
| * | | | Remove redundant async modifiersDan Finlay2018-01-251-2/+2
| | | | |
| * | | | Remove extension-store since we aren't using it yetDan Finlay2018-01-251-39/+0
| | | | |
| * | | | Check that extension.storage exists before attempting to call methods on it.Dan2018-01-241-3/+3
| | | | |
| * | | | Merge branch 'UseStorageLocal' into i3076-UseStorageLocalInsteadDan Finlay2018-01-242-0/+64
| |\ \ \ \
| | * | | | Modify @heyellieday's work to use storage.local to replace main storageDan Finlay2018-01-241-0/+25
| | | | | |
| | * | | | conditionally use extension store if supported or enabledEllie Day2018-01-031-0/+4
| | | | | |
| | * | | | handle situation where storage.sync is disabled in certain versions of firefoxEllie Day2018-01-031-2/+17
| | | | | |
| | * | | | Add ExtensionStore and add basic store instance syncing to main controllerEllie Day2017-12-231-0/+20
| | | | | |
* | | | | | transactions:state - add a submittedTime stamp so the ui has a better grasp ↵frankiebee2018-03-141-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | of the time of submission
* | | | | | Merge branch 'master' into retry-tx-refractorDan2018-03-092-1/+49
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge pull request #3409 from scsaba/seed-phrase-verificationDan Finlay2018-03-081-0/+48
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | Add seed phrase verification script into background process
| | * | | | add documentationCsaba Solya2018-03-041-0/+5
| | | | | |
| | * | | | verify addresses regardless caseCsaba Solya2018-03-031-1/+1
| | | | | |
| | * | | | fix lint issuesCsaba Solya2018-03-031-9/+9
| | | | | |
| | * | | | seed phrase verifierCsaba Solya2018-03-031-0/+43
| | | |_|/ | | |/| |
| * / | | fix typo in tests and tx-state-managerJeffrey Tong2018-03-081-1/+1
| |/ / /
* | | | Merge branch 'master' into retry-tx-refractorfrankiebee2018-03-082-0/+64
|\| | |
| * | | sentry - extractErrorMessage - fix comment formattingkumavis2018-03-011-1/+1
| | | |
| * | | sentry - failed tx - improve ethjs-rpc error formatingkumavis2018-03-011-0/+38
| | | |
| * | | sentry - clean - move setupRaven to libkumavis2018-03-011-0/+26
| | | |
* | | | refactor retrytx with higher gas price:frankiebee2018-03-081-10/+28
|/ / / | | | | | | | | | | | | | | | - 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
* | | Merge branch 'master' into uat-masterDan Finlay2018-02-222-2/+12
|\ \ \
| * \ \ Merge pull request #3250 from MetaMask/i#3136kumavis2018-02-161-2/+3
| |\ \ \ | | | | | | | | | | fix - hex prefix estimatedGas on txMeta
| | * | | fix - hex prefix estimatedGas on txMetafrankiebee2018-02-151-2/+3
| | | | |
| * | | | Fix incorrect promise instantiationDan Finlay2018-02-161-1/+1
| | | | |
| * | | | metamask mesh - inject mesh testing containerkumavis2018-02-111-0/+9
| |/ / /
* | | | Fix promise constructionDan Finlay2018-02-211-1/+1
| | | |
* | | | Merge branch 'uat' into uat-nextDan2018-02-081-0/+11
|\ \ \ \
| * | | | Merge branch 'master' into uatDan2018-02-081-0/+11
| |\| | |
| | * | | preserve other networks TXsBruno Barbieri2018-02-011-3/+4
| | | | |
| | * | | use txMeta.txParamsBruno Barbieri2018-01-311-1/+1
| | | | |
| | * | | wipe only transactions for current accountBruno Barbieri2018-01-311-3/+9
| | | | |
| | * | | clean upBruno Barbieri2018-01-311-3/+3
| | | | |
| | * | | added reset account featureBruno Barbieri2018-01-311-0/+4
| | |/ /
* | / / [NewUI] Opens to full screen when restoring from seed. (#3201)Dan J Miller2018-02-081-0/+11
|/ / / | | | | | | | | | | | | | | | * Opens to full screen when restoring from seed. * Remove redundant parameter in actions.markPasswordForgotten call.
* | | Merge branch 'uat' into newmasterChi Kei Chan2018-01-203-2/+15
|\ \ \ | |/ / |/| |
| * | Merge branch 'uat' into uat-master-011618Alexander Tseung2018-01-173-2/+15
| |\ \
| | * \ Merge branch 'NewUI-flat' into NewUI-flat-4.0.5cAlexander Tseung2018-01-043-2/+15
| | |\ \
| | | * \ Merge branch 'NewUI-flat' into merge-masterAlexander Tseung2017-12-233-2/+15
| | | |\ \
| | | | * | Merge branch 'master' into NewUI-flatDan2017-12-213-4/+10
| | | | |\|
| | | | * | Merge branch 'master' into NewUI-flatChi Kei Chan2017-12-071-3/+15
| | | | |\ \
| | | | * | | Merge branch 'master' into NewUI-flat-merge-with-masterDan2017-12-071-1/+3
| | | | | | |
| | | | * | | Sign Typed Request styling fixesChi Kei Chan2017-10-261-1/+1
| | | | | | |
| | | | * | | Signature request fixes.Dan2017-10-261-1/+1
| | | | | | |
| | | | * | | Merge branch 'master' into NewUI-flatChi Kei Chan2017-10-2511-26/+25
| | | | |\ \ \
| | | | * \ \ \ Merge branch 'master' into NewUI-flatChi Kei Chan2017-10-211-0/+23
| | | | |\ \ \ \
| | | | * \ \ \ \ Merge branch 'NewUI-flat' into mergeChi Kei Chan2017-10-192-1/+14
| | | | |\ \ \ \ \
| | | | | * | | | | UI for send screen container without form rows.Dan2017-10-091-1/+4
| | | | | | | | | |
| | | | | * | | | | Merge branch 'master' into NewUI-flatChi Kei Chan2017-10-043-28/+19
| | | | | |\ \ \ \ \
| | | | | * \ \ \ \ \ Merge branch 'master' into mmnChi Kei Chan2017-09-287-175/+444
| | | | | |\ \ \ \ \ \
| | | | | * \ \ \ \ \ \ Merge branch 'master' into NewUI-flatChi Kei Chan2017-09-191-3/+9
| | | | | |\ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ Merge branch 'master' into nmChi Kei Chan2017-09-1911-175/+250
| | | | | |\ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'mm/master' into NewUI-flatsdtsui2017-08-142-4/+15
| | | | | |\ \ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ \ Merge branch 'master' into NewUI-flatkumavis2017-08-093-33/+209
| | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into feat/mm-ui-5sdtsui2017-08-075-93/+28
| | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | | | | Adjust sidebar transition using @cjeria\'s feedbacksdtsui2017-08-031-0/+10
| | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | Ensure app-header is rendered in responsive layoutsdtsui2017-08-031-1/+1
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | test - tx controller - fix txGasUtil referencekumavis2018-01-181-1/+2
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Create new flag for simple sends to avoid overloading other flagDan Finlay2018-01-171-2/+2
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Set gas limit to 21k for recipients with no codeDan Finlay2018-01-161-5/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #2907
* | | | | | | | | | | | | | | | Account for 0x/empty string address and contract creationThomas2018-01-081-0/+11
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge pull request #2783 from MetaMask/tx-param-vaalidationkumavis2018-01-031-2/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | transactions - throw error if txParams.value contains a decimal
| * | | | | | | | | | | | | | | tx-gas-utils - tx-param-validation - use more intuitive checkkumavis2018-01-031-2/+2
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | transactions - throw error if dapp provides txParams whos value has a decimalfrankiebee2017-12-211-2/+9
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #2817 from MetaMask/i#2810Frankie2017-12-291-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | only check nonces of transactions who's from address match the txMeta
| * | | | | | | | | | | | | | | transactions:pending - only check nonces of transactions who's from adress ↵frankiebee2017-12-281-1/+2
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | match the txMeta
* / | | | | | | | | | | | | | Fix some silly linting issues.Kevin Serrano2017-12-281-1/+1
|/ / / / / / / / / / / / / /
* / / / / / / / / / / / / / Stop failing pending transactions after any period of timeDan Finlay2017-12-221-7/+0
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | transactions:gas-utils - handle new type of estimateGas errorfrankiebee2017-12-151-1/+5
| | | | | | | | | | | | |
* | | | | | | | | | | | | dont aggresively query account datafrankiebee2017-12-141-2/+0
| | | | | | | | | | | | |
* | | | | | | | | | | | | tx-controller - failed state is a finished statekumavis2017-12-081-1/+1
| | | | | | | | | | | | |
* | | | | | | | | | | | | Add retry background method and actionDan Finlay2017-12-071-0/+4
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | firstRetryBlockNumber defaults to latestBlockNumber if undefined on txMeta ↵Dan2017-12-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in _resubmitTx
* | | | | | | | | | | | Fix undefined latestBlockNumber in _resubmitTxDan2017-12-071-1/+1
| | | | | | | | | | | |
* | | | | | | | | | | | Exponentional backoff on transaction retry in pending-tx-trackerDan2017-12-061-2/+14
| | | | | | | | | | | |
* | | | | | | | | | | | deps - obs-store@3 + migrate stream plumbingkumavis2017-11-291-1/+3
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Fix lint warningsDaijiro Wachi2017-10-2211-26/+25
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ```
* | | | | | | | | | LintedDan Finlay2017-10-201-1/+1
| | | | | | | | | |
* | | | | | | | | | Merge remote-tracking branch 'origin/master' into i2348-SelectAccountOnNewVaultDan Finlay2017-10-193-27/+12
|\| | | | | | | | |
| * | | | | | | | | Revert "NetworkController refactor for new EthClient interface"kumavis2017-10-193-27/+12
| | | | | | | | | |
* | | | | | | | | | Make account tracking much more reactiveDan Finlay2017-10-191-3/+8
| | | | | | | | | |
* | | | | | | | | | Make account tracking more reactiveDan Finlay2017-10-191-0/+18
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We were doing a lot of conditional observation & updating. Pulled out a bunch of that for generic observer/syncers.
* | | | | | | | | nonce-tracker - use blockTracker directlykumavis2017-10-121-7/+3
| | | | | | | | |
* | | | | | | | | util - add obj-proxykumavis2017-10-111-0/+19
| | | | | | | | |
* | | | | | | | | events-proxy - clean upkumavis2017-10-111-5/+5
| | | | | | | | |
* | | | | | | | | Merge pull request #2223 from ukstv/masterDan Finlay2017-10-101-0/+123
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add eth_signTypedData handler
| * | | | | | | | | Validate data format for eth_signTypedDataSergey Ukustov2017-10-071-0/+4
| | | | | | | | | |
| * | | | | | | | | Merge branch 'master' into SignTypedDataDan Finlay2017-10-072-1/+28
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into SignTypedDataDan Finlay2017-10-061-3/+5
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add signTypedData input validationsDan Finlay2017-10-061-0/+11
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' into SignTypedDataDan Finlay2017-10-061-5/+7
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| * | | | | | | | | | | Merge remote-tracking branch 'upstream/master'Sergey Ukustov2017-10-033-23/+12
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add eth_signTypedData handlerSergey Ukustov2017-09-301-0/+108
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #2305 from MetaMask/nodeifyFrankie2017-10-071-2/+10
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | nodeify - allow callback to be optional
| * | | | | | | | | | | lint fix - nodeifykumavis2017-10-071-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | nodeify - allow callback to be optionalkumavis2017-10-071-2/+10
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #2304 from MetaMask/i1531-UpdateTxStatesOnInitkumavis2017-10-071-0/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update status of pending transactions on startup
| * | | | | | | | | | | Check status of pending transactions on startupDan Finlay2017-10-071-0/+1
| | |_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #1531
* | | | | | | | | | | When checking pending txs, check for successful txs with same nonce.Dan Finlay2017-10-071-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a successful tx with the same nonce exists, transition tx to the failed state. Fixes #2294
* | | | | | | | | | | Provide method for tx tracker to refer to all txsDan Finlay2017-10-071-1/+7
|/ / / / / / / / / /
* | | | | | | | | | "fix" hours for messagefrankiebee2017-10-061-1/+2
| | | | | | | | | |
* | | | | | | | | | pending-tx - check time stamp instead of block number for resubmitfrankiebee2017-10-061-3/+4
|/ / / / / / / / /
* | | | | | | | | pending tx tracker - on tx:warn append error message instead of error objkumavis2017-10-031-1/+1
| | | | | | | | |
* | | | | | | | | pending tx tracker - tx:warning event includes err objkumavis2017-10-031-2/+2
| | | | | | | | |
* | | | | | | | | pending tx tracker - resubmit - warn dont error on unknown errorkumavis2017-10-031-2/+5
| | | | | | | | |
* | | | | | | | | pending tx tracker - dont throw on load failurekumavis2017-10-031-1/+0
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge branch 'history-notes' of github.com:MetaMask/metamask-extension into ↵kumavis2017-10-031-1/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | history-notes
| * \ \ \ \ \ \ \ Merge branch 'master' into history-notesfrankiebee2017-10-031-1/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | tx state history - fix bug where initial snapshot was mutated on updateTxkumavis2017-10-032-2/+3
| | | | | | | | | |
* | | | | | | | | | tx state history - append note to first op of diffkumavis2017-10-031-2/+5
|/ / / / / / / / /
* / / / / / / / / transaction - provide notes for historyfrankiebee2017-10-031-5/+5
|/ / / / / / / /
* / / / / / / / pending-tx - dont check the balance to rebrodcastfrankiebee2017-09-301-15/+0
|/ / / / / / /
* | | | | | | account-tracker - remove unused importkumavis2017-09-281-1/+0
| | | | | | |
* | | | | | | Merge branch 'master' into direct-block-trackerkumavis2017-09-284-37/+261
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #2035 from MetaMask/transactionControllerRefractorPt3kumavis2017-09-283-36/+257
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Transaction controller refractor pt3
| | * | | | | | | pending-tx - move incrementing of the retryCount on the txMeta outside ↵frankiebee2017-09-271-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pending-tx-tracker
| | * | | | | | | transactions: make evnt names pretty and eaiser to readfrankiebee2017-09-271-8/+8
| | | | | | | | |
| | * | | | | | | transactions: lint fixes and reveal status-update event for balance controllerfrankiebee2017-09-271-6/+6
| | | | | | | | |
| | * | | | | | | Merge branch 'master' into transactionControllerRefractorPt3frankiebee2017-09-2711-185/+163
| | |\ \ \ \ \ \ \
| | * | | | | | | | ensure that values written to txParams are hex stringsfrankiebee2017-09-141-0/+9
| | | | | | | | | |
| | * | | | | | | | linting && format fixingfrankiebee2017-09-131-5/+4
| | | | | | | | | |
| | * | | | | | | | match other controller patternsfrankiebee2017-09-131-8/+13
| | | | | | | | | |
| | * | | | | | | | fix miss typefrankiebee2017-09-091-1/+1
| | | | | | | | | |
| | * | | | | | | | more tests and craete a getPendingTransactions functionfrankiebee2017-09-091-0/+6
| | | | | | | | | |
| | * | | | | | | | remove unused variablefrankiebee2017-09-071-1/+0
| | | | | | | | | |
| | * | | | | | | | fix merge and errors disaperaing on updatefrankiebee2017-09-071-2/+5
| | | | | | | | | |
| | * | | | | | | | Merge branch 'master' into transactionControllerRefractorPt3frankiebee2017-09-074-52/+136
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | add better commentsfrankiebee2017-09-061-1/+0
| | | | | | | | | | |
| | * | | | | | | | | rename tx-utils.js -> tx-gas-utils.jsfrankiebee2017-09-061-4/+0
| | | | | | | | | | |
| | * | | | | | | | | remove #buildEthTxFromParamsfrankiebee2017-09-061-17/+0
| | | | | | | | | | |
| | * | | | | | | | | Merge branch 'master' into transactionControllerRefractorPt3frankiebee2017-08-223-12/+56
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Create TxStateManagerfrankiebee2017-08-221-1/+18
| | | | | | | | | | | |
| | * | | | | | | | | | Create tests for TxStateManagerfrankiebee2017-08-191-0/+201
| | | | | | | | | | | |
| * | | | | | | | | | | Fix bug where block gas limit was incorrectly parsed.Dan Finlay2017-09-281-1/+3
| | | | | | | | | | | |
* | | | | | | | | | | | style - small whitespace nitpickkumavis2017-09-281-1/+1
| | | | | | | | | | | |
* | | | | | | | | | | | account-tracker - use new block-tracker block formatkumavis2017-09-281-4/+2
|/ / / / / / / / / / /
* | | | | | | | | | | Merge branch 'master' into filter-fixes-moarDan Finlay2017-09-282-55/+72
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Move obs store into account-tracker instead of inheritingDan Finlay2017-09-271-13/+18
| | | | | | | | | | |
| * | | | | | | | | | Restore blockGasLimit to account-trackerDan Finlay2017-09-271-0/+3
| | | | | | | | | | |
| * | | | | | | | | | Implemented feedbackDan Finlay2017-09-261-5/+3
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'master' into AddBalanceControllerDan Finlay2017-09-238-124/+82
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| * | | | | | | | | | Refactor eth-store into account-trackerDan Finlay2017-09-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | | | | | Remove dead code from eth-storeDan Finlay2017-09-231-43/+1
| | | | | | | | | | |
| * | | | | | | | | | Add computed balance to account detail viewDan Finlay2017-09-141-0/+2
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'i1746-BalanceBasedOnPending' into AddBalanceControllerDan Finlay2017-09-121-0/+51
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | LintedDan Finlay2017-09-081-2/+1
| | | | | | | | | | | |
| | * | | | | | | | | | Make tx calculations account for gas pricesDan Finlay2017-09-081-2/+8
| | | | | | | | | | | |
| | * | | | | | | | | | Remove logsDan Finlay2017-09-081-8/+0
| | | | | | | | | | | |
| | * | | | | | | | | | Fix balance calc testDan Finlay2017-09-081-0/+2
| | | | | | | | | | | |
| | * | | | | | | | | | Add constructor commentDan Finlay2017-09-081-0/+5
| | | | | | | | | | | |
| | * | | | | | | | | | Fix valueFor testDan Finlay2017-09-081-7/+8
| | | | | | | | | | | |
| | * | | | | | | | | | Add basic test for valueForDan Finlay2017-09-081-4/+9
| | | | | | | | | | | |
| | * | | | | | | | | | test not passingDan Finlay2017-09-081-1/+17
| | | | | | | | | | | |
| | * | | | | | | | | | Check balances in parallelDan Finlay2017-09-071-1/+8
| | | | | | | | | | | |
| | * | | | | | | | | | Add first passing balance calc testDan Finlay2017-09-071-0/+18
| | | |_|_|/ / / / / / | | |/| | | | | | | |
* | | | | | | | | | | wrap block tracker in events proxyfrankiebee2017-09-271-0/+31
| |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Do not mark a retry tx failed that has been broadcast successfullyDan Finlay2017-09-191-3/+9
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #2115 If a tx has been braodcast, the only failures we should accept are: - Never mined - On chain failure We had a section of code that would mark a tx failed during any unknown error during a retry. Now no retry > 1 will ever mark a tx failed, since it has been broadcast, and may be mined.
* | | | | | | | | createOriginMiddleware - fix var namekumavis2017-09-141-1/+1
| | | | | | | | |
* | | | | | | | | metamask controller - move middleware into seperate fileskumavis2017-09-143-0/+37
| | | | | | | | |
* | | | | | | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵kumavis2017-09-121-8/+12
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | filter-leak-fix
| * | | | | | | | inpage provider - define sendAsync on the prototypekumavis2017-09-091-25/+27
| |/ / / / / / /
* | | | | | | | inpage - use obj-multiplex modulekumavis2017-09-081-6/+6
| | | | | | | |
* | | | | | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵kumavis2017-09-082-24/+44
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | filter-leak-fix
| * | | | | | | inpage - bug fixkumavis2017-09-061-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | prevents mutation of original message object which causes problems with web3 1.0
| * | | | | | | Make web3 deprecation notice more usefulDan Finlay2017-09-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Linking to a descriptive & precriptive article on a path forward.
| * | | | | | | Merge branch 'master' into inpage-provider-fixeskumavis2017-08-292-32/+50
| |\ \ \ \ \ \ \
| * | | | | | | | inpage - lint fixkumavis2017-08-291-1/+1
| | | | | | | | |
| * | | | | | | | inpage provider - autoreload - improve readabilitykumavis2017-08-241-15/+32
| | | | | | | | |
| * | | | | | | | inpage provider - only warn web3 usage once per sessionkumavis2017-08-241-6/+11
| | | | | | | | |
| * | | | | | | | inpage provider - sync rpc - default to null valueskumavis2017-08-241-3/+3
| | | | | | | | |
* | | | | | | | | lint - remove dead codekumavis2017-09-081-1/+0
| | | | | | | | |
* | | | | | | | | inpage - distinguish pump vs pipekumavis2017-09-081-4/+4
| | | | | | | | |
* | | | | | | | | streams - use pump and published obj-multiplexkumavis2017-09-083-73/+14
| | | | | | | | |
* | | | | | | | | inpage - add idRemapMiddlewarekumavis2017-09-081-1/+3
| | | | | | | | |
* | | | | | | | | inpage - use json-rpc-engine for inpage-providerkumavis2017-08-251-36/+10
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #1973 from MetaMask/hotfix-migration019kumavis2017-08-241-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | hotfix - fail submitted txs whos nonce is out of bound
| * | | | | | | | fall back to `latest` if blockNumber is nullfrankiebee2017-08-241-1/+1
| | | | | | | | |
* | | | | | | | | Fail transactions after a day of retriesDan Finlay2017-08-241-1/+7
|/ / / / / / / /
* | | | | | | | Enforce nonces as type stringDan Finlay2017-08-241-2/+10
| | | | | | | |
* | | | | | | | Use toNumber methodDan Finlay2017-08-241-2/+1
| | | | | | | |
* | | | | | | | Fix network nonce parsingDan Finlay2017-08-241-4/+11
| | | | | | | |
* | | | | | | | Pass nonce testsDan Finlay2017-08-241-8/+7
| | | | | | | |
* | | | | | | | Got all tests but one passingDan Finlay2017-08-241-0/+1
| | | | | | | |
* | | | | | | | Fix new test, break an older maybe wrong oneDan Finlay2017-08-241-26/+24
| | | | | | | |
* | | | | | | | LintedDan Finlay2017-08-241-1/+0
| | | | | | | |
* | | | | | | | Simplify nonce calculationDan Finlay2017-08-241-4/+5
|/ / / / / / /
* | | | | | | Merge branch 'master' into useLocalNonceDan Finlay2017-08-241-0/+37
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | tx controller - tx state history various small fixeskumavis2017-08-151-1/+1
| | | | | | |
| * | | | | | introduce tx-state-history-helper and diff-based historykumavis2017-08-151-0/+37
| | |_|_|_|/ | |/| | | |
* | | | | | nonce-tracker - more debugging numbers for nonceDetailskumavis2017-08-231-10/+8
| | | | | |
* | | | | | remove unused codekumavis2017-08-231-15/+0
| | | | | |
* | | | | | nonce-tracker - use ethjs-querykumavis2017-08-231-11/+2
| | | | | |
* | | | | | nonce-tracker - fix var namekumavis2017-08-231-4/+4
| | | | | |
* | | | | | nonce-tracker - getlocalNextNonce - add entry to nonceDetailskumavis2017-08-231-1/+1
| | | | | |
* | | | | | nonce-tracker - simplify _getlocalNextNoncekumavis2017-08-231-20/+29
| | | | | |
* | | | | | nonce-tracker - simplify getHighestNoncekumavis2017-08-231-5/+3
| | | | | |
* | | | | | nonce-tracker - getHighestNonce doesnt need uniqued inputkumavis2017-08-231-4/+4
| | | | | |
* | | | | | nonce-tracker - make nonce strategy api and naming more symmeticalkumavis2017-08-231-19/+21
| | | | | |
* | | | | | nonce-tracker - pass testsfrankiebee2017-08-221-5/+4
| | | | | |
* | | | | | clean up codefrankiebee2017-08-221-39/+43
| | | | | |
* | | | | | nonce-tracker - pass testsfrankiebee2017-08-221-11/+38
| | | | | |
* | | | | | break out network nonce calc.frankiebee2017-08-191-17/+21
| | | | | |
* | | | | | fix 0x0 nonce calc.frankiebee2017-08-191-8/+18
| | | | | |
* | | | | | include pendingTxs in localNoncefrankiebee2017-08-191-10/+9
| | | | | |
* | | | | | use "localNonce" when the network returns a nonce that is lower then a known ↵frankiebee2017-08-191-3/+20
|/ / / / / | | | | | | | | | | | | | | | confirmed tx
* | | | | fix wordingfrankiebee2017-08-121-1/+1
| | | | |
* | | | | add deprecation warning for web3frankiebee2017-08-121-1/+4
|/ / / /
* | | / tx utils - detect estimateGas err and set simulationFailedkumavis2017-08-091-3/+11
| |_|/ |/| |
* | | util - sufficientBalance - validate inputkumavis2017-08-091-1/+6
| | |
* | | fix getPendingTransactions function for pendingTxTrackerfrankiebee2017-08-091-1/+1
| | |
* | | fix class namesfrankiebee2017-08-092-2/+3
| | |
* | | remove logging of the message and log the errorfrankiebee2017-08-081-1/+1
| | |
* | | fix spellingfrankiebee2017-08-081-6/+3
| | |
* | | Merge branch 'master' into transactionControllerRefractorfrankiebee2017-08-054-45/+15
|\ \ \ | | |/ | |/|
| * | Merge pull request #1857 from MetaMask/hotFixCancleTxkumavis2017-08-041-1/+2
| |\ \ | | | | | | | | fix cancelTransaction not receiving a callback
| | * | fix cancelTransaction not reciving a callbackfrankiebee2017-08-041-1/+2
| | | |
| * | | blacklist - use module eth-phishing-detectkumavis2017-08-041-23/+0
| |/ /
| * | Merge pull request #1848 from MetaMask/transactionControllerRefractorkumavis2017-08-031-48/+13
| |\ \ | | | | | | | | Transaction controller refractor part 1: promises for everyone and more tests!
| * | | blacklist controller - breakout from metamask and infura controllerskumavis2017-08-031-22/+7
| | | |
| * | | phishing detection - move phishing detection into contentscript and metamask ↵kumavis2017-08-032-3/+6
| | | | | | | | | | | | | | | | controller
| * | | obj-multiplex - missing name error + prefer const over varkumavis2017-08-031-6/+10
| | |/ | |/|
* | | break out tx status pendding watchersfrankiebee2017-08-051-0/+165
| | |
* | | move util functions to util.jsfrankiebee2017-08-052-32/+40
| |/ |/|
* | use async with #publishTransactionfrankiebee2017-08-031-2/+2
| |
* | move newUnapprovedTransaction to transactions.jsfrankiebee2017-08-031-8/+4
| |
* | lint fixesfrankiebee2017-08-021-6/+1
| |
* | Merge branch 'master' into transactionControllerRefractorfrankiebee2017-08-022-9/+57
|\|
| * Merge branch 'master' into i1805-LiveBlacklistUpdatingDan Finlay2017-07-271-0/+38
| |
| * nonce-tracker - hotfix for provider proxyingkumavis2017-07-271-4/+11
| |
| * nonce-tracker - add raw baseNonceHex to nonceDetailskumavis2017-07-271-1/+1
| |