aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/tx-utils.js
Commit message (Expand)AuthorAgeFilesLines
* rename tx-utils.js -> tx-gas-utils.jsfrankiebee2017-09-061-89/+0
* remove #buildEthTxFromParamsfrankiebee2017-09-061-17/+0
* tx utils - detect estimateGas err and set simulationFailedkumavis2017-08-091-3/+11
* fix class namesfrankiebee2017-08-091-1/+1
* move util functions to util.jsfrankiebee2017-08-051-32/+9
* use async with #publishTransactionfrankiebee2017-08-031-2/+2
* move newUnapprovedTransaction to transactions.jsfrankiebee2017-08-031-8/+4
* lint fixesfrankiebee2017-08-021-6/+1
* fix addTxDefaultsfrankiebee2017-08-021-1/+2
* make addUnapprovedTransaction async function and use promise based ethQueryfrankiebee2017-08-021-44/+17
* make publishTransaction and signTransaction async methodsfrankiebee2017-07-141-2/+7
* Use txParamsfrankiebee2017-07-121-4/+4
* Improve insufficient balance checking in retry loopDan Finlay2017-07-121-0/+9
* Update gasblocklimit params with every block.Kevin Serrano2017-06-031-9/+0
* Convert gasLimit to not use muln in BNKevin Serrano2017-06-021-2/+8
* Add new blockGasLimit property to txMeta object.Kevin Serrano2017-05-251-1/+12
* Create a network controller to manage switcing networks an updating the providerfrankiebee2017-05-191-5/+3
* Fix linting warningsThomas Huang2017-04-271-6/+6
* tx-utils - gas buffer ceiling at 90% of block gas limitkumavis2017-03-301-3/+4
* tx manager - adjust new tx flow and txMeta decorationskumavis2017-03-291-17/+15
* Remove gas limit paramDan Finlay2017-03-241-3/+3
* tx-utils - add encoding utilskumavis2017-03-081-1/+1
* tx-utils - stricter naming type-based conventionkumavis2017-03-081-9/+15
* tx-utils - clean and commentkumavis2017-03-081-15/+11
* change BN.mul to BN.mulnJared Pereira2017-03-081-1/+1
* remove constant buffer and add multiplierJared Pereira2017-03-081-5/+8
* Remove gasMultiplier txMeta paramDan Finlay2017-03-011-2/+1
* Fixed bug that made send screen sometimes transition to account detailDan Finlay2017-03-011-0/+1
* Move sigUtil and keyrings to external modulesDan Finlay2017-02-221-1/+1
* Satisfy review needs:Frankie2017-01-141-2/+12
* background - handle tx finalization in controllers instead of provider-enginekumavis2017-01-131-0/+48
* Remove erroneous OOG estimation logic.Dan Finlay2017-01-111-15/+2
* First pass at revision requestsFrances Pangilinan2016-12-221-0/+87