aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer/src/cli.ts
Commit message (Collapse)AuthorAgeFilesLines
* Implement new artifacts formatLeonid Logvinov2018-05-071-55/+38
|
* Use solc.compileStandardWrapperLeonid Logvinov2018-04-121-2/+1
|
* Revert "Merge pull request #493 from ↵Leonid Logvinov2018-04-121-30/+7
| | | | | | | hysz/features/deployer/multipleCodebaseSupport" This reverts commit 70d403e6f8c56bc70e6d3471a770b9bbff5d72e7, reversing changes made to 073bf738ddb271b6b4158798baf4cac3cb0608e9.
* Merge branch 'development' into removeMigrateStepFabio Berger2018-04-111-7/+30
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Fix lint error Fix documentation links in some READMEs Fix relative link Add step to publishing that upload staging doc jsons, deploys staging website, opens every docs page and asks the dev to confirm that each one renders properly before publishing Fix web3Wrapper build command Add top-level `yarn lerna:stage_docs` to upload docJsons to the staging S3 bucket for all packages with a docs page Added a detailed description of `renameOverloadedMethods` (special thanks to @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 directories are namespaced to a void clashes. Also in this commit is a fix for overloading contract functions. Refactor publish script to have it's main execution body be lean and discrete steps # Conflicts: # packages/contracts/package.json # packages/deployer/package.json
| * Added a detailed description of `renameOverloadedMethods` (special thanks to ↵Greg Hysen2018-04-101-1/+1
| | | | | | | | @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-7/+30
| | | | | | | | directories are namespaced to a void clashes. Also in this commit is a fix for overloading contract functions.
* | Use provider over web3 in deployer, dev-utils and subprovider tests, rename ↵Fabio Berger2018-04-061-2/+2
|/ | | | subprovider to ganacheSubprovider in test util
* 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
| | | | before passing to a compiler
* Stop printing help on errorLeonid Logvinov2018-03-211-2/+3
|
* Rename onDeployCommand to onDeployCommandAsync and onCompileCommand to ↵Leonid Logvinov2018-03-211-4/+9
| | | | onCompileCommandAsync
* 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