aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/tx-utils.js
Commit message (Collapse)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
| | | | Fixes #1256 by removing redundant param.
* 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
| | | | | | This was used by the custom gas slider on the `send` screen, and it was used to modify the gas value before sending it out, breaking our new custom gas field logic. Removed it and the logic that referred to this now-outdated parameter.
* 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
| | | | These external modules now have their own test coverage and build enforcement. This allowed me to somewhat more easily add good tests around our personalSign strategy (held now in [eth-sig-util](https://github.com/flyswatter/eth-sig-util), and allow each of the keyrings to import that, etc.
* Satisfy review needs:Frankie2017-01-141-2/+12
| | | | | | | removed unnecessary this.query = opts.query from constructor Created a tx error state for errors in approveTransaction validateTxParams has been moved to tx-utils removed "value" arg from _setTxStatus
* 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