aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/controllers/transactions.js
Commit message (Collapse)AuthorAgeFilesLines
* mv updateAndApproveTx to txControllerfrankiebee2017-07-131-3/+7
|
* Merge branch 'master' into nonce-trackerfrankiebee2017-07-121-20/+16
|\
| * Merge pull request #1762 from MetaMask/ImproveRetryLogickumavis2017-07-121-12/+1
| |\ | | | | | | Improve retry logic
| | * Improve insufficient balance checking in retry loopDan Finlay2017-07-121-4/+1
| | |
| | * Remove local nonce error setting.Dan Finlay2017-07-121-8/+0
| | |
| * | use .includesfrankiebee2017-07-121-3/+3
| | |
| * | add "Gateway timeout" to ignored errors when resubmiting and use .includes ↵frankiebee2017-07-121-1/+3
| |/ | | | | | | over .startsWith
| * tx controller - resubmit - correctly set error on bad nonce/balancekumavis2017-07-081-2/+2
| |
| * tx controller - correctly set error message on resubmit errorkumavis2017-07-081-4/+8
| |
| * tx controller - resubmit - recognize parity known hash messagekumavis2017-07-081-0/+1
| |
* | Merge branch 'nonce-tracker' of https://github.com/MetaMask/metamask-plugin ↵frankiebee2017-07-121-19/+46
|\ \ | | | | | | | | | into nonce-tracker
| * | Merge branch 'master' into nonce-trackerkumavis2017-07-081-19/+46
| |\|
| | * fail transactions that fail in resubmitfrankiebee2017-07-071-25/+22
| | |
| | * tx controller - clean codekumavis2017-07-071-13/+14
| | |
| | * tx controller - move commentskumavis2017-07-071-3/+7
| | |
| | * add commentfrankiebee2017-07-071-5/+11
| | |
| | * if an error happens during a tx publication set tx status to failfrankiebee2017-07-071-1/+10
| | |
| | * Fix failing testDan Finlay2017-07-061-12/+6
| | |
| | * Fail pending txs with low balance or invalid nonceDan Finlay2017-07-061-4/+22
| | |
| | * Merge pull request #1509 from MetaMask/i1473-dappDefaultGasPriceDan Finlay2017-06-281-7/+9
| | |\ | | | | | | | | I1473 dapp default gas price
| | | * Merge branch 'master' into i1473-dappDefaultGasPriceThomas Huang2017-06-281-1/+1
| | | |\
| | | * | Keeps dapp gas price if setThomas Huang2017-06-201-7/+9
| | | | |
| | * | | dont stop retrying brodcasting txsfrankiebee2017-06-281-4/+0
| | | |/ | | |/|
* | / | remove irrelevan codefrankiebee2017-07-121-1/+0
|/ / /
* | | clean up unused code from old noncelockfrankiebee2017-07-061-2/+0
| | |
* | | nonce-tracker: only check transactions that are not supposed to be ignoredfrankiebee2017-06-281-1/+8
| | |
* | | calculate nonce based on local pending txs w/o error state.frankiebee2017-06-281-1/+10
| | |
* | | Merge branch 'master' into nonce-trackerfrankiebee2017-06-281-0/+1
|\| |
| * | Merge branch 'AddTokenList' of github.com:MetaMask/metamask-plugin into ↵Kevin Serrano2017-06-201-1/+1
| |\ \ | | |/ | |/| | | | AddTokenList
| | * Merge remote-tracking branch 'origin/master' into AddTokenListDan Finlay2017-06-161-10/+5
| | |\
| | * | Refresh token balance on network changeDan Finlay2017-06-151-1/+0
| | | |
| | * | Merge branch 'master' into AddTokenListDan Finlay2017-06-131-0/+1
| | | |
* | | | fix nonceTrackerfrankiebee2017-06-221-38/+13
| | | |
* | | | Merge branch 'master' into nonce-trackerfrankiebee2017-06-171-35/+68
|\| | |
| * | | Merge branch 'master' into i1567-FixInaccurateErrorFrankie2017-06-171-3/+2
| |\ \ \
| | * | | put the block listeners back on the providerfrankiebee2017-06-171-3/+2
| | | | |
| * | | | put event back on the "blockTracker:/provider"frankiebee2017-06-171-1/+1
| | | | |
| * | | | Merge branch 'master' into i1567-FixInaccurateErrorfrankiebee2017-06-161-16/+52
| |\| | |
| | * | | Merge pull request #1611 from MetaMask/checkTxsOnSynckumavis2017-06-161-0/+46
| | |\ \ \ | | | | | | | | | | | | add a check for weather a tx is included in a block when jumping blocks
| | | * | | transactions controller - add commentskumavis2017-06-161-0/+5
| | | | | |
| | | * | | add a check for weather a tx is included in a block when jumping blocksfrankiebee2017-06-151-0/+41
| | | | |/ | | | |/|
| | * / | check for the tx in the block that provider engine gives usfrankiebee2017-06-151-15/+5
| | |/ /
| * | | check nonce and balance when resubmiting txfrankiebee2017-06-161-11/+16
| | | |
| * | | remove unnecessary logfrankiebee2017-06-151-4/+1
| | | |
| * | | Do not mark slowly mined txs as failed.Dan Finlay2017-06-151-8/+4
| |/ / | | | | | | | | | | | | | | | | | | | | | Fixes #1567 Also seems to fix #1556 Also improves resubmit performance by only resubmitting on `latest`.
* / / transaction controller - use nonce-trackerkumavis2017-06-151-32/+58
|/ /
* | Merge pull request #1598 from MetaMask/txRetryDan Finlay2017-06-141-9/+4
|\ \ | | | | | | put tx resubmission on the block event
| * | rename continuallyResubmitPendingTxs to resubmitPendingTxsfrankiebee2017-06-141-2/+2
| | |
| * | put tx resubmission on the block eventfrankiebee2017-06-131-8/+3
| |/
* / Fix networkState in chain idThomas Huang2017-06-131-1/+1
|/
* Merge branch 'master' into networkControllerFrankie2017-05-241-4/+55
|\
| * CleanupDan Finlay2017-05-241-2/+3
| |
| * Continually resubmit pending txsDan Finlay2017-05-241-2/+52
| |
* | Fix for testsfrankiebee2017-05-241-3/+1
| |
* | Wrap the provider in a proxyfrankiebee2017-05-231-20/+7
| |
* | Merge branch 'master' into networkControllerfrankiebee2017-05-231-5/+19
|/
* Fix path referencesDan Finlay2017-05-171-2/+2
|
* Rename tx manager to tx controllerDan Finlay2017-05-171-0/+404