aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/tx-state-manager.js
Commit message (Expand)AuthorAgeFilesLines
* Fix populating txParams with undefined dataAlexander Tseung2018-04-061-0/+4
* tx - txParams - allow chainId to be a hex stringkumavis2018-04-041-1/+1
* tx-state-manager - validateTxParams - validate chainId is Numberkumavis2018-04-041-2/+10
* transactions - dont throw if chain id is not a stringfrankiebee2018-04-041-2/+2
* tx controller - explode on non-hex txParams + dont add chainId to txParams + ...kumavis2018-03-281-5/+11
* transactions - only save up to 40 txs totall across all networksfrankiebee2018-03-271-6/+1
* transactions:state - add a submittedTime stamp so the ui has a better grasp o...frankiebee2018-03-141-0/+4
* Merge branch 'master' into retry-tx-refractorDan2018-03-091-1/+1
|\
| * fix typo in tests and tx-state-managerJeffrey Tong2018-03-081-1/+1
* | refactor retrytx with higher gas price:frankiebee2018-03-081-10/+28
|/
* preserve other networks TXsBruno Barbieri2018-02-011-3/+4
* use txMeta.txParamsBruno Barbieri2018-01-311-1/+1
* wipe only transactions for current accountBruno Barbieri2018-01-311-3/+9
* clean upBruno Barbieri2018-01-311-3/+3
* added reset account featureBruno Barbieri2018-01-311-0/+4
* tx-controller - failed state is a finished statekumavis2017-12-081-1/+1
* Add retry background method and actionDan Finlay2017-12-071-0/+4
* Fix lint warningsDaijiro Wachi2017-10-221-1/+1
* Provide method for tx tracker to refer to all txsDan Finlay2017-10-071-1/+7
* transaction - provide notes for historyfrankiebee2017-10-031-5/+5
* transactions: lint fixes and reveal status-update event for balance controllerfrankiebee2017-09-271-6/+6
* Merge branch 'master' into transactionControllerRefractorPt3frankiebee2017-09-271-0/+1
* ensure that values written to txParams are hex stringsfrankiebee2017-09-141-0/+9
* match other controller patternsfrankiebee2017-09-131-8/+13
* fix miss typefrankiebee2017-09-091-1/+1
* more tests and craete a getPendingTransactions functionfrankiebee2017-09-091-0/+6
* fix merge and errors disaperaing on updatefrankiebee2017-09-071-2/+5
* add better commentsfrankiebee2017-09-061-1/+0
* Merge branch 'master' into transactionControllerRefractorPt3frankiebee2017-08-221-11/+15
* Create TxStateManagerfrankiebee2017-08-221-1/+18
* Create tests for TxStateManagerfrankiebee2017-08-191-0/+201