aboutsummaryrefslogtreecommitdiffstats
path: root/packages/abi-gen/src
Commit message (Collapse)AuthorAgeFilesLines
* Update dependency packagesHsuan Lee2019-01-194-301/+0
|
* ProgressGreg Hysen2019-01-151-2/+2
|
* 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 ↵Fabio Berger2018-07-301-8/+0
| | | | aggregate release note publishing to publish script
* Fix typoFabio Berger2018-07-251-1/+1
|
* move abi-gen funcs from index to utils for testingF. Eugene Aumson2018-07-092-34/+31
| | | | | 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
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-06-071-1/+1
|\ | | | | | | feature/improve-linting
| * 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
| | | | @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-103-15/+12
| | | | directories are namespaced to a void clashes. Also in this commit is a fix for overloading contract functions.
* 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
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * 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
|\ | | | | 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