Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename deployer to sol-compiler | Leonid Logvinov | 2018-05-10 | 9 | -948/+0 |
| | |||||
* | Remove deployer | Leonid Logvinov | 2018-05-10 | 1 | -74/+0 |
| | |||||
* | Implement new artifacts format | Leonid Logvinov | 2018-05-07 | 4 | -13/+7 |
| | |||||
* | Update test fixtures | Jacob Evans | 2018-04-18 | 2 | -5/+11 |
| | | | | allow dependency compiler test to run everywhere | ||||
* | Rename resolver to sol-resolver | Leonid Logvinov | 2018-04-16 | 3 | -13/+20 |
| | |||||
* | Uncomment tests | Leonid Logvinov | 2018-04-13 | 1 | -3/+3 |
| | |||||
* | Implement the resolver | Leonid Logvinov | 2018-04-12 | 7 | -38/+12 |
| | |||||
* | Improve on readability | Leonid Logvinov | 2018-04-12 | 1 | -6/+2 |
| | |||||
* | Revert "Merge pull request #493 from ↵ | Leonid Logvinov | 2018-04-12 | 5 | -46/+20 |
| | | | | | | | hysz/features/deployer/multipleCodebaseSupport" This reverts commit 70d403e6f8c56bc70e6d3471a770b9bbff5d72e7, reversing changes made to 073bf738ddb271b6b4158798baf4cac3cb0608e9. | ||||
* | Merge branch 'development' into removeMigrateStep | Fabio Berger | 2018-04-11 | 5 | -20/+46 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 Hysen | 2018-04-10 | 5 | -20/+46 |
| | | | | | | | | 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 Berger | 2018-04-06 | 2 | -4/+7 |
| | | | | | | | | subprovider to ganacheSubprovider in test util | ||||
* | | Make deployer tests run on inprocess ganache | Fabio Berger | 2018-04-04 | 3 | -2/+8 |
|/ | |||||
* | Fix a typo | Leonid Logvinov | 2018-04-02 | 1 | -2/+2 |
| | |||||
* | Compile only the Exchange contract in compiler tests | Leonid Logvinov | 2018-04-02 | 1 | -1/+1 |
| | |||||
* | Create solc_bin dir if does not exist before attempting to compile | Amir Bandeali | 2018-04-02 | 1 | -3/+3 |
| | |||||
* | Set timeout for compiler tests | Leonid Logvinov | 2018-03-22 | 1 | -3/+3 |
| | |||||
* | Revert optimizer config | Leonid Logvinov | 2018-03-22 | 1 | -1/+1 |
| | |||||
* | Remove .only | Leonid Logvinov | 2018-03-21 | 1 | -1/+1 |
| | |||||
* | Add tests for compiler utils | Leonid Logvinov | 2018-03-21 | 3 | -47/+151 |
| | |||||
* | Enable strictNullChecks | Leonid Logvinov | 2018-03-21 | 1 | -1/+1 |
| | |||||
* | Change the type of optimizerEnabled to boolean and convert it to number only ↵ | Leonid Logvinov | 2018-03-21 | 1 | -1/+1 |
| | | | | before passing to a compiler | ||||
* | Make Deployer configurable by jsonrpcUrl instead of jsonrpcPort | Leonid Logvinov | 2018-03-12 | 2 | -2/+2 |
| | |||||
* | Add sol-cover implementation | Leonid Logvinov | 2018-03-12 | 1 | -1/+1 |
| | |||||
* | Check dependencies when determining if should be recompiled | Amir Bandeali | 2018-02-21 | 1 | -4/+4 |
| | |||||
* | Rename variables | Amir Bandeali | 2018-02-16 | 2 | -2/+2 |
| | |||||
* | Fix checks, add contract list to compile script in package.json | Amir Bandeali | 2018-02-16 | 2 | -0/+2 |
| | |||||
* | Add tslint.json to deployer package and fix all tslint issues | Fabio Berger | 2018-02-10 | 1 | -0/+1 |
| | |||||
* | Move tests to a separate folder | Leonid Logvinov | 2018-01-18 | 8 | -0/+929 |