aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer/src
Commit message (Expand)AuthorAgeFilesLines
* Rename deployer to sol-compilerLeonid Logvinov2018-05-1013-590/+0
* Remove deployerLeonid Logvinov2018-05-107-474/+15
* Remove deployer from metacoin and contract testsLeonid Logvinov2018-05-101-1/+15
* CHeck if ABI existsLeonid Logvinov2018-05-071-0/+6
* Improve the readability of the check for should compileLeonid Logvinov2018-05-073-6/+7
* Use named constantsLeonid Logvinov2018-05-071-3/+6
* Add a commentLeonid Logvinov2018-05-071-0/+3
* Fix commentsLeonid Logvinov2018-05-071-2/+2
* Rename args to constructor-argsLeonid Logvinov2018-05-071-2/+2
* Fix a typoLeonid Logvinov2018-05-071-1/+1
* Define a separator constLeonid Logvinov2018-05-072-4/+5
* Implement new artifacts formatLeonid Logvinov2018-05-075-166/+151
* 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 hysz/features/deployer/multipleCodebaseS...Leonid Logvinov2018-04-126-177/+59
* Improve deployer error messageFabio Berger2018-04-111-1/+1
* Merge branch 'development' into removeMigrateStepFabio Berger2018-04-116-59/+177
|\
| * Added a detailed description of `renameOverloadedMethods` (special thanks to ...Greg Hysen2018-04-103-8/+13
| * Updated deployer to accept a list of contract directories as input. Contract ...Greg Hysen2018-04-106-59/+172
* | Use provider over web3 in deployer, dev-utils and subprovider tests, rename s...Fabio Berger2018-04-062-7/+7
|/
* 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 naming...Fabio Berger2018-03-201-0/+0
| * Merge branch 'development' into addExtraDocsFabio Berger2018-03-163-17/+13
| |\
| * | 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
* | | 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 onComp...Leonid Logvinov2018-03-211-4/+9
| |/ |/|
* | Add pragma above command-line scriptFabio Berger2018-03-161-0/+3
* | Merge branch 'development' into feature/utils/console-logBrandon Millman2018-03-152-0/+15
|\|
| * Merge branch 'development' into convertScriptsToTsFabio Berger2018-03-1424-514/+114
| |\
| * | 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