aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/pending-tx-tracker.js
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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