Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tx utils - detect estimateGas err and set simulationFailed | kumavis | 2017-08-09 | 1 | -3/+11 |
| | |||||
* | fix class names | frankiebee | 2017-08-09 | 1 | -1/+1 |
| | |||||
* | move util functions to util.js | frankiebee | 2017-08-05 | 1 | -32/+9 |
| | |||||
* | use async with #publishTransaction | frankiebee | 2017-08-03 | 1 | -2/+2 |
| | |||||
* | move newUnapprovedTransaction to transactions.js | frankiebee | 2017-08-03 | 1 | -8/+4 |
| | |||||
* | lint fixes | frankiebee | 2017-08-02 | 1 | -6/+1 |
| | |||||
* | fix addTxDefaults | frankiebee | 2017-08-02 | 1 | -1/+2 |
| | |||||
* | make addUnapprovedTransaction async function and use promise based ethQuery | frankiebee | 2017-08-02 | 1 | -44/+17 |
| | |||||
* | make publishTransaction and signTransaction async methods | frankiebee | 2017-07-14 | 1 | -2/+7 |
| | |||||
* | Use txParams | frankiebee | 2017-07-12 | 1 | -4/+4 |
| | |||||
* | Improve insufficient balance checking in retry loop | Dan Finlay | 2017-07-12 | 1 | -0/+9 |
| | |||||
* | Update gasblocklimit params with every block. | Kevin Serrano | 2017-06-03 | 1 | -9/+0 |
| | |||||
* | Convert gasLimit to not use muln in BN | Kevin Serrano | 2017-06-02 | 1 | -2/+8 |
| | |||||
* | Add new blockGasLimit property to txMeta object. | Kevin Serrano | 2017-05-25 | 1 | -1/+12 |
| | |||||
* | Create a network controller to manage switcing networks an updating the provider | frankiebee | 2017-05-19 | 1 | -5/+3 |
| | |||||
* | Fix linting warnings | Thomas Huang | 2017-04-27 | 1 | -6/+6 |
| | |||||
* | tx-utils - gas buffer ceiling at 90% of block gas limit | kumavis | 2017-03-30 | 1 | -3/+4 |
| | |||||
* | tx manager - adjust new tx flow and txMeta decorations | kumavis | 2017-03-29 | 1 | -17/+15 |
| | |||||
* | Remove gas limit param | Dan Finlay | 2017-03-24 | 1 | -3/+3 |
| | | | | Fixes #1256 by removing redundant param. | ||||
* | tx-utils - add encoding utils | kumavis | 2017-03-08 | 1 | -1/+1 |
| | |||||
* | tx-utils - stricter naming type-based convention | kumavis | 2017-03-08 | 1 | -9/+15 |
| | |||||
* | tx-utils - clean and comment | kumavis | 2017-03-08 | 1 | -15/+11 |
| | |||||
* | change BN.mul to BN.muln | Jared Pereira | 2017-03-08 | 1 | -1/+1 |
| | |||||
* | remove constant buffer and add multiplier | Jared Pereira | 2017-03-08 | 1 | -5/+8 |
| | |||||
* | Remove gasMultiplier txMeta param | Dan Finlay | 2017-03-01 | 1 | -2/+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. | ||||
* | Fixed bug that made send screen sometimes transition to account detail | Dan Finlay | 2017-03-01 | 1 | -0/+1 |
| | |||||
* | Move sigUtil and keyrings to external modules | Dan Finlay | 2017-02-22 | 1 | -1/+1 |
| | | | | These external modules now have their own test coverage and build enforcement. This allowed me to somewhat more easily add good tests around our personalSign strategy (held now in [eth-sig-util](https://github.com/flyswatter/eth-sig-util), and allow each of the keyrings to import that, etc. | ||||
* | Satisfy review needs: | Frankie | 2017-01-14 | 1 | -2/+12 |
| | | | | | | | 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 | ||||
* | background - handle tx finalization in controllers instead of provider-engine | kumavis | 2017-01-13 | 1 | -0/+48 |
| | |||||
* | Remove erroneous OOG estimation logic. | Dan Finlay | 2017-01-11 | 1 | -15/+2 |
| | |||||
* | First pass at revision requests | Frances Pangilinan | 2016-12-22 | 1 | -0/+87 |