aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/tx-utils.js
Commit message (Expand)AuthorAgeFilesLines
* 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