aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * Merge branch 'master' into tx-param-vaalidationFrankie2017-12-223-18/+73
| |\
| * | 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-282-2/+2
|/ / /
* | | Remove retryTimePeriod from tx controllerDan Finlay2017-12-221-1/+0
| | |
* | | Stop failing pending transactions after any period of timeDan Finlay2017-12-221-7/+0
| |/ |/|
* | Merge pull request #2763 from MetaMask/AddRecentBlocksControllerThomas Huang2017-12-212-14/+69
|\ \ | | | | | | 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-182-14/+62
| | | | | | | | | | | | | | | Tracks recent blocks, useful for estimating recent successful gas prices.
* | | Allow updating token detailsDan Finlay2017-12-191-4/+4
| |/ |/| | | | | Fixes #2173
* | Merge branch 'master' into i#2720frankiebee2017-12-161-1/+1
|\|
| * Change console.log for opts in _configureInfuraProviderThomas Huang2017-12-161-1/+1
| |
* | transactions:gas-utils - handle new type of estimateGas errorfrankiebee2017-12-151-1/+5
|/
* Merge pull request #2747 from MetaMask/Version-3.13.3Thomas Huang2017-12-151-1/+1
|\ | | | | Version 3.13.3
| * Version 3.13.3v3.13.3Dan Finlay2017-12-151-1/+1
| |
* | Merge pull request #2662 from williamchong007/masterThomas Huang2017-12-151-2/+10
|\ \ | |/ |/| fix #1398, prevent injecting xml without xml suffix
| * fix #1398, prevent injecting xml without xml suffixWilliam Chong2017-12-051-2/+10
| |
* | 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
| |
* | Merge pull request #2741 from MetaMask/infura-block-trackerFrankie2017-12-141-7/+50
|\ \ | | | | | | network - for infura networks use the infura block tracker provider
| * | network - for infura networks use the infura block tracker providerkumavis2017-12-141-7/+50
| | |
* | | dont aggresively query account datafrankiebee2017-12-141-2/+0
|/ /
* | Version 3.13.2v3.13.2Dan Finlay2017-12-101-1/+1
| |
* | Pass polling interval to zero client providerDan Finlay2017-12-101-1/+5
| |
* | tx-controller - failed state is a finished statekumavis2017-12-082-7/+9
| |
* | Version 3.13.1Dan Finlay2017-12-081-1/+1
| |
* | 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-084-1/+21
|\ \
| * | Version 3.13.0Dan Finlay2017-12-071-1/+1
| | |
| * | Enforce retry tx at minimum gas of previous txDan Finlay2017-12-071-1/+4
| | |
| * | Fix retry actionDan Finlay2017-12-071-1/+9
| | |
| * | Add retry background method and actionDan Finlay2017-12-073-0/+9
| | |
* | | 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.
* | firstRetryBlockNumber defaults to latestBlockNumber if undefined on txMeta ↵Dan2017-12-071-1/+1
| | | | | | | | in _resubmitTx
* | Correct note for updateTx after block-update event in transaction.jsDan2017-12-071-1/+1
| |
* | Fix undefined latestBlockNumber in _resubmitTxDan2017-12-071-1/+1
| |
* | Exponentional backoff on transaction retry in pending-tx-trackerDan2017-12-062-2/+20
|/
* Merge pull request #2630 from MetaMask/i2624-VersionedNoticesv3.12.1Thomas Huang2017-11-305-17/+85
|\ | | | | Versioned notices
| * Bump version to 3.12.1Dan Finlay2017-11-301-1/+1
| |
| * Fix migration commentDan Finlay2017-11-301-2/+3
| |
| * Migrate old data to include firstVersion infoDan Finlay2017-11-292-0/+41
| |
| * LintedDan Finlay2017-11-292-2/+2
| |
| * 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-292-24/+28
| |
| * Add firstVersion field to notices selectorDan Finlay2017-11-292-1/+5
| |
| * Add optional version field to noticesDan Finlay2017-11-292-1/+20
| | | | | | | | Allows notices to only show to users who are on a certain version.
* | Merge branch 'master' of github.com:MetaMask/metamask-plugin into reload-fixkumavis2017-11-301-1/+1
|\|
| * 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
| | |
* | | deps - obs-store@3 + migrate stream plumbingkumavis2017-11-293-6/+10
|/ /
* | 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
| |
* | Merge pull request #2516 from MetaMask/i2507-DoubleWeb3ErrorThomas Huang2017-11-211-0/+7
|\ \ | | | | | | Add useful error when duplicate web3 is detected.
| * | Add useful error when duplicate web3 is detected.Dan Finlay2017-11-011-0/+7
| | | | | | | | | | | | Fixes #2507
* | | newUnaprovedTx => newUnapprovedTxDora E. Mondrian2017-11-062-2/+2
|/ / | | | | | | 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
| | |
* | | Resolve merge conflictsKevin Serrano2017-10-2720-64/+209
|\ \ \
| * | | 3.12.0v3.12.0kumavis2017-10-261-1/+1
| | | |
| * | | Resolving that ugly merge.Kevin Serrano2017-10-261-3/+7
| | | |
| * | | Merge pull request #2422 from watilde/fixes-lintKevin Serrano2017-10-2513-31/+30
| |\ \ \ | | | | | | | | | | Fixes lint warnings
| | * | | Fix lint warningsDaijiro Wachi2017-10-2213-31/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ```
| * | | | Merge branch 'firsttimeflow' of ↵tmashuang2017-10-241-0/+76
| |\ \ \ \ | | |_|_|/ | |/| | | | | | | | https://github.com/chikeichan/metamask-plugin into firsttimeflow
| | * | | Add ShapeShift UIChi Kei Chan2017-10-211-0/+76
| | |/ /
| * | | Try to fix intermittent test failure in NonceTracker testsDan Finlay2017-10-231-0/+4
| | | |
| * | | Version 3.11.2v3.11.2Dan Finlay2017-10-221-1/+1
| |/ /
| * | Version 3.11.1v3.11.1Dan Finlay2017-10-211-1/+1
| | |
| * | LintedDan Finlay2017-10-202-2/+1
| | |
| * | Fix bug where new account was not immediately selectedDan Finlay2017-10-201-3/+14
| | |
| * | Allow computed balances to enumerate its own viewDan Finlay2017-10-201-2/+3
| | |
| * | Remove account-tracker from keyringControllerDan Finlay2017-10-191-1/+0
| | |
| * | Merge remote-tracking branch 'origin/master' into i2348-SelectAccountOnNewVaultDan Finlay2017-10-196-90/+72
| |\ \
| | * | Revert "NetworkController refactor for new EthClient interface"kumavis2017-10-196-90/+72
| | | |
| * | | Make account tracking much more reactiveDan Finlay2017-10-192-12/+13
| | | |
| * | | Make account tracking more reactiveDan Finlay2017-10-193-29/+33
| | | | | | | | | | | | | | | | | | | | 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-192-1/+6
| | | |
| * | | Add validation to balance constructorDan Finlay2017-10-191-0/+10
| | | |
| * | | 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
| |/ /
| * | contentscript - fix inpage require and bundlingkumavis2017-10-131-4/+4
| | |
| * | Break up inpage file read into multiple linesDan Finlay2017-10-131-1/+3
| | |
| * | Merge branch 'master' into i1340-SynchronousInjectionDan Finlay2017-10-1312-80/+317
| |\ \
| | * \ Merge pull request #2345 from MetaMask/Version-3.11.0Thomas Huang2017-10-131-1/+1
| | |\ \ | | | | | | | | | | Version 3.11.0
| | | * | Version 3.11.0v3.11.0Dan Finlay2017-10-121-1/+1
| | | | |
| | * | | nonce-tracker - use blockTracker directlykumavis2017-10-122-7/+4
| | | | |
| | * | | network-controller - use obj-proxy for providerProxykumavis2017-10-111-3/+4
| | | | |
| | * | | util - add obj-proxykumavis2017-10-111-0/+19
| | | | |
| | * | | events-proxy - clean upkumavis2017-10-111-5/+5
| | | | |
| | * | | lint fixeskumavis2017-10-112-8/+3
| | | | |
| | * | | network controller - refactor to use eth-rpc-clientkumavis2017-10-112-29/+34
| | | | |
| | * | | metamask controller - define this.newTransaction to ease instantiation orderkumavis2017-10-111-1/+6
| | | | |
| | * | | metamask controller - simplify provider initkumavis2017-10-111-22/+16
| | | | |
| | * | | metamask controller - breakout getAccounts methodkumavis2017-10-111-12/+14
| | |/ /
| * | / Begin implementing sync injection ideaDan Finlay2017-10-051-2/+1
| | |/ | |/|
* | | Merge branch 'master' into version-debuggingKevin Serrano2017-10-107-4/+221
|\ \ \ | | |/ | |/|
| * | Merge pull request #2223 from ukstv/masterDan Finlay2017-10-103-1/+182
| |\ \ | | | | | | | | Add eth_signTypedData handler
| | * | Validate data format for eth_signTypedDataSergey Ukustov2017-10-071-0/+4
| | | |
| | * | Merge branch 'master' into SignTypedDataDan Finlay2017-10-073-1/+29
| | |\ \
| | * \ \ Merge branch 'Version-3.10.9' into SignTypedDataDan Finlay2017-10-061-1/+1
| | |\ \ \
| | * \ \ \ Merge branch 'master' into SignTypedDataDan Finlay2017-10-062-4/+6
| | |\ \ \ \
| | * | | | | Add signTypedData input validationsDan Finlay2017-10-062-4/+20
| | | | | | |
| | * | | | | Merge branch 'master' into SignTypedDataDan Finlay2017-10-062-6/+7
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | * | | | | Merge remote-tracking branch 'upstream/master'Sergey Ukustov2017-10-039-80/+83
| | |\ \ \ \ \
| | * | | | | | Add eth_signTypedData handlerSergey Ukustov2017-09-303-1/+162
| | | | | | | |
| * | | | | | | 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-072-1/+8
| |/ / / / /
* | | | | | Make the function callback friendly.Kevin Serrano2017-10-101-4/+4
| | | | | |
* | | | | | Simplify try catchKevin Serrano2017-10-061-4/+2
| | | | | |
* | | | | | Catch an error if this is not defined.Kevin Serrano2017-10-061-1/+8
| | | | | |
* | | | | | Merge branch 'master' into version-debuggingKevin Serrano2017-10-063-5/+7
|\| | | | |
| * | | | | Version 3.10.9v3.10.9Dan Finlay2017-10-061-1/+1
| | |_|_|/ | |/| | |
| * | | | "fix" hours for messagefrankiebee2017-10-061-1/+2
| | | | |
| * | | | pending-tx - check time stamp instead of block number for resubmitfrankiebee2017-10-062-4/+5
| |/ / /
* | | | Configured for callback-required function.'Kevin Serrano2017-10-051-2/+2
| | | |
* | | | Include OS versionKevin Serrano2017-10-051-0/+4
|/ / /
* | | Merge pull request #2250 from interfect/masterFrankie2017-10-041-1/+0
|\ \ \ | | | | | | | | Don't pass origin as an HTTP header
| * | | Don't pass origin as an HTTP headerAdam Novak2017-10-021-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Requests with this nonstandard header are being blocked by CORS when made against Parity. Not sending it ought to fix #1779.
* | | | 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-032-2/+4
|\ \ \ | | | | | | | | | | | | history-notes
| * \ \ Merge branch 'master' into history-notesfrankiebee2017-10-032-2/+4
| |\ \ \
| | * | | tx state history - fix bug where initial snapshot was mutated on updateTxkumavis2017-10-032-2/+3
| | | | |
| | * | | Merge pull request #2138 from sunify/fix-firefox-corsThomas Huang2017-10-031-1/+2
| | |\ \ \ | | | |/ / | | |/| | Fix CORS issues in FireFox
| | | * | Update manifest.jsonKevin Serrano2017-10-031-2/+1
| | | | |
| | | * | Wildcard for infura.io permissions, added permission for cryptonator apiAlex Lunyov2017-09-221-4/+2
| | | | |
| | | * | Fix CORS issues in FireFoxAlex Lunyov2017-09-211-1/+5
| | | | |
* | | | | tx state history - append note to first op of diffkumavis2017-10-031-2/+5
|/ / / /
* / / / transaction - provide notes for historyfrankiebee2017-10-032-12/+14
|/ / /
* | | Version 3.10.8 - Fix Currency Conversionv3.10.8Dan Finlay2017-09-302-2/+2
| | | | | | | | | | | | | | | | | | 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-303-26/+1
|\ \ \ | | | | | | | | pending-tx - dont check the balance to rebrodcast
| * | | pending-tx - dont check the balance to rebrodcastfrankiebee2017-09-303-26/+1
| | | |
* | | | Merge pull request #2239 from MetaMask/network-controller-contdFrankie2017-09-301-2/+3
|\ \ \ \ | | | | | | | | | | network - make network controller internal network switching explicit
| * | | | network - make network controller internal network switching explicitkumavis2017-09-301-2/+3
| | | | |
* | | | | Merge pull request #2237 from MetaMask/network-controller-contdFrankie2017-09-303-36/+47
|\| | | | | | | | | | | | | | Networking refactor
| * | | | network - convert localhost from custom rpc to network typekumavis2017-09-303-7/+3
| | | | |
| * | | | network controller - small refactorkumavis2017-09-302-35/+50
| |/ / /
* / / / Version 3.10.7v3.10.7Dan Finlay2017-09-301-1/+1
|/ / /
* | / Ensure selected account is always set if possibleDan Finlay2017-09-301-0/+9
| |/ |/| | | | | | | | | Fixes #2218 Subscribes to keyringController, and if only one account exists, sets it as selected.
* | Merge pull request #2124 from MetaMask/breakout-mascarakumavis2017-09-281-1/+0
|\ \ | | | | | | require metamascara
| * | re-enabled x-metamask-origin for mascarafrankiebee2017-09-282-5/+1
| | |
| * | platforms: put context for extension in platform extension classfrankiebee2017-09-223-2/+4
| | |
| * | Merge branch 'master' into breakout-mascarafrankiebee2017-09-202-4/+10
| |\|
| * | add context to platform to not have X-Metamask-Origin in mascarafrankiebee2017-09-202-1/+2
| | |
* | | Merge branch 'master' into new-currency-testkumavis2017-09-2818-1114/+746
|\ \ \
| * \ \ Merge pull request #2194 from MetaMask/network-controller-refactorkumavis2017-09-282-33/+34
| |\ \ \ | | | | | | | | | | 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
| | | | |
| | * | | metamask - improve commentkumavis2017-09-281-2/+1
| | | | |
| * | | | Version 3.10.6Dan Finlay2017-09-281-1/+1
| | | | |
| * | | | Commit to the eth-keyring-controller moduleDan Finlay2017-09-281-599/+0
| | | | |
| * | | | Remove dead referenceDan Finlay2017-09-281-1/+0
| | | | |
| * | | | Fix Account SelectionDan Finlay2017-09-282-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not select accounts on restore, only on creation and deliberate selection. Fixes #2164
| * | | | account-tracker - remove unused importkumavis2017-09-281-1/+0
| | | | |
| * | | | Merge branch 'master' into direct-block-trackerkumavis2017-09-289-323/+363
| |\ \ \ \
| | * \ \ \ Merge pull request #2035 from MetaMask/transactionControllerRefractorPt3kumavis2017-09-286-319/+356
| | |\ \ \ \ | | | | | | | | | | | | | | Transaction controller refractor pt3
| | | * | | | pending-tx - move incrementing of the retryCount on the txMeta outside ↵frankiebee2017-09-272-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-272-11/+11
| | | | | | |
| | | * | | | transactions: lint fixes and reveal status-update event for balance controllerfrankiebee2017-09-275-13/+23
| | | | | | |
| | | * | | | Merge branch 'master' into transactionControllerRefractorPt3frankiebee2017-09-2719-254/+430
| | | |\ \ \ \
| | | * | | | | ensure that values written to txParams are hex stringsfrankiebee2017-09-142-1/+10
| | | | | | | |
| | | * | | | | linting && format fixingfrankiebee2017-09-132-12/+7
| | | | | | | |
| | | * | | | | match other controller patternsfrankiebee2017-09-133-23/+22
| | | | | | | |
| | | * | | | | fix miss typefrankiebee2017-09-091-1/+1
| | | | | | | |
| | | * | | | | more tests and craete a getPendingTransactions functionfrankiebee2017-09-092-11/+10
| | | | | | | |
| | | * | | | | fix messy mergefrankiebee2017-09-071-4/+4
| | | | | | | |
| | | * | | | | remove unused variablefrankiebee2017-09-071-1/+0
| | | | | | | |
| | | * | | | | fix merge and errors disaperaing on updatefrankiebee2017-09-072-3/+6
| | | | | | | |
| | | * | | | | Merge branch 'master' into transactionControllerRefractorPt3frankiebee2017-09-078-54/+233
| | | |\ \ \ \ \
| | | * | | | | | add better commentsfrankiebee2017-09-062-32/+41
| | | | | | | | |
| | | * | | | | | rename tx-utils.js -> tx-gas-utils.jsfrankiebee2017-09-061-4/+0
| | | | | | | | |
| | | * | | | | | remove #buildEthTxFromParamsfrankiebee2017-09-061-17/+0
| | | | | | | | |
| | | * | | | | | Merge branch 'master' into transactionControllerRefractorPt3frankiebee2017-08-227-14/+111
| | | |\ \ \ \ \ \
| | | * | | | | | | Create TxStateManagerfrankiebee2017-08-223-47/+47
| | | | | | | | | |
| | | * | | | | | | Create tests for TxStateManagerfrankiebee2017-08-192-192/+218
| | | | | | | | | |
| | * | | | | | | | Fix accountTracker store referencesDan Finlay2017-09-282-2/+2
| | | | | | | | | |
| | * | | | | | | | Version 3.10.5Dan Finlay2017-09-281-1/+1
| | | | | | | | | |
| | * | | | | | | | 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
| |/ / / / / / /
| * | | | | | | Version 3.10.4v3.10.4Dan Finlay2017-09-281-1/+1
| | | | | | | |
| * | | | | | | Merge branch 'master' into filter-fixes-moarDan Finlay2017-09-289-74/+242
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵kumavis2017-09-277-40/+642
| | |\ \ \ \ \ \ \ | | | | |_|_|/ / / | | | |/| | | | | | | | | | | | | | BreakOutKeyringController
| | | * | | | | | Remove duplicate instantiation of account-trackerDan Finlay2017-09-271-5/+1
| | | | | | | | |
| | | * | | | | | Move obs store into account-tracker instead of inheritingDan Finlay2017-09-274-20/+25
| | | | | | | | |
| | | * | | | | | Restore blockGasLimit to account-trackerDan Finlay2017-09-271-0/+3
| | | | | | | | |
| | | * | | | | | Pass blocktracker to balances controllerDan Finlay2017-09-271-0/+1
| | | | | | | | |
| | | * | | | | | Make encryptor configurable for keyring-controllerDan Finlay2017-09-261-1/+1
| | | | | | | | |
| | | * | | | | | Merge branch 'master' into AddBalanceControllerDan Finlay2017-09-261-1/+1
| | | |\ \ \ \ \ \
| | | * | | | | | | Make blockTracker an independent paramDan Finlay2017-09-262-3/+6
| | | | | | | | | |
| | | * | | | | | | Merge branch 'AddBalanceController' of github.com:MetaMask/metamask-plugin ↵Dan Finlay2017-09-262-0/+2
| | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into AddBalanceController
| | | | * \ \ \ \ \ \ Merge branch 'master' into AddBalanceControllerDan Finlay2017-09-262-0/+2
| | | | |\ \ \ \ \ \ \
| | | * | | | | | | | | Implemented feedbackDan Finlay2017-09-262-7/+5
| | | |/ / / / / / / /
| | | * | | | | | | | Made some requested changesDan Finlay2017-09-261-7/+7
| | | | | | | | | | |
| | * | | | | | | | | Remove keyring controller from projectDan Finlay2017-09-233-596/+2
| | | | | | | | | | |
| | * | | | | | | | | Merge branch 'AddBalanceController' into BreakOutKeyringControllerDan Finlay2017-09-237-58/+217
| | |\| | | | | | | |
| | | * | | | | | | | Fix accont-tracker merge bugDan Finlay2017-09-231-0/+4
| | | | | | | | | | |
| | | * | | | | | | | Fix account-tracker referencesDan Finlay2017-09-233-13/+13
| | | | | | | | | | |
| | | * | | | | | | | Merge branch 'master' into AddBalanceControllerDan Finlay2017-09-2312-172/+178
| | | |\ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|/ | | | | |/| | | | | |
| | | * | | | | | | | Fix computed-balances controller referenceDan Finlay2017-09-231-1/+1
| | | | | | | | | | |
| | | * | | | | | | | Refactor eth-store into account-trackerDan Finlay2017-09-234-16/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-144-7/+17
| | | | | | | | | | |
| | | * | | | | | | | Got pending balance updating correctlyDan Finlay2017-09-143-81/+69
| | | | | | | | | | |
| | | * | | | | | | | Add state-labeled events to allow subscribing to any transaction's state changeDan Finlay2017-09-141-0/+1
| | | | | | | | | | |
| | | * | | | | | | | Some progressDan Finlay2017-09-133-1/+143
| | | | | | | | | | |
| | | * | | | | | | | 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
| | | | | | | | | | | |
| | * | | | | | | | | | Allow metamaskController to define keyring typesDan Finlay2017-09-231-1/+1
| | | |_|_|/ / / / / / | | |/| | | | | | | |
| * | | | | | | | | | 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-272-14/+39
| | | | | | | | | | |
| * | | | | | | | | | metamask - use provider-engines block trackerkumavis2017-09-231-1/+1
| | | | | | | | | | |
| * | | | | | | | | | bug - fix event emitter mem leak warningkumavis2017-09-221-3/+8
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'master' into new-currency-testKevin Serrano2017-09-273-2/+3
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| * | | | | | | | | Merge pull request #2143 from MetaMask/Version-3.10.3kumavis2017-09-261-1/+1
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | Version 3.10.3
| | * | | | | | | | Version 3.10.3Dan Finlay2017-09-221-1/+1
| | |/ / / / / / /
| * | | | | | | | Define encryptor in constructor params instead of platform objectDan Finlay2017-09-231-1/+1
| | | | | | | | |
| * | | | | | | | Merge branch 'master' into ConfigurableEncryptionDan Finlay2017-09-221-1/+1
| |\| | | | | | |
| * | | | | | | | Allow custom encryptor to be passed to MetaMaskController and ↵Dan Finlay2017-09-222-2/+3
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | KeyringControllers.
* | | | | | | | Merge branch 'master' into new-currency-testKevin Serrano2017-09-212-4/+10
|\| | | | | | |
| * | | | | | | v3.10.2kumavis2017-09-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | published `v3.10.2` as an emergency rollback to `v3.10.0`
| * | | | | | | 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.
| * | | | | | Version 3.10.1v3.10.1Dan Finlay2017-09-191-1/+1
| | | | | | |
* | | | | | | Comply with current currency API and add additional styling.Kevin Serrano2017-09-191-2/+2
| | | | | | |
* | | | | | | Merge branch 'master' into new-currency-testKevin Serrano2017-09-1910-169/+169
|\| | | | | |