aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-compiler/src/utils/compiler.ts
Commit message (Collapse)AuthorAgeFilesLines
* Update dependency packagesHsuan Lee2019-01-191-1/+1
|
* Update packages/sol-compiler/src/utils/compiler.tsFabio B2018-12-191-1/+1
| | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
* Add sol-compiler watch modeLeonid Logvinov2018-12-191-3/+4
|
* Refactor most of the sol-compiler methods into helper functions in utils and ↵Leonid Logvinov2018-12-191-2/+214
| | | | make resolver pluggable into them
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-2/+2
|
* feat: add sol-doc command-line interfaceF. Eugene Aumson2018-09-221-2/+2
| | | | | | | | modified sol-compiler to output progress/warning/error/etc messages to stderr rather than stdout, so that sol-doc can put its output (and nothing else) to stdout. for posterity, added sol-doc cli usage as npm scripts to package.json.
* 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
* Forwarding contract (squashed commits)Jacob Evans2018-07-061-2/+5
|
* Try enabling no-unused-variable...fragosti2018-06-051-3/+1
|
* Add errMsg when throwing on unrecognized errorAmir Bandeali2018-05-251-1/+1
|
* Merge branch 'development' into breakUp0xjsFabio Berger2018-05-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Rename deployer to sol-compilerLeonid Logvinov2018-05-101-0/+107