Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename tx-utils.js -> tx-gas-utils.js | frankiebee | 2017-09-06 | 1 | -1/+1 |
| | |||||
* | remove #buildEthTxFromParams | frankiebee | 2017-09-06 | 1 | -1/+3 |
| | |||||
* | test for pending tx watcher | frankiebee | 2017-08-05 | 1 | -53/+5 |
| | |||||
* | remove unused sinon | frankiebee | 2017-08-03 | 1 | -1/+0 |
| | |||||
* | make addUnapprovedTransaction async function and use promise based ethQuery | frankiebee | 2017-08-02 | 1 | -0/+1 |
| | |||||
* | Improve insufficient balance checking in retry loop | Dan Finlay | 2017-07-12 | 1 | -0/+38 |
| | |||||
* | Fix for tests | frankiebee | 2017-05-24 | 1 | -1/+5 |
| | |||||
* | Lint tests | Thomas Huang | 2017-05-05 | 1 | -13/+13 |
| | |||||
* | tx-manager - add eip155 support | kumavis | 2017-03-31 | 1 | -0/+17 |
| | |||||
* | tests - tx-utils gasBuffer calc - fix bug and user easier numbers | kumavis | 2017-03-30 | 1 | -11/+17 |
| | |||||
* | tx-utils - add encoding utils | kumavis | 2017-03-08 | 1 | -8/+14 |
| | |||||
* | tx-utils - stricter naming type-based convention | kumavis | 2017-03-08 | 1 | -14/+14 |
| | |||||
* | test - tx-utils | kumavis | 2017-03-08 | 1 | -3/+29 |
| | | | add tests for `addGasBuffer` | ||||
* | change BN.mul to BN.muln | Jared Pereira | 2017-03-08 | 1 | -9/+7 |
| | |||||
* | add gas buffer multiply test | Jared Pereira | 2017-03-08 | 1 | -16/+6 |
| | |||||
* | Add gas buffer test | Dan Finlay | 2017-03-08 | 1 | -0/+38 |