aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-compiler/test
Commit message (Collapse)AuthorAgeFilesLines
* Add sol-compiler watch modeLeonid Logvinov2018-12-191-3/+3
|
* chore: change package org from 0xproject to 0xJacob Evans2018-10-182-2/+2
|
* Fix many linter errors that showed up upon upgrading tsutilFabio Berger2018-08-231-1/+1
|
* Merge development branchFabio Berger2018-08-224-12/+95
|\
| * clarify variable names for artifact mod timesF. Eugene Aumson2018-08-171-6/+6
| |
| * clarify recompilation testsF. Eugene Aumson2018-08-161-6/+8
| |
| * change .rejectedWith(error) to .rejected()F. Eugene Aumson2018-08-161-1/+1
| |
| * follow chai_setup patternF. Eugene Aumson2018-08-162-2/+15
| |
| * test compilerF. Eugene Aumson2018-08-153-12/+80
| |
* | Move types from sol-compiler to types so they can be used in other places ↵Fabio Berger2018-08-221-1/+1
|/ | | | without requiring sol-compiler as a dep
* Fix tslint issuesLeonid Logvinov2018-07-171-1/+1
|
* Use make-promises-safe as a preloader instead of manually importingAlex Browne2018-06-222-2/+0
|
* Try enabling no-unused-variable...fragosti2018-06-052-2/+1
|
* Introduce ethereum-types packageLeonid Logvinov2018-06-011-1/+1
|
* Remove web3Factory.create and remove dev-tools dependency on sol-covLeonid Logvinov2018-05-231-2/+1
|
* Merge pull request #594 from 0xProject/improvement/addCustomTslintRulesFabio Berger2018-05-231-2/+7
|\ | | | | Add more tslint rules
| * Improve namingFabio Berger2018-05-171-3/+4
| |
| * Fix TSLint rulesFabio Berger2018-05-161-2/+6
| |
* | Use make-promises-safe to catch unhandled rejections in testsAlex Browne2018-05-172-0/+2
|/
* Add missing type definitionsLeonid Logvinov2018-05-141-1/+1
|
* Merge branch 'development' into breakUp0xjsFabio Berger2018-05-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Fix ganache subprovider config Fix a bug in compiler config precedence Fix linter errors Fix templates Remove unused deployer docs configs Add a legacy endpoint for the deployer Add a check for compiler output Add a comment Put ARTIFACTS_VERSION in a config Improve a comment Remove _applyDefaultsToDeployTxDataAsync Add a HACK comment Fix linter issues Rename deployer to sol-compiler Remove deployer Remove deployer from 0x.js and migrations Configure migrations with a compiler.json Remove deployer from metacoin and contract tests Update wallet footer and add remove token functionality # Conflicts: # .gitignore # packages/0x.js/package.json # packages/0x.js/src/0x.ts # packages/contracts/package.json # packages/contracts/test/multi_sig_with_time_lock.ts # packages/contracts/test/multi_sig_with_time_lock_except_remove_auth_addr.ts # packages/contracts/util/artifacts.ts # packages/deployer/test/deployer_test.ts # packages/migrations/package.json
* Fix linter issuesLeonid Logvinov2018-05-101-1/+1
|
* Rename deployer to sol-compilerLeonid Logvinov2018-05-109-0/+948