aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/transaction-manager.js
Commit message (Collapse)AuthorAgeFilesLines
* continue rename selectedAccount to selectedAddresskumavis2017-01-311-2/+2
|
* metamask - rename getSelectedAccount to getSelectedAddresskumavis2017-01-311-2/+2
|
* 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 ↵Frankie2017-01-191-1/+1
| | | | | | | | when tx's were included in a block
* | 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
| | | | | | | removed unnecessary this.query = opts.query from constructor Created a tx error state for errors in approveTransaction validateTxParams has been moved to tx-utils removed "value" arg from _setTxStatus
* 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 ↵Frankie2017-01-121-7/+26
| | | | | | | | pending and unaproved transactions
* | 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
| | | | Fix up txManager to reflect code review requests
* 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