aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/transaction-manager.js
Commit message (Expand)AuthorAgeFilesLines
* Rename tx manager to tx controllerDan Finlay2017-05-171-404/+0
* Fix linting warningsThomas Huang2017-04-271-14/+14
* tx-manager - add eip155 supportkumavis2017-03-311-4/+16
* tx manager - emit update on new unapproved txkumavis2017-03-291-1/+2
* tx manager - add eth-querykumavis2017-03-291-1/+3
* tx manager - adjust new tx flow and txMeta decorationskumavis2017-03-291-24/+17
* Fix persistence of transactions between networks.Kevin Serrano2017-03-231-10/+22
* Have better error messagesfrankiebee2017-03-231-5/+10
* Fix issue where old txMeta object was being used to pass the txHash to the cbFrankie2017-03-071-1/+1
* Remove gasMultiplier txMeta paramDan Finlay2017-03-011-13/+1
* Make gasPrice accessible to the UI.Kevin Serrano2017-02-251-0/+1
* txManager - depend on preferencesStorekumavis2017-02-031-3/+7
* metamask - introduce networkStorekumavis2017-02-031-7/+10
* migration 7 - break off TransactionManager substatekumavis2017-02-031-16/+38
* Merge branch 'dev' into messageManagerCleanUpFrankie2017-02-021-3/+3
|\
| * continue rename selectedAccount to selectedAddresskumavis2017-01-311-2/+2
| * metamask - rename getSelectedAccount to getSelectedAddresskumavis2017-01-311-2/+2
* | Clean up message manger includes:Frankie2017-01-291-1/+1
|/
* Merge branch 'master' into Version-3.1.0Dan Finlay2017-01-191-1/+1
|\
| * Fix the dissplay for submitted transactions and the listner wating to hear wh...Frankie2017-01-191-1/+1
* | tx-manager - use rpc-specified txHashkumavis2017-01-191-6/+5
|/
* background - txManager - filter txs by networkkumavis2017-01-151-2/+3
* background - return txHash to provider-engine on donekumavis2017-01-151-0/+3
* Fix the inclusion of the txFee in the meta tx objectFrankie2017-01-151-3/+5
* fix for lintingFrankie2017-01-141-0/+1
* Satisfy review needs:Frankie2017-01-141-19/+11
* fix the maxcost not being included in txMetaFrankie2017-01-141-3/+7
* Merge branch 'dev' into bug-submitTxkumavis2017-01-141-11/+37
|\
| * Clean up codeFrankie2017-01-141-1/+2
| * Fix wording and icon of failed txsFrankie2017-01-121-14/+16
| * Add to CHANGELOGFrankie2017-01-121-2/+8
| * Take some of the tx Logic out of the UI and create a visble state for pending...Frankie2017-01-121-7/+26
* | background - handle tx finalization in controllers instead of provider-enginekumavis2017-01-131-68/+113
|/
* remove unnecessary try statmentsFrankie2017-01-051-23/+17
* clean upFrankie2017-01-051-1/+1
* Fix signing of transactionsFrankie2017-01-051-22/+28
* fix some minor spelling mistakes and clean up codeFrankie2016-12-241-19/+23
* Migrate all tx mutation code out of keyring controller andFrances Pangilinan2016-12-221-31/+53
* First pass at revision requestsFrances Pangilinan2016-12-221-96/+151
* Clean up and comment functionsFrances Pangilinan2016-12-151-1/+29
* Create a TxManagerFrances Pangilinan2016-12-151-0/+179