aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer/test
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'development' into breakUp0xjsFabio Berger2018-05-104-13/+7
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (38 commits) Add fallback image support to relayer grid tile Clear relayer grid state when fetching Configure the compiler to generate artifacts with deployedBytecode Implement loading and error state for relayer grid Fallback image for relayer grid tile Change relayer grid tile to link on header Display top tokens from backend Remove overflowZ property from portal Suggestions and fix bad merge Fix typo Only show untracked tokens Make wallet scrollable Add token flow Update The Ocean logo Fix artifacts paths Create an artifacts folder Introduce a var Add removeHexPrefix util method CHeck if ABI exists Improve the readability of the check for should compile ... # Conflicts: # .gitignore # packages/contracts/test/multi_sig_with_time_lock.ts # packages/contracts/test/multi_sig_with_time_lock_except_remove_auth_addr.ts # packages/contracts/util/artifacts.ts
| * Implement new artifacts formatLeonid Logvinov2018-05-074-13/+7
| |
* | Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵Fabio Berger2018-05-102-2/+4
|/ | | | unifying library with the same interface
* Update test fixturesJacob Evans2018-04-182-5/+11
| | | | allow dependency compiler test to run everywhere
* Rename resolver to sol-resolverLeonid Logvinov2018-04-163-13/+20
|
* Uncomment testsLeonid Logvinov2018-04-131-3/+3
|
* Implement the resolverLeonid Logvinov2018-04-127-38/+12
|
* Improve on readabilityLeonid Logvinov2018-04-121-6/+2
|
* Revert "Merge pull request #493 from ↵Leonid Logvinov2018-04-125-46/+20
| | | | | | | hysz/features/deployer/multipleCodebaseSupport" This reverts commit 70d403e6f8c56bc70e6d3471a770b9bbff5d72e7, reversing changes made to 073bf738ddb271b6b4158798baf4cac3cb0608e9.
* Merge branch 'development' into removeMigrateStepFabio Berger2018-04-115-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 Hysen2018-04-105-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 Berger2018-04-062-4/+7
| | | | | | | | subprovider to ganacheSubprovider in test util
* | Make deployer tests run on inprocess ganacheFabio Berger2018-04-043-2/+8
|/
* Fix a typoLeonid Logvinov2018-04-021-2/+2
|
* Compile only the Exchange contract in compiler testsLeonid Logvinov2018-04-021-1/+1
|
* Create solc_bin dir if does not exist before attempting to compileAmir Bandeali2018-04-021-3/+3
|
* Set timeout for compiler testsLeonid Logvinov2018-03-221-3/+3
|
* Revert optimizer configLeonid Logvinov2018-03-221-1/+1
|
* Remove .onlyLeonid Logvinov2018-03-211-1/+1
|
* Add tests for compiler utilsLeonid Logvinov2018-03-213-47/+151
|
* Enable strictNullChecksLeonid Logvinov2018-03-211-1/+1
|
* Change the type of optimizerEnabled to boolean and convert it to number only ↵Leonid Logvinov2018-03-211-1/+1
| | | | before passing to a compiler
* Make Deployer configurable by jsonrpcUrl instead of jsonrpcPortLeonid Logvinov2018-03-122-2/+2
|
* Add sol-cover implementationLeonid Logvinov2018-03-121-1/+1
|
* Check dependencies when determining if should be recompiledAmir Bandeali2018-02-211-4/+4
|
* Rename variablesAmir Bandeali2018-02-162-2/+2
|
* Fix checks, add contract list to compile script in package.jsonAmir Bandeali2018-02-162-0/+2
|
* Add tslint.json to deployer package and fix all tslint issuesFabio Berger2018-02-101-0/+1
|
* Move tests to a separate folderLeonid Logvinov2018-01-188-0/+929