aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move npm-run-all to devDependenciesLeonid Logvinov2018-03-221-1/+1
* Revert optimizer configLeonid Logvinov2018-03-221-1/+1
* Remove .onlyLeonid Logvinov2018-03-211-1/+1
* Add function docsLeonid Logvinov2018-03-211-2/+6
* Add function docsLeonid Logvinov2018-03-212-0/+6
* Add tests for compiler utilsLeonid Logvinov2018-03-217-52/+159
* Enable strictNullChecksLeonid Logvinov2018-03-216-156/+182
* Change the type of optimizerEnabled to boolean and convert it to number only ...Leonid Logvinov2018-03-215-9/+8
* Support proper semver version rangesLeonid Logvinov2018-03-213-16/+23
* 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
* Update deployer version since manual re-publishFabio Berger2018-03-201-1/+1
* PublishFabio Berger2018-03-191-2/+2
* PublishFabio Berger2018-03-191-9/+9
* Fix packages that aren't working as expectedFabio Berger2018-03-192-0/+5
* PublishFabio Berger2018-03-191-11/+11
* Updated CHANGELOGSFabio Berger2018-03-191-1/+1
* Add changelog entry about pragma additionFabio Berger2018-03-161-0/+1
* Add pragma above command-line scriptFabio Berger2018-03-161-0/+3
* Merge branch 'development' into feature/utils/console-logBrandon Millman2018-03-155-8/+22
|\
| * Enable coverage for all other packages with testsLeonid Logvinov2018-03-152-1/+4
| * Merge branch 'development' into convertScriptsToTsFabio Berger2018-03-1430-519/+159
| |\
| * | 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-134-7/+16
* | | Update CHANGELOGsBrandon Millman2018-03-141-0/+1
* | | Consolidate all console.log into the @0xproject/utils packageBrandon Millman2018-03-143-17/+13
| |/ |/|
* | Address feedbackLeonid Logvinov2018-03-141-1/+1
* | Fix commentsLeonid Logvinov2018-03-122-6/+4
* | Fix deployer CHANGELOGLeonid Logvinov2018-03-121-7/+7
* | Add an example deployment scriptLeonid Logvinov2018-03-122-1/+31
* | Make Deployer configurable by jsonrpcUrl instead of jsonrpcPortLeonid Logvinov2018-03-126-18/+20
* | 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-1229-509/+102
|/
* Merge branch 'development' into addPackagePublishConfigFabio Berger2018-03-095-5/+57
|\
| * Update CHANGELOGAmir Bandeali2018-03-091-0/+4
| * Add solc 0.4.20 and 0.4.21Amir Bandeali2018-03-093-0/+48
| * PublishBrandon Millman2018-03-091-5/+5
* | Add package.json publishConfig so that these packages are published as public.Fabio Berger2018-03-081-0/+3
|/
* Merge pull request #419 from 0xProject/fix/deployer-argsLeonid Logvinov2018-03-082-2/+15
|\
| * Add PR nameLeonid Logvinov2018-02-281-1/+1
| * Improve an error message when an inorrect number of constructor params is passedLeonid Logvinov2018-02-282-2/+15
* | PublishFabio Berger2018-03-051-8/+8
* | Updated CHANGELOGSFabio Berger2018-03-051-1/+1
* | Update all mentions of the repo name being `0x.js` to `0x-monorepo`Fabio Berger2018-03-042-5/+5
|/
* Fix the versionLeonid Logvinov2018-02-281-1/+1
* Include types for ethers-contractsLeonid Logvinov2018-02-282-0/+2
* 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-215-49/+54
* Use source tree hash instead of compile flagAmir Bandeali2018-02-212-43/+42
* Fix race conditionAmir Bandeali2018-02-212-9/+12
* Update CHANGELOGAmir Bandeali2018-02-211-0/+4
* Check dependencies when determining if should be recompiledAmir Bandeali2018-02-216-80/+163
* Merge branch 'development' into feature/web3-abi-v2-typesLeonid2018-02-217-11/+46
|\
| * PublishBrandon Millman2018-02-171-7/+7
| * Updated CHANGELOGsBrandon Millman2018-02-171-1/+1
| * Rename variablesAmir Bandeali2018-02-165-15/+15
| * Update CHANGELOGAmir Bandeali2018-02-161-0/+4
| * Run prettierAmir Bandeali2018-02-161-3/+4
| * Fix checks, add contract list to compile script in package.jsonAmir Bandeali2018-02-164-3/+6
| * Add contracts to compiler optionsAmir Bandeali2018-02-163-2/+28
| * Merge branch 'development' into fix/windows_installLeonid2018-02-1210-41/+33
| |\
| * | Use system-independent rm commandLeonid Logvinov2018-02-091-1/+2
* | | Add types for ABIv2Leonid Logvinov2018-02-151-1/+1
| |/ |/|
* | PublishFabio Berger2018-02-101-6/+6
* | PublishFabio Berger2018-02-101-7/+7
* | Merge pull request #389 from 0xProject/fix/npmInclusionIssuesFabio Berger2018-02-109-2/+28
|\ \
| * | Add `yarn-error.log` to all .npmignoreFabio Berger2018-02-101-0/+1
| * | Add PR number to CHANGELOGsFabio Berger2018-02-101-1/+1
| * | ignore all files starting with dots in all sub-packagesFabio Berger2018-02-101-0/+1
| * | Add npmignore to deployer along with a changelogFabio Berger2018-02-102-0/+9
| * | Add tslint.json to deployer package and fix all tslint issuesFabio Berger2018-02-107-2/+17
| |/
* / Simplify standard postpublish script and remove them from some private packagesBrandon Millman2018-02-091-35/+1
|/
* PublishBrandon Millman2018-02-081-3/+3
* PublishLeonid Logvinov2018-02-061-4/+4
* Merge branch 'development' into feature/build_watchLeonid2018-02-054-7/+29
|\
| * 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
| * PublishLeonid Logvinov2018-02-011-5/+4
* | Merge pull request #359 from 0xProject/feature/ts-2.7Leonid2018-02-051-1/+1
|\ \
| * | Upgrade TS to the newest versionLeonid Logvinov2018-02-011-1/+1
* | | Add build:watch to README'sLeonid Logvinov2018-02-021-0/+6
|/ /
* / Add build:watch command to all TS packagesLeonid Logvinov2018-02-011-0/+1
|/
* Normalize the dependenciesLeonid Logvinov2018-01-301-1/+1
* Remove truffle from testsLeonid Logvinov2018-01-303-8/+11
* PublishFabio Berger2018-01-301-3/+3
* PublishLeonid Logvinov2018-01-301-3/+3
* PublishLeonid Logvinov2018-01-251-6/+6
* Move tests to a separate folderLeonid Logvinov2018-01-1810-10/+11
* Change file layoutLeonid Logvinov2018-01-1813-12/+12
* Add bin definitionLeonid Logvinov2018-01-181-0/+3
* Add postpublish scripts and READMELeonid Logvinov2018-01-182-0/+112
* Fix a linkLeonid Logvinov2018-01-181-1/+1
* Move deployer to a separate packageLeonid Logvinov2018-01-1835-0/+2205