aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer/test/deployer_test.ts
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Merge pull request #493 from ↵Leonid Logvinov2018-04-121-13/+3
| | | | | | | hysz/features/deployer/multipleCodebaseSupport" This reverts commit 70d403e6f8c56bc70e6d3471a770b9bbff5d72e7, reversing changes made to 073bf738ddb271b6b4158798baf4cac3cb0608e9.
* Merge branch 'development' into removeMigrateStepFabio Berger2018-04-111-3/+13
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * Updated deployer to accept a list of contract directories as input. Contract ↵Greg Hysen2018-04-101-3/+13
| | | | | | | | 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-1/+1
| | | | | | | | subprovider to ganacheSubprovider in test util
* | Make deployer tests run on inprocess ganacheFabio Berger2018-04-041-1/+2
|/
* Add tests for compiler utilsLeonid Logvinov2018-03-211-0/+76