Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set a default value for code in _determineTransactionCategory (#6604) | Dan J Miller | 2019-05-15 | 1 | -0/+25 |
| | | | | | | | | | | * 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 Whitby | 2019-05-09 | 1 | -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 implementation | bitpshr | 2018-11-06 | 1 | -99/+100 |
| | |||||
* | Remove unnecessary else in test/e2e/beta/contract-test/contract.js | Dan Miller | 2018-08-15 | 1 | -1/+2 |
| | |||||
* | Make deployment states in test/e2e/beta/contract-test/contract.js more explicit | Dan Miller | 2018-08-14 | 1 | -4/+5 |
| | |||||
* | Improve waits for new tx-list-items after first contract method call in e2e ↵ | Dan Miller | 2018-08-06 | 1 | -0/+5 |
| | | | | beta tests. | ||||
* | Handles window indeterminancy issues for external dapps in e2e beta tests. | Dan | 2018-07-11 | 1 | -23/+91 |
| | |||||
* | fix contract-test | brunobar79 | 2018-07-03 | 1 | -3/+7 |
| | |||||
* | fix warnings for e2e tests | brunobar79 | 2018-07-03 | 1 | -1/+2 |
| | |||||
* | eslint --fix . | brunobar79 | 2018-07-03 | 1 | -10/+10 |
| | |||||
* | Use locally served dapp to test contract calls in e2e beta tests | Dan | 2018-06-27 | 1 | -0/+61 |