aboutsummaryrefslogtreecommitdiffstats
path: root/packages/abi-gen/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix a compiler error in abi-genLeonid Logvinov2018-01-102-2/+9
|
* Fix a compiler error with constructor enumLeonid Logvinov2018-01-101-1/+1
|
* Merge pull request #305 from 0xProject/fix/bignumber_configLeonid2018-01-101-1/+6
|\ | | | | Use configured version of bignumber in all packages
| * Fix prettierLeonid Logvinov2018-01-041-1/+3
| |
| * Fix linter errorsLeonid Logvinov2018-01-041-1/+4
| |
* | 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-032-0/+16
|/ | | | | | 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.
* Merge pull request #295 from dharmaprotocol/fix-array-typing-generationLeonid2018-01-031-1/+1
|\ | | | | Fix array typing generation when permitting multiple types
| * Fix typing generation for arrays in which types separated by |sNadav Hollander2017-12-251-1/+1
| |
* | Add #302 description to changelogLeonid Logvinov2018-01-032-1/+2
| |
* | 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-032-17/+19
|/
* 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-064-0/+173