aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-compiler/src
Commit message (Collapse)AuthorAgeFilesLines
* move doesFileExist to fsWrapperF. Eugene Aumson2018-08-172-13/+13
|
* change some *Sync to *AsyncF. Eugene Aumson2018-08-172-4/+19
|
* flatten out interface to verifyAndPersist* methodF. Eugene Aumson2018-08-171-6/+6
|
* clarify iteration rangeF. Eugene Aumson2018-08-171-1/+2
|
* scrap comments in favor of self-documentationF. Eugene Aumson2018-08-171-3/+2
|
* declare contractData before adding to mapF. Eugene Aumson2018-08-171-2/+3
|
* change `return Promise<void>` to `await...`F. Eugene Aumson2018-08-171-1/+1
|
* consolidate binPaths... ref's into fullSolcVersionF. Eugene Aumson2018-08-171-2/+2
|
* extract method _shouldCompile()F. Eugene Aumson2018-08-161-13/+12
|
* 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
|
* test compilerF. Eugene Aumson2018-08-151-0/+2
|
* 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(sol-compiler, sol-resolver): Bug where sol-resolver tried to read a ↵Alex Browne2018-08-141-0/+1
| | | | | | directory (#961) fix(sol-compiler, sol-resolver): Fix bug where sol-resolver tried to read a directory
* Fix tslint issuesLeonid Logvinov2018-07-171-7/+7
|
* -fetch';Fabio Berger2018-07-131-3/+2
|
* Forwarding contract (squashed commits)Jacob Evans2018-07-061-2/+5
|
* Fix solidityVersion schema regexLeonid Logvinov2018-06-121-1/+1
|
* Try enabling no-unused-variable...fragosti2018-06-054-27/+4
|
* Fix linter errorsLeonid Logvinov2018-06-011-1/+1
|
* Introduce ethereum-types packageLeonid Logvinov2018-06-013-3/+3
|
* 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-303-1/+32
|
* Add errMsg when throwing on unrecognized errorAmir Bandeali2018-05-251-1/+1
|
* Add solcVersion to CompilerOptsLeonid Logvinov2018-05-233-4/+11
|
* merge developmentFabio Berger2018-05-231-1/+2
|\
| * Fix TSLint rulesFabio Berger2018-05-161-1/+2
| |
* | Upgraded to Solidity 0.4.24Greg Hysen2018-05-191-0/+1
| |
* | Fix prettierBrandon Millman2018-05-191-1/+3
|/
* Merge branch 'development' into breakUp0xjsFabio Berger2018-05-112-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 a bug in compiler config precedenceLeonid Logvinov2018-05-111-2/+4
|
* Remove unused deployer docs configsLeonid Logvinov2018-05-101-3/+1
|
* Fix linter issuesLeonid Logvinov2018-05-101-2/+5
|
* Rename deployer to sol-compilerLeonid Logvinov2018-05-1013-0/+590