aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-utils/src/blockchain_lifecycle.ts
Commit message (Expand)AuthorAgeFilesLines
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-2/+2
* Merge pull request #883 from 0xProject/feature/tslint-improvementsLeonid Logvinov2018-07-181-2/+2
|\
| * Fix tslint issuesLeonid Logvinov2018-07-171-2/+2
* | Mine a dummy block in blockchain_lifecycle to re-apply any time offsetAlex Browne2018-07-181-14/+25
|/
* Move NodeType caching out of web3-wrapper and into our internal codeAlex Browne2018-07-041-2/+10
* Improve robustness of revert reason assertionsAlex Browne2018-07-031-19/+3
* Improve reliability of the minimum block number hack for the devnet/gethAlex Browne2018-06-291-1/+37
* Fix linting issuesfragosti2018-06-071-1/+0
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-071-9/+46
|\
| * Update more things to work with both Geth and GanacheAlex Browne2018-06-071-8/+3
| * Remove extra logs and other small fixesAlex Browne2018-06-071-2/+0
| * Add more transactions to Geth on init. Skip tests that are failing.Alex Browne2018-06-071-0/+2
| * Use Geth for contract testsAlex Browne2018-06-071-8/+49
* | Try enabling no-unused-variable...fragosti2018-06-051-1/+0
|/
* Make BlockchainLifecycle accept only web3WrapperLeonid Logvinov2018-03-121-4/+2
* Add sol-cover implementationLeonid Logvinov2018-03-121-6/+9
* Remove constructor argLeonid Logvinov2018-01-301-2/+1
* Make an RPC constructor param implicitLeonid Logvinov2018-01-301-2/+3
* Apply prettier configLeonid Logvinov2018-01-031-1/+1
* Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-201-8/+8
* Implement first custom linter rule async-suffixLeonid Logvinov2017-12-151-3/+0
* Create dev-utils with blockchainLifecycle in itLeonid Logvinov2017-12-141-0/+26