aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer/src/compiler.ts
Commit message (Collapse)AuthorAgeFilesLines
* Rename deployer to sol-compilerLeonid Logvinov2018-05-101-276/+0
|
* Remove deployer from metacoin and contract testsLeonid Logvinov2018-05-101-1/+15
|
* Improve the readability of the check for should compileLeonid Logvinov2018-05-071-5/+5
|
* Use named constantsLeonid Logvinov2018-05-071-3/+6
|
* Add a commentLeonid Logvinov2018-05-071-0/+3
|
* Define a separator constLeonid Logvinov2018-05-071-1/+1
|
* Implement new artifacts formatLeonid Logvinov2018-05-071-65/+57
|
* Rename resolver to sol-resolverLeonid Logvinov2018-04-161-1/+1
|
* Uncomment testsLeonid Logvinov2018-04-131-6/+3
|
* Rename getAllContracts to getAllLeonid Logvinov2018-04-131-1/+1
|
* Introduce packagePathLeonid Logvinov2018-04-131-1/+2
|
* Implement the resolverLeonid Logvinov2018-04-121-102/+52
|
* Improve on readabilityLeonid Logvinov2018-04-121-12/+12
|
* Use solc.compileStandardWrapperLeonid Logvinov2018-04-121-44/+73
|
* Revert "Merge pull request #493 from ↵Leonid Logvinov2018-04-121-73/+34
| | | | | | | hysz/features/deployer/multipleCodebaseSupport" This reverts commit 70d403e6f8c56bc70e6d3471a770b9bbff5d72e7, reversing changes made to 073bf738ddb271b6b4158798baf4cac3cb0608e9.
* Added a detailed description of `renameOverloadedMethods` (special thanks to ↵Greg Hysen2018-04-101-6/+11
| | | | @fabioberger). Updated Javascript styles in the Abi-Gen and Utils packages, around support for function overloading.
* Updated deployer to accept a list of contract directories as input. Contract ↵Greg Hysen2018-04-101-34/+68
| | | | directories are namespaced to a void clashes. Also in this commit is a fix for overloading contract functions.
* Report errors locallyLeonid Logvinov2018-04-021-9/+12
|
* Incroduce the Warning constantLeonid Logvinov2018-04-021-1/+2
|
* Add metacoin example projectLeonid Logvinov2018-04-021-0/+5
|
* Create solc_bin dir if does not exist before attempting to compileAmir Bandeali2018-04-021-3/+5
|
* Move common types out of web3 typesLeonid Logvinov2018-03-271-2/+2
|
* Merge branch 'development' into feature/deployer-improvementsLeonid Logvinov2018-03-241-1/+5
|\
| * Add missing DocComments to Deployer packageFabio Berger2018-03-211-1/+5
| |
* | Fix a commentLeonid Logvinov2018-03-221-1/+1
| |
* | Add a commentLeonid Logvinov2018-03-221-0/+1
| |
* | Enable strictNullChecksLeonid Logvinov2018-03-211-151/+59
| |
* | Change the type of optimizerEnabled to boolean and convert it to number only ↵Leonid Logvinov2018-03-211-2/+2
| | | | | | | | before passing to a compiler
* | Support proper semver version rangesLeonid Logvinov2018-03-211-15/+20
| |
* | Compile contracts sequentiallyLeonid Logvinov2018-03-211-1/+3
| |
* | Throw an error if contract file doesn't contain the contract with the same nameLeonid Logvinov2018-03-211-0/+5
|/
* Consolidate all console.log into the @0xproject/utils packageBrandon Millman2018-03-141-10/+10
|
* Fix sources list generation in a compilerLeonid Logvinov2018-03-121-1/+1
|
* Move compiler URL to constantsLeonid Logvinov2018-03-121-1/+1
|
* Handle an error while loading the compilerLeonid Logvinov2018-03-121-0/+3
|
* Introduce isCompilerAvailableLocallyLeonid Logvinov2018-03-121-1/+2
|
* Fix variable nameLeonid Logvinov2018-03-121-5/+5
|
* use sourceList instead of sourcesLeonid Logvinov2018-03-121-1/+1
|
* Add sol-cover implementationLeonid Logvinov2018-03-121-9/+28
|
* Address feedbackAmir Bandeali2018-02-211-31/+31
|
* Use source tree hash instead of compile flagAmir Bandeali2018-02-211-41/+39
|
* Fix race conditionAmir Bandeali2018-02-211-8/+11
|
* Check dependencies when determining if should be recompiledAmir Bandeali2018-02-211-68/+138
|
* Rename variablesAmir Bandeali2018-02-161-3/+3
|
* Run prettierAmir Bandeali2018-02-161-3/+4
|
* Fix checks, add contract list to compile script in package.jsonAmir Bandeali2018-02-161-2/+3
|
* Add contracts to compiler optionsAmir Bandeali2018-02-161-2/+6
|
* Change file layoutLeonid Logvinov2018-01-181-0/+251