aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/controllers/transactions/pending-tx-tracker.js
Commit message (Collapse)AuthorAgeFilesLines
* Tx controller now uses safe event emitter (#5769)Frankie2018-11-171-1/+1
| | | | | | | | | | | | * transactions - use safe-event-emitter over events * tests - pass a platform object on init with a noop showTransactionNotification * test - fix for tx-state-history-helper trying to reduce an empty array * deps - safe-event-emitter * lint
* Resubmit approved transactions on new block (#5752)Dan Finlay2018-11-151-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Add beginning of test * Resubmit approved transactions on new block May fix #4343 and related issues, where an error could leave transactions stranded in the approved state. * Remove unused test * Re-approve transactions when retrying approved * Add retry approved test * Include approved in pending tx count * Fix getPendingTxs() * Linted * Only throw hash error in submitted state * Only check submitted txs for block inclusion * Fix test expectations
* controllers - transactions - fix tx status update on bootkumavis2018-05-291-2/+1
|
* controllers - transactions - fix tx confirmationkumavis2018-05-291-2/+2
|
* controllers - transaction - pending-tx-tracker - lint fixkumavis2018-05-291-1/+1
|
* controllers - transactions - merge @frankiebee's work with minekumavis2018-05-291-75/+14
|
* controllers - transactions - pending-tx-tracker - _getBlock - poll until ↵kumavis2018-05-261-1/+10
| | | | block is truthy
* transactions - update pending-tx-tracker to use the new block trackerfrankiebee2018-05-231-7/+18
|
* transactions - more docs and clean upsfrankiebee2018-04-261-7/+7
|
* transactions - fix referncesfrankiebee2018-04-201-0/+1
|
* meta - transactions - docs yo!frankiebee2018-04-201-5/+5
|
* fix up - more docsfrankiebee2018-04-141-19/+53
|
* transactions - code cleanupfrankiebee2018-04-131-2/+2
|
* meta - transactions - create a transactions dir in controller and move ↵frankiebee2018-04-111-0/+189
relevant files into it