aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer/src
Commit message (Collapse)AuthorAgeFilesLines
* Add support for solidity 0.4.23Amir Bandeali2018-04-211-0/+1
|
* Update deployer and contracts repo to use solidity 0.4.22Jacob Evans2018-04-181-0/+1
|
* Rename resolver to sol-resolverLeonid Logvinov2018-04-162-2/+2
|
* Uncomment testsLeonid Logvinov2018-04-131-6/+3
|
* Rename getAllContracts to getAllLeonid Logvinov2018-04-131-1/+1
|
* Introduce packagePathLeonid Logvinov2018-04-131-1/+2
|
* Implement the resolverLeonid Logvinov2018-04-123-134/+61
|
* Improve on readabilityLeonid Logvinov2018-04-121-12/+12
|
* Use solc.compileStandardWrapperLeonid Logvinov2018-04-124-58/+87
|
* Add ony abi-gen changes from Greg's PRLeonid Logvinov2018-04-122-6/+2
|
* Revert "Merge pull request #493 from ↵Leonid Logvinov2018-04-126-177/+59
| | | | | | | hysz/features/deployer/multipleCodebaseSupport" This reverts commit 70d403e6f8c56bc70e6d3471a770b9bbff5d72e7, reversing changes made to 073bf738ddb271b6b4158798baf4cac3cb0608e9.
* Improve deployer error messageFabio Berger2018-04-111-1/+1
|
* Merge branch 'development' into removeMigrateStepFabio Berger2018-04-116-59/+177
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-103-8/+13
| | | | | | | | @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-106-59/+172
| | | | | | | | 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-7/+7
|/ | | | subprovider to ganacheSubprovider in test util
* Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-042-6/+6
|
* Report errors locallyLeonid Logvinov2018-04-021-9/+12
|
* Incroduce the Warning constantLeonid Logvinov2018-04-021-1/+2
|
* Add metacoin example projectLeonid Logvinov2018-04-022-46/+5
|
* Create solc_bin dir if does not exist before attempting to compileAmir Bandeali2018-04-022-9/+11
|
* Move common types out of web3 typesLeonid Logvinov2018-03-276-20/+20
|
* Merge branch 'development' into feature/deployer-improvementsLeonid Logvinov2018-03-243-4/+26
|\
| * Add missing DocComments to Deployer packageFabio Berger2018-03-212-4/+18
| |
| * Rename `stagedocs.ts` file to `stage_docs.ts` in keeping with our file ↵Fabio Berger2018-03-201-0/+0
| | | | | | | | naming conventions. `postpublish.ts` is the only exception and this is because it is dictated by Lerna
| * Merge branch 'development' into addExtraDocsFabio Berger2018-03-163-17/+13
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Add changelog entry about pragma addition Add pragma above command-line script Keep console.log in monorepo-scripts Enable coverage for all other packages with tests Fix parallel coverage results reporting Fix linter issuesx Update CHANGELOGs Consolidate all console.log into the @0xproject/utils package # Conflicts: # packages/deployer/package.json
| * | Add Deployer docs to websiteFabio Berger2018-03-161-0/+8
| | |
| * | Add pragma above command-line scriptFabio Berger2018-03-161-0/+3
| | |
* | | Remove redundant typesLeonid Logvinov2018-03-221-18/+0
| | |
* | | Add missing param commentsLeonid Logvinov2018-03-221-0/+3
| | |
* | | Fix a commentLeonid Logvinov2018-03-221-1/+1
| | |
* | | Add a commentLeonid Logvinov2018-03-221-0/+1
| | |
* | | Add function docsLeonid Logvinov2018-03-211-2/+6
| | |
* | | Add function docsLeonid Logvinov2018-03-212-0/+6
| | |
* | | Add tests for compiler utilsLeonid Logvinov2018-03-213-4/+4
| | |
* | | Enable strictNullChecksLeonid Logvinov2018-03-215-155/+181
| | |
* | | Change the type of optimizerEnabled to boolean and convert it to number only ↵Leonid Logvinov2018-03-213-6/+6
| | | | | | | | | | | | before passing to a compiler
* | | Support proper semver version rangesLeonid Logvinov2018-03-212-16/+21
| | |
* | | Compile contracts sequentiallyLeonid Logvinov2018-03-211-1/+3
| | |
* | | Throw an error if contract file doesn't contain the contract with the same nameLeonid Logvinov2018-03-211-0/+5
| | |
* | | Stop printing help on errorLeonid Logvinov2018-03-212-2/+16
| | |
* | | 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
| |
* | Merge branch 'development' into feature/utils/console-logBrandon Millman2018-03-152-0/+15
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (25 commits) Enable coverage for all other packages with tests Fix parallel coverage results reporting Fix linter issuesx Remove outdated comment Add script copying to build command Add postpublish script to sol-cov Move configuration into package.json configs section Transform input data before encoding for callAsync and getABIEncodedTransactionData Consolidate docs generation and uploading logic Use async/await instead of promise syntax Move changelog entry remove unneeded include remove unused dep Fix lint issues Re-add linter to monorepo-scripts but with tslint-config dep at earlier version to avoid cyclical dependency small fixes move scripts to monorepro-scripts Fix gitignore Move abi-gen scripts to src Add missing dep ...
| * Merge branch 'development' into convertScriptsToTsFabio Berger2018-03-1424-514/+114
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (71 commits) Transform input data before encoding for callAsync and getABIEncodedTransactionData Update coverage badge to show development coverage Configure post build hook Notify coveralls after all tasks have finished Address feedback Revert "Report all coverage reports together" Separate published packages and typescript typings on README Report all coverage reports together Add other statement types Properly and consistently parse ENV vars Add forgotten file Start using solidity-parser-antlr Fix the default always overriding to address Submit a TD PR Add an explanatory comment for making ranges unique Fix a typo in handling env variables Introduce TESTRPC_FIRST_ADDRESS Make BlockchainLifecycle accept only web3Wrapper Fix comments Fix deployer CHANGELOG ... # Conflicts: # README.md # packages/deployer/package.json # packages/subproviders/src/globals.d.ts # yarn.lock
| * | Move configuration into package.json configs sectionFabio Berger2018-03-141-2/+3
| | |
| * | Fix lint issuesFabio Berger2018-03-131-0/+1
| | |
| * | move scripts to monorepro-scriptsFabio Berger2018-03-132-0/+13
| | |
* | | Consolidate all console.log into the @0xproject/utils packageBrandon Millman2018-03-143-17/+13
| |/ |/|
* | Fix commentsLeonid Logvinov2018-03-121-3/+1
| |
* | Add an example deployment scriptLeonid Logvinov2018-03-121-1/+1
| |
* | Make Deployer configurable by jsonrpcUrl instead of jsonrpcPortLeonid Logvinov2018-03-123-16/+16
| |
* | Fix sources list generation in a compilerLeonid Logvinov2018-03-121-1/+1
| |
* | Add better error handling in deployer constructorLeonid Logvinov2018-03-121-3/+12
| |
* | Move compiler URL to constantsLeonid Logvinov2018-03-122-1/+2
| |
* | Handle an error while loading the compilerLeonid Logvinov2018-03-121-0/+3
| |
* | Introduce isCompilerAvailableLocallyLeonid Logvinov2018-03-121-1/+2
| |
* | Fix variable nameLeonid Logvinov2018-03-121-5/+5
| |
* | use sourceList instead of sourcesLeonid Logvinov2018-03-121-1/+1
| |
* | Improve compiler output typeLeonid Logvinov2018-03-121-1/+4
| |
* | Add sol-cover implementationLeonid Logvinov2018-03-1224-506/+91
|/
* Add solc 0.4.20 and 0.4.21Amir Bandeali2018-03-093-0/+48
|
* Improve an error message when an inorrect number of constructor params is passedLeonid Logvinov2018-02-281-1/+13
|
* Pass whole txData to estimateGasLeonid Logvinov2018-02-281-1/+1
|
* Fix default contract set calculationLeonid Logvinov2018-02-281-0/+3
|
* Fix default pathsLeonid Logvinov2018-02-281-2/+2
|
* Address feedbackAmir Bandeali2018-02-214-47/+52
|
* Use source tree hash instead of compile flagAmir Bandeali2018-02-212-43/+42
|
* Fix race conditionAmir Bandeali2018-02-211-8/+11
|
* Check dependencies when determining if should be recompiledAmir Bandeali2018-02-215-76/+159
|
* Merge branch 'development' into feature/web3-abi-v2-typesLeonid2018-02-213-4/+32
|\
| * Rename variablesAmir Bandeali2018-02-163-13/+13
| |
| * Run prettierAmir Bandeali2018-02-161-3/+4
| |
| * Fix checks, add contract list to compile script in package.jsonAmir Bandeali2018-02-162-3/+4
| |
| * Add contracts to compiler optionsAmir Bandeali2018-02-163-2/+28
| |
* | Add types for ABIv2Leonid Logvinov2018-02-151-1/+1
|/
* Add tslint.json to deployer package and fix all tslint issuesFabio Berger2018-02-104-2/+6
|
* Rename directoriesAmir Bandeali2018-02-031-2/+2
|
* Rename previous contracts, fix imports, add nested file structureAmir Bandeali2018-02-031-1/+0
|
* Move all contracts into a single directoryFabio Berger2018-02-031-0/+1
|
* Add solc 0.4.19Remco Bloemen2018-02-022-0/+23
|
* Remove truffle from testsLeonid Logvinov2018-01-302-7/+8
|
* Move tests to a separate folderLeonid Logvinov2018-01-188-929/+0
|
* Change file layoutLeonid Logvinov2018-01-1813-12/+12
|
* Move deployer to a separate packageLeonid Logvinov2018-01-1833-0/+2150