aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/controllers/transactions/tx-state-manager.js
Commit message (Collapse)AuthorAgeFilesLines
* Disallow loading as metamaskNetworkId (#5924)Frankie2018-12-141-1/+3
| | | | | | * transactions - throw an error if a transaction is generated while the network is loading * add tests for failing when netId is loading
* transactions - ensure err is defined when setting tx failed (#5801)Frankie2018-11-271-4/+6
|
* ESLint fixes (#5775)Whymarrh Whitby2018-11-171-1/+1
| | | | | | * eslint . --fix * Upgrade all ESLint warnings to errors
* 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-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Add txReceipt data to transaction details (#5513)Alexander Tseung2018-10-161-0/+5
|
* Attach the RPC error value to txMetaWhymarrh Whitby2018-09-091-0/+1
|
* trandsactions - remove rejected transactions from historyfrankiebee2018-06-261-0/+6
|
* Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵kumavis2018-05-301-7/+14
|\ | | | | | | merge-master
| * require logfrankiebee2018-05-011-0/+1
| |
| * log emitter errorsfrankiebee2018-04-301-6/+10
| |
| * transactions - run event emitters outside context of _setTxStatusfrankiebee2018-04-301-7/+9
| |
* | fix lint issuesCsaba Solya2018-05-101-1/+1
| |
* | remove unnecessary libCsaba Solya2018-05-101-1/+0
| |
* | revert unnecessary change in state managerCsaba Solya2018-05-101-13/+7
| |
* | add time stamps to transaction history log entriesCsaba Solya2018-05-101-8/+15
| |
* | fix - getTxsByMetaData check if the key is in the object not if the value is ↵frankiebee2018-05-021-1/+1
|/ | | | truthy
* transactions - more docs and clean upsfrankiebee2018-04-261-12/+15
|
* meta - transactions - docs yo!frankiebee2018-04-201-50/+152
|
* transactions - lint fixesfrankiebee2018-04-111-6/+6
|
* meta - transactions - create a transactions dir in controller and move ↵frankiebee2018-04-111-0/+315
relevant files into it