aboutsummaryrefslogtreecommitdiffstats
path: root/packages/abi-gen/src/index.ts
Commit message (Collapse)AuthorAgeFilesLines
* ProgressGreg Hysen2019-01-151-2/+2
|
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-1/+1
|
* Fix typoFabio Berger2018-07-251-1/+1
|
* move abi-gen funcs from index to utils for testingF. Eugene Aumson2018-07-091-34/+7
| | | | | preparing for unit testing. purely refactoring (no functionality changed).
* using timestamps, skip gen of up-to-date wrappersF. Eugene Aumson2018-07-091-4/+25
|
* Add a hack commentLeonid Logvinov2018-06-291-0/+2
|
* Remove generated contract directory before writing new contracts and replace ↵Leonid Logvinov2018-06-291-3/+3
| | | | z_r_x and e_r_c with zrx and erc accordingly
* Try enabling no-unused-variable...fragosti2018-06-051-1/+1
|
* Introduce ethereum-types packageLeonid Logvinov2018-06-011-1/+1
|
* Add missing type definitionsLeonid Logvinov2018-05-141-2/+1
|
* Rename deployer to sol-compilerLeonid Logvinov2018-05-101-1/+1
|
* Implement new artifacts formatLeonid Logvinov2018-05-071-2/+2
|
* Added a detailed description of `renameOverloadedMethods` (special thanks to ↵Greg Hysen2018-04-101-2/+2
| | | | @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-101-6/+8
| | | | directories are namespaced to a void clashes. Also in this commit is a fix for overloading contract functions.
* Move common types out of web3 typesLeonid Logvinov2018-03-271-4/+4
|
* Consolidate all console.log into the @0xproject/utils packageBrandon Millman2018-03-141-8/+9
|
* Fix an option descriptionLeonid Logvinov2018-02-281-1/+1
|
* Add to context dataLeonid Logvinov2018-02-281-0/+1
|
* Allow users to specify the contracts backend in abi-genLeonid Logvinov2018-02-281-3/+10
|
* Fix ABI error messageLeonid Logvinov2018-02-071-1/+3
|
* Special-case ZRXToken snake case conversionLeonid Logvinov2018-02-071-1/+4
|
* Add indices for index parameters so that their names don't collideLeonid Logvinov2018-02-071-2/+2
|
* Fix artifacts pathAmir Bandeali2018-02-071-1/+1
|
* Update compile command and run prettierAmir Bandeali2018-02-071-4/+3
|
* Add CLI option for networkId, add abi-gen to contracts packageAmir Bandeali2018-02-071-3/+15
|
* PrettierBrandon Millman2018-02-011-2/+4
|
* Removed deprecated CLI optionsOlaf Tomalka2018-01-311-19/+2
|
* Added CLI options for explicit specifying location of partials and main templateOlaf Tomalka2018-01-271-14/+49
|
* Changes to abi-gen after code reviewOlaf Tomalka2018-01-051-4/+4
| | | | | | * Added change to CHANGELOG * Renamed variable and context to ctor to avoid keyword * Used lodash' isUndefined to better check ctor
* Added constructor ABIs to abi-genOlaf Tomalka2018-01-031-0/+7
| | | | | | Additionally if the constructor is not existent in JSON, meaning it's implcite with no parameters, we're explicitly creating one, with actual JSON parameters that it should have.
* Add #302 description to changelogLeonid Logvinov2018-01-031-1/+1
|
* Merge pull request #302 from joincivil/ritave/feature/abi-gen-eventsLeonid2018-01-031-0/+6
|\ | | | | Added Event generation to abi-gen
| * Added Event generation to abi-genOlaf Tomalka2017-12-301-0/+6
| |
* | Apply prettier configLeonid Logvinov2018-01-031-8/+7
|/
* Stop supporting different file extensions in abi-genLeonid Logvinov2017-12-081-6/+1
|
* Make fileExtension configurableLeonid Logvinov2017-12-061-1/+6
|
* Rename abi-gen to typed-contractsLeonid Logvinov2017-12-061-0/+98