aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/tx-gas-utils.js
Commit message (Expand)AuthorAgeFilesLines
* meta - transactions - create a transactions dir in controller and move releva...frankiebee2018-04-111-103/+0
* transactions - normalize txParamsfrankiebee2018-04-051-34/+1
* transactions gasLimit - use the block gasLimit if getCode failsfrankiebee2018-04-031-1/+3
* transactions validationt - valdate from field on txParamsfrankiebee2018-04-031-1/+8
* tx-gas-utils - fix code stylekumavis2018-03-141-1/+1
* transactions move validation of the to field to validateRecipientfrankiebee2018-03-141-7/+3
* fix error messagefrankiebee2018-03-141-1/+1
* transactions - insure if a to field in tx params has a truthy valu that it is...frankiebee2018-03-141-1/+7
* fix - hex prefix estimatedGas on txMetafrankiebee2018-02-151-2/+3
* test - tx controller - fix txGasUtil referencekumavis2018-01-181-1/+2
* Create new flag for simple sends to avoid overloading other flagDan Finlay2018-01-171-2/+2
* Set gas limit to 21k for recipients with no codeDan Finlay2018-01-161-5/+22
* Account for 0x/empty string address and contract creationThomas2018-01-081-0/+11
* Merge pull request #2783 from MetaMask/tx-param-vaalidationkumavis2018-01-031-2/+9
|\
| * tx-gas-utils - tx-param-validation - use more intuitive checkkumavis2018-01-031-2/+2
| * transactions - throw error if dapp provides txParams whos value has a decimalfrankiebee2017-12-211-2/+9
* | Fix some silly linting issues.Kevin Serrano2017-12-281-1/+1
|/
* transactions:gas-utils - handle new type of estimateGas errorfrankiebee2017-12-151-1/+5
* Fix lint warningsDaijiro Wachi2017-10-221-1/+1
* remove unused variablefrankiebee2017-09-071-1/+0
* rename tx-utils.js -> tx-gas-utils.jsfrankiebee2017-09-061-0/+85