aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer/src/cli.ts
Commit message (Expand)AuthorAgeFilesLines
* Rename deployer to sol-compilerLeonid Logvinov2018-05-101-41/+0
* Remove deployerLeonid Logvinov2018-05-101-111/+15
* Fix commentsLeonid Logvinov2018-05-071-2/+2
* Rename args to constructor-argsLeonid Logvinov2018-05-071-2/+2
* Fix a typoLeonid Logvinov2018-05-071-1/+1
* Define a separator constLeonid Logvinov2018-05-071-3/+4
* Implement new artifacts formatLeonid Logvinov2018-05-071-55/+38
* Use solc.compileStandardWrapperLeonid Logvinov2018-04-121-2/+1
* Revert "Merge pull request #493 from hysz/features/deployer/multipleCodebaseS...Leonid Logvinov2018-04-121-30/+7
* Merge branch 'development' into removeMigrateStepFabio Berger2018-04-111-7/+30
|\
| * Added a detailed description of `renameOverloadedMethods` (special thanks to ...Greg Hysen2018-04-101-1/+1
| * Updated deployer to accept a list of contract directories as input. Contract ...Greg Hysen2018-04-101-7/+30
* | Use provider over web3 in deployer, dev-utils and subprovider tests, rename s...Fabio Berger2018-04-061-2/+2
|/
* Enable strictNullChecksLeonid Logvinov2018-03-211-2/+2
* Change the type of optimizerEnabled to boolean and convert it to number only ...Leonid Logvinov2018-03-211-2/+2
* Stop printing help on errorLeonid Logvinov2018-03-211-2/+3
* Rename onDeployCommand to onDeployCommandAsync and onCompileCommand to onComp...Leonid Logvinov2018-03-211-4/+9
* Add pragma above command-line scriptFabio Berger2018-03-161-0/+3
* Make Deployer configurable by jsonrpcUrl instead of jsonrpcPortLeonid Logvinov2018-03-121-7/+7
* Add sol-cover implementationLeonid Logvinov2018-03-121-37/+0
* Fix default contract set calculationLeonid Logvinov2018-02-281-0/+3
* Fix default pathsLeonid Logvinov2018-02-281-2/+2
* Address feedbackAmir Bandeali2018-02-211-0/+1
* Check dependencies when determining if should be recompiledAmir Bandeali2018-02-211-2/+3
* Rename variablesAmir Bandeali2018-02-161-9/+9
* Fix checks, add contract list to compile script in package.jsonAmir Bandeali2018-02-161-1/+1
* Add contracts to compiler optionsAmir Bandeali2018-02-161-0/+21
* Rename directoriesAmir Bandeali2018-02-031-2/+2
* Change file layoutLeonid Logvinov2018-01-181-2/+2
* Move deployer to a separate packageLeonid Logvinov2018-01-181-0/+156