aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer/src/deployer.ts
Commit message (Expand)AuthorAgeFilesLines
* Remove deployerLeonid Logvinov2018-05-101-223/+0
* CHeck if ABI existsLeonid Logvinov2018-05-071-0/+6
* Implement new artifacts formatLeonid Logvinov2018-05-071-25/+23
* Improve deployer error messageFabio Berger2018-04-111-1/+1
* Use provider over web3 in deployer, dev-utils and subprovider tests, rename s...Fabio Berger2018-04-061-5/+5
* Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-041-4/+4
* Move common types out of web3 typesLeonid Logvinov2018-03-271-3/+3
* Add missing DocComments to Deployer packageFabio Berger2018-03-211-3/+13
* Consolidate all console.log into the @0xproject/utils packageBrandon Millman2018-03-141-2/+3
* 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-121-5/+5
* Add better error handling in deployer constructorLeonid Logvinov2018-03-121-3/+12
* Add sol-cover implementationLeonid Logvinov2018-03-121-6/+11
* 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
* Address feedbackAmir Bandeali2018-02-211-14/+18
* Check dependencies when determining if should be recompiledAmir Bandeali2018-02-211-4/+4
* Change file layoutLeonid Logvinov2018-01-181-0/+180