Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename tx manager to tx controller | Dan Finlay | 2017-05-17 | 1 | -404/+0 |
| | |||||
* | Fix linting warnings | Thomas Huang | 2017-04-27 | 1 | -14/+14 |
| | |||||
* | tx-manager - add eip155 support | kumavis | 2017-03-31 | 1 | -4/+16 |
| | |||||
* | tx manager - emit update on new unapproved tx | kumavis | 2017-03-29 | 1 | -1/+2 |
| | |||||
* | tx manager - add eth-query | kumavis | 2017-03-29 | 1 | -1/+3 |
| | |||||
* | tx manager - adjust new tx flow and txMeta decorations | kumavis | 2017-03-29 | 1 | -24/+17 |
| | |||||
* | Fix persistence of transactions between networks. | Kevin Serrano | 2017-03-23 | 1 | -10/+22 |
| | |||||
* | Have better error messages | frankiebee | 2017-03-23 | 1 | -5/+10 |
| | |||||
* | Fix issue where old txMeta object was being used to pass the txHash to the cb | Frankie | 2017-03-07 | 1 | -1/+1 |
| | |||||
* | Remove gasMultiplier txMeta param | Dan Finlay | 2017-03-01 | 1 | -13/+1 |
| | | | | | | This was used by the custom gas slider on the `send` screen, and it was used to modify the gas value before sending it out, breaking our new custom gas field logic. Removed it and the logic that referred to this now-outdated parameter. | ||||
* | Make gasPrice accessible to the UI. | Kevin Serrano | 2017-02-25 | 1 | -0/+1 |
| | |||||
* | txManager - depend on preferencesStore | kumavis | 2017-02-03 | 1 | -3/+7 |
| | |||||
* | metamask - introduce networkStore | kumavis | 2017-02-03 | 1 | -7/+10 |
| | |||||
* | migration 7 - break off TransactionManager substate | kumavis | 2017-02-03 | 1 | -16/+38 |
| | |||||
* | Merge branch 'dev' into messageManagerCleanUp | Frankie | 2017-02-02 | 1 | -3/+3 |
|\ | |||||
| * | continue rename selectedAccount to selectedAddress | kumavis | 2017-01-31 | 1 | -2/+2 |
| | | |||||
| * | metamask - rename getSelectedAccount to getSelectedAddress | kumavis | 2017-01-31 | 1 | -2/+2 |
| | | |||||
* | | Clean up message manger includes: | Frankie | 2017-01-29 | 1 | -1/+1 |
|/ | | | | | | | | | Provider egine bump Remove presence of message manger in keyring controller Change the status wording fom conf to approved make Message manager a class fix messages not being apart of the badge re write message manger to better reflect controller pattern | ||||
* | Merge branch 'master' into Version-3.1.0 | Dan Finlay | 2017-01-19 | 1 | -1/+1 |
|\ | |||||
| * | Fix the dissplay for submitted transactions and the listner wating to hear ↵ | Frankie | 2017-01-19 | 1 | -1/+1 |
| | | | | | | | | when tx's were included in a block | ||||
* | | tx-manager - use rpc-specified txHash | kumavis | 2017-01-19 | 1 | -6/+5 |
|/ | |||||
* | background - txManager - filter txs by network | kumavis | 2017-01-15 | 1 | -2/+3 |
| | |||||
* | background - return txHash to provider-engine on done | kumavis | 2017-01-15 | 1 | -0/+3 |
| | |||||
* | Fix the inclusion of the txFee in the meta tx object | Frankie | 2017-01-15 | 1 | -3/+5 |
| | |||||
* | fix for linting | Frankie | 2017-01-14 | 1 | -0/+1 |
| | |||||
* | Satisfy review needs: | Frankie | 2017-01-14 | 1 | -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 txMeta | Frankie | 2017-01-14 | 1 | -3/+7 |
| | |||||
* | Merge branch 'dev' into bug-submitTx | kumavis | 2017-01-14 | 1 | -11/+37 |
|\ | |||||
| * | Clean up code | Frankie | 2017-01-14 | 1 | -1/+2 |
| | | |||||
| * | Fix wording and icon of failed txs | Frankie | 2017-01-12 | 1 | -14/+16 |
| | | |||||
| * | Add to CHANGELOG | Frankie | 2017-01-12 | 1 | -2/+8 |
| | | |||||
| * | Take some of the tx Logic out of the UI and create a visble state for ↵ | Frankie | 2017-01-12 | 1 | -7/+26 |
| | | | | | | | | pending and unaproved transactions | ||||
* | | background - handle tx finalization in controllers instead of provider-engine | kumavis | 2017-01-13 | 1 | -68/+113 |
|/ | |||||
* | remove unnecessary try statments | Frankie | 2017-01-05 | 1 | -23/+17 |
| | |||||
* | clean up | Frankie | 2017-01-05 | 1 | -1/+1 |
| | |||||
* | Fix signing of transactions | Frankie | 2017-01-05 | 1 | -22/+28 |
| | |||||
* | fix some minor spelling mistakes and clean up code | Frankie | 2016-12-24 | 1 | -19/+23 |
| | |||||
* | Migrate all tx mutation code out of keyring controller and | Frances Pangilinan | 2016-12-22 | 1 | -31/+53 |
| | | | | Fix up txManager to reflect code review requests | ||||
* | First pass at revision requests | Frances Pangilinan | 2016-12-22 | 1 | -96/+151 |
| | |||||
* | Clean up and comment functions | Frances Pangilinan | 2016-12-15 | 1 | -1/+29 |
| | |||||
* | Create a TxManager | Frances Pangilinan | 2016-12-15 | 1 | -0/+179 |