aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/utils/web3_wrapper.ts
Commit message (Collapse)AuthorAgeFilesLines
* Move packages/contracts to contracts/coreLeonid Logvinov2018-12-031-84/+0
|
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-4/+4
|
* feat: Add support for TypeScript project references (#991)Alex Browne2018-08-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update all package.json and tsconfig.json * fix(contracts): Make test/utils/web3_wrapper.ts compatible with project refs * Fix webpack config for 0x.js * Fix linter errors by adding rootDir to tsconfig.json as needed * Add build:ts and watch:ts commands to package.json * Update sra-spec to work with project references * Update tsconfig.json with latest new/removed packages * Add TypeScript as devDependency at root * Add missing rootDir to forwarder-helper package * Use a separate tsconfig file for typedoc * Fix linter errors * Apply PR feedback (add comments) * Fix 0x.js tsconfig
* Fix tslint issuesLeonid Logvinov2018-07-171-2/+4
|
* Update file structureAmir Bandeali2018-06-301-0/+82
|
* Merge branch 'development' into v2-prototypeAmir Bandeali2018-05-161-8/+0
|\
| * Remove unused deployer docs configsLeonid Logvinov2018-05-101-1/+1
| |
| * Remove deployer from metacoin and contract testsLeonid Logvinov2018-05-101-1/+5
|/
* Simplify the testsFabio Berger2018-04-111-1/+1
|
* Move away from using web3 directly in 0x.js testsFabio Berger2018-04-061-3/+4
|
* Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-041-1/+2
|
* Rename useInProcessGanache to shouldUseInProcessGanacheLeonid Logvinov2018-03-121-1/+1
|
* Use in-process Ganache in contractsLeonid Logvinov2018-03-121-1/+2
|
* Add sol-cover implementationLeonid Logvinov2018-03-121-0/+5