aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/tx-utils-test.js
Commit message (Collapse)AuthorAgeFilesLines
* Moved loose some loose test files to sub folderstmashuang2018-05-211-98/+0
|
* test - unit - send from test accounts to avoid not-enough-balance error from ↵kumavis2018-04-281-1/+1
| | | | ganache
* meta - transactions - create a transactions dir in controller and move ↵frankiebee2018-04-111-61/+82
| | | | relevant files into it
* 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
| | | add tests for `addGasBuffer`
* 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