aboutsummaryrefslogtreecommitdiffstats
path: root/test/e2e/beta/contract-test
Commit message (Collapse)AuthorAgeFilesLines
* Adds e2e tests that fail when token decimals are displaying incorrectly.Dan Miller2019-06-281-7/+7
|
* Set a default value for code in _determineTransactionCategory (#6604)Dan J Miller2019-05-152-0/+27
| | | | | | | | | | * 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
* Check for unused function arguments (#6583)Whymarrh Whitby2019-05-091-6/+6
| | | | | | | | | | * eslint: Check for unused function arguments * eslint: Ignore unused '_' in argument list Also allow any number of '_' e.g., '__' or '___' which is to be used sparingly * Remove and rename unused arguments
* EIP-1102: updated implementationbitpshr2018-11-061-99/+100
|
* Remove unnecessary else in test/e2e/beta/contract-test/contract.jsDan Miller2018-08-151-1/+2
|
* Make deployment states in test/e2e/beta/contract-test/contract.js more explicitDan Miller2018-08-142-5/+6
|
* Improve waits for new tx-list-items after first contract method call in e2e ↵Dan Miller2018-08-062-0/+8
| | | | beta tests.
* Handles window indeterminancy issues for external dapps in e2e beta tests.Dan2018-07-112-27/+120
|
* fix contract-testbrunobar792018-07-031-3/+7
|
* fix warnings for e2e testsbrunobar792018-07-031-1/+2
|
* eslint --fix .brunobar792018-07-031-10/+10
|
* Use locally served dapp to test contract calls in e2e beta testsDan2018-06-272-0/+69