aboutsummaryrefslogtreecommitdiffstats
path: root/packages/abi-gen/src
Commit message (Expand)AuthorAgeFilesLines
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-1/+1
* Remove all in-package monorepo-scripts by adding doc gen/upload and aggregate...Fabio Berger2018-07-301-8/+0
* Fix typoFabio Berger2018-07-251-1/+1
* move abi-gen funcs from index to utils for testingF. Eugene Aumson2018-07-092-34/+31
* 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
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-071-1/+1
|\
| * Fix linter issues in generated contract wrappersLeonid Logvinov2018-06-071-1/+1
* | Try enabling no-unused-variable...fragosti2018-06-051-1/+1
|/
* Introduce ethereum-types packageLeonid Logvinov2018-06-013-3/+3
* 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
* Updated deployer to accept a list of contract directories as input. Contract ...Greg Hysen2018-04-103-15/+12
* Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-041-5/+0
* Move common types out of web3 typesLeonid Logvinov2018-03-273-15/+10
* Merge branch 'development' into feature/utils/console-logBrandon Millman2018-03-152-0/+15
|\
| * 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-131-1/+1
| * Move abi-gen scripts to srcFabio Berger2018-03-132-0/+13
* | Consolidate all console.log into the @0xproject/utils packageBrandon Millman2018-03-142-11/+9
|/
* Merge ifsLeonid Logvinov2018-02-281-8/+6
* Fix an option descriptionLeonid Logvinov2018-02-281-1/+1
* Add to context dataLeonid Logvinov2018-02-282-0/+2
* Add support for ABIv2 to abi-genLeonid Logvinov2018-02-281-5/+29
* Allow users to specify the contracts backend in abi-genLeonid Logvinov2018-02-283-8/+28
* 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
|\
| * 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 constructor ABIs to abi-genOlaf Tomalka2018-01-032-0/+16
|/
* Merge pull request #295 from dharmaprotocol/fix-array-typing-generationLeonid2018-01-031-1/+1
|\
| * 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-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