aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-utils/src
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo in handling env variablesLeonid Logvinov2018-03-121-3/+3
* Introduce TESTRPC_FIRST_ADDRESSLeonid Logvinov2018-03-122-1/+4
* Make BlockchainLifecycle accept only web3WrapperLeonid Logvinov2018-03-121-4/+2
* Remove redundant Date.now()Leonid Logvinov2018-03-121-0/+19
* Make env variables parsing more strict and add docsLeonid Logvinov2018-03-121-2/+9
* Address feedbackLeonid Logvinov2018-03-121-1/+2
* Add double negation before using shouldUseInProcessGanacheLeonid Logvinov2018-03-121-1/+1
* Rename useInProcessGanache to shouldUseInProcessGanacheLeonid Logvinov2018-03-121-3/+3
* Make coverage a module instead of a functionLeonid Logvinov2018-03-123-9/+14
* Rename COVERAGE to SOLIDITY_COVERAGSLeonid Logvinov2018-03-121-1/+1
* Rename getCoverageSubprovider to getCoverageSubproviderSingletonLeonid Logvinov2018-03-123-4/+4
* Add sol-cover implementationLeonid Logvinov2018-03-126-79/+65
* Change imports orderLeonid Logvinov2018-02-151-1/+2
* Move subproviders from dev-utils to subprovidersLeonid Logvinov2018-02-153-64/+1
* Remove constructor argLeonid Logvinov2018-01-302-4/+5
* Make an RPC constructor param implicitLeonid Logvinov2018-01-301-2/+3
* Remove truffle from testsLeonid Logvinov2018-01-301-1/+2
* Refactor contracts tests to not use injected web3 instanceLeonid Logvinov2018-01-306-0/+111
* Fix a stupid RPC bug which caused the port togo over 65535Leonid Logvinov2018-01-171-1/+1
* Apply prettier configLeonid Logvinov2018-01-032-3/+3
* Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-202-25/+25
* Fix connect unused varsLeonid Logvinov2017-12-151-1/+0
* Implement first custom linter rule async-suffixLeonid Logvinov2017-12-151-3/+0
* Create dev-utils with blockchainLifecycle in itLeonid Logvinov2017-12-143-0/+89