aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/tx-utils-test.js
Commit message (Expand)AuthorAgeFilesLines
* rename tx-utils.js -> tx-gas-utils.jsfrankiebee2017-09-061-1/+1
* remove #buildEthTxFromParamsfrankiebee2017-09-061-1/+3
* test for pending tx watcherfrankiebee2017-08-051-53/+5
* remove unused sinonfrankiebee2017-08-031-1/+0
* make addUnapprovedTransaction async function and use promise based ethQueryfrankiebee2017-08-021-0/+1
* Improve insufficient balance checking in retry loopDan Finlay2017-07-121-0/+38
* Fix for testsfrankiebee2017-05-241-1/+5
* Lint testsThomas Huang2017-05-051-13/+13
* tx-manager - add eip155 supportkumavis2017-03-311-0/+17
* tests - tx-utils gasBuffer calc - fix bug and user easier numberskumavis2017-03-301-11/+17
* tx-utils - add encoding utilskumavis2017-03-081-8/+14
* tx-utils - stricter naming type-based conventionkumavis2017-03-081-14/+14
* test - tx-utilskumavis2017-03-081-3/+29
* change BN.mul to BN.mulnJared Pereira2017-03-081-9/+7
* add gas buffer multiply testJared Pereira2017-03-081-16/+6
* Add gas buffer testDan Finlay2017-03-081-0/+38