aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/pending-tx-tracker.js
Commit message (Expand)AuthorAgeFilesLines
* Stop failing pending transactions after any period of timeDan Finlay2017-12-221-7/+0
* firstRetryBlockNumber defaults to latestBlockNumber if undefined on txMeta in...Dan2017-12-071-1/+1
* Fix undefined latestBlockNumber in _resubmitTxDan2017-12-071-1/+1
* Exponentional backoff on transaction retry in pending-tx-trackerDan2017-12-061-2/+14
* Fix lint warningsDaijiro Wachi2017-10-221-6/+6
* Merge pull request #2304 from MetaMask/i1531-UpdateTxStatesOnInitkumavis2017-10-071-0/+1
|\
| * Check status of pending transactions on startupDan Finlay2017-10-071-0/+1
* | When checking pending txs, check for successful txs with same nonce.Dan Finlay2017-10-071-0/+20
|/
* "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
* pending-tx - dont check the balance to rebrodcastfrankiebee2017-09-301-15/+0
* Merge branch 'master' into direct-block-trackerkumavis2017-09-281-14/+12
|\
| * pending-tx - move incrementing of the retryCount on the txMeta outside pendin...frankiebee2017-09-271-2/+1
| * transactions: make evnt names pretty and eaiser to readfrankiebee2017-09-271-8/+8
| * Merge branch 'master' into transactionControllerRefractorPt3frankiebee2017-09-271-3/+9
| |\
| * | linting && format fixingfrankiebee2017-09-131-5/+4
* | | style - small whitespace nitpickkumavis2017-09-281-1/+1
| |/ |/|
* | Do not mark a retry tx failed that has been broadcast successfullyDan Finlay2017-09-191-3/+9
|/
* Fail transactions after a day of retriesDan Finlay2017-08-241-1/+7
* fix getPendingTransactions function for pendingTxTrackerfrankiebee2017-08-091-1/+1
* fix class namesfrankiebee2017-08-091-0/+163