aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-compiler/src/compiler.ts
Commit message (Collapse)AuthorAgeFilesLines
* renamed variable `compiled` to `compilerOutput`F. Eugene Aumson2018-08-161-6/+6
|
* use `for...of _.keys` instead of `for...in`F. Eugene Aumson2018-08-161-5/+1
|
* raise error for unknown compiler versionF. Eugene Aumson2018-08-161-0/+3
|
* commentsF. Eugene Aumson2018-08-161-0/+3
|
* remedy missing *IfExists identifier suffixF. Eugene Aumson2018-08-161-6/+3
|
* extract interfaces for re-used complex data typesF. Eugene Aumson2018-08-161-23/+28
|
* move getSolcAsync to static private methodF. Eugene Aumson2018-08-161-23/+23
|
* rename variable inputsByVersion to versionToInputsF. Eugene Aumson2018-08-161-8/+8
|
* move getSolcAsync to static private methodF. Eugene Aumson2018-08-161-25/+24
|
* simplify method interfaceF. Eugene Aumson2018-08-151-8/+12
|
* simplify method parameterF. Eugene Aumson2018-08-151-6/+4
|
* corrected whitespace (no functional changes)F. Eugene Aumson2018-08-151-39/+41
|
* compile contracts in batchesF. Eugene Aumson2018-08-151-31/+70
| | | | one batch per compiler version needed.
* extract method _verifyAndPersistCompilationAsync()F. Eugene Aumson2018-08-151-1/+18
|
* extract method _compile()F. Eugene Aumson2018-08-151-24/+27
|
* extract function getSolcAsync()F. Eugene Aumson2018-08-151-18/+25
|
* Fix tslint issuesLeonid Logvinov2018-07-171-7/+7
|
* -fetch';Fabio Berger2018-07-131-3/+2
|
* Try enabling no-unused-variable...fragosti2018-06-051-15/+2
|
* Fix linter errorsLeonid Logvinov2018-06-011-1/+1
|
* Introduce ethereum-types packageLeonid Logvinov2018-06-011-1/+1
|
* Make opts param optional in CompilerLeonid Logvinov2018-05-301-6/+7
|
* Add CHANGELOG entryLeonid Logvinov2018-05-301-1/+0
|
* Add schema assertions on public methods of @0xproject/sol-compilerLeonid Logvinov2018-05-301-0/+5
|
* Add solcVersion to CompilerOptsLeonid Logvinov2018-05-231-4/+9
|
* Fix TSLint rulesFabio Berger2018-05-161-1/+2
|
* Rename deployer to sol-compilerLeonid Logvinov2018-05-101-0/+276