aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/controllers/transactions/tx-gas-utils.js
Commit message (Collapse)AuthorAgeFilesLines
* Set a default value for code in _determineTransactionCategory (#6604)Dan J Miller2019-05-151-8/+7
| | | | | | | | | | * Set a default value for code in _determineTransactionCategory * Adds e2e tests that fail when token txs without gas param are not properly handled. * Adds unit tests for _determineTransactionCategory * Base error throwing and simple gas setting in estimateTxGas on transactionCategory
* Adds a transactionCategory to txMeta for use in UI (#6567)Dan J Miller2019-05-091-4/+7
| | | | | | * Adds a transactionCategory to txMeta for use in UI * Update transaction controller and tx-gas-util documentation on new code param in multiple functions.
* Folder restructure (#6304)Chi Kei Chan2019-03-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove ui/app/keychains/ * Remove ui/app/img/ (unused images) * Move conversion-util to helpers/utils/ * Move token-util to helpers/utils/ * Move /helpers/*.js inside /helpers/utils/ * Move util tests inside /helpers/utils/ * Renameand move confirm-transaction/util.js to helpers/utils/ * Move higher-order-components to helpers/higher-order-components/ * Move infura-conversion.json to helpers/constants/ * Move all utility functions to helpers/utils/ * Move pages directory to top-level * Move all constants to helpers/constants/ * Move metametrics inside helpers/ * Move app and root inside pages/ * Move routes inside helpers/ * Re-organize ducks/ * Move reducers to ducks/ * Move selectors inside selectors/ * Move test out of test folder * Move action, reducer, store inside store/ * Move ui components inside ui/ * Move UI components inside ui/ * Move connected components inside components/app/ * Move i18n-helper inside helpers/ * Fix unit tests * Fix unit test * Move pages components * Rename routes component * Move reducers to ducks/index * Fix bad path in unit test
* transactions/tx-gas-utils - add the acctual response for eth_getCode for ↵Frankie2018-11-301-0/+9
| | | | NO_CONTRACT_ERROR's && add a debug object to simulationFailed (#5840)
* tx-gas-util - set error message when invalidating tx based on tx data but no ↵kumavis2018-10-211-4/+5
| | | | contract code
* tx-gas-utils - improve format + commentskumavis2018-10-101-12/+18
|
* ganache-core merged my PR, so I changed some comments to clarify that ↵Howard Braham2018-10-101-5/+6
| | | | ganache-core v2.2.1 and below will return the non-standard '0x0'
* Bug Fix: #1789 and #4525 eth.getCode() with no contractHoward Braham2018-10-101-7/+16
|
* Merge branch 'develop' into network-remove-provider-engine-testsThomas Huang2018-08-021-7/+3
|\
| * tx-gas-utils - catch all errors from gas estimationJenny Pollack2018-07-251-7/+3
| |
| * eslint --fix .brunobar792018-07-031-1/+1
| |
* | tx-gas-utils - query for block without tx bodieskumavis2018-05-261-2/+2
|/
* transactions - more docs and clean upsfrankiebee2018-04-261-4/+29
|
* meta - transactions - docs yo!frankiebee2018-04-201-0/+1
|
* transactions - lint fixesfrankiebee2018-04-111-1/+1
|
* meta - transactions - create a transactions dir in controller and move ↵frankiebee2018-04-111-0/+103
relevant files into it