aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer/src
Commit message (Collapse)AuthorAgeFilesLines
* 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