aboutsummaryrefslogtreecommitdiffstats
path: root/packages/abi-gen
Commit message (Collapse)AuthorAgeFilesLines
* 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-033-2/+4
| |
* | 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
|/ /
* | Publishcontracts@2.1.1@0xproject/website@0.0.4@0xproject/monorepo-scripts@0.1.2@0xproject/kovan_faucets@1.0.2@0xproject/dev-utils@0.0.30x.js@0.29.0Fabio Berger2017-12-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.29.0 - @0xproject/abi-gen@0.0.4 - @0xproject/assert@0.0.9 - @0xproject/connect@0.3.2 - contracts@2.1.1 - @0xproject/dev-utils@0.0.3 - @0xproject/json-schemas@0.7.1 - @0xproject/kovan_faucets@1.0.2 - @0xproject/monorepo-scripts@0.1.2 - @0xproject/subproviders@0.2.0 - @0xproject/tslint-config@0.4.0 - @0xproject/types@0.1.2 - @0xproject/utils@0.1.2 - @0xproject/web3-wrapper@0.1.2 - @0xproject/website@0.0.4
* | Fix broken links in the abi-gen READMEBrandon Millman2017-12-251-4/+4
|/
* Publishcontracts@2.1.0@0xproject/website@0.0.3@0xproject/monorepo-scripts@0.1.1@0xproject/kovan_faucets@1.0.1@0xproject/dev-utils@0.0.20x.js@0.28.0Leonid Logvinov2017-12-211-2/+2
| | | | | | | | | | | | | | | | | | - 0x.js@0.28.0 - @0xproject/abi-gen@0.0.3 - @0xproject/assert@0.0.8 - @0xproject/connect@0.3.1 - contracts@2.1.0 - @0xproject/dev-utils@0.0.2 - @0xproject/json-schemas@0.7.0 - @0xproject/kovan_faucets@1.0.1 - @0xproject/monorepo-scripts@0.1.1 - @0xproject/subproviders@0.1.1 - @0xproject/tslint-config@0.3.0 - @0xproject/types@0.1.1 - @0xproject/utils@0.1.1 - @0xproject/web3-wrapper@0.1.1 - @0xproject/website@0.0.3
* Install types for yargsLeonid Logvinov2017-12-191-1/+1
|
* Move 0x.js temnplates to 0x.js instead of having them as a separate packageLeonid Logvinov2017-12-141-2/+2
|
* Fix broken postpublish_utils, add CHANGELOG and postpublish.js scripts to ↵Brandon Millman2017-12-092-0/+18
| | | | all packages
* Publishwebsite@0.0.2contracts@2.0.0abi-gen-templates@0.0.2@0xproject/web3-wrapper@0.1.0@0xproject/utils@0.1.0@0xproject/types@0.1.0@0xproject/tslint-config@0.2.1@0xproject/subproviders@0.1.0@0xproject/monorepo-scripts@0.1.0@0xproject/json-schemas@0.6.10@0xproject/connect@0.3.0@0xproject/assert@0.0.7@0xproject/abi-gen@0.0.20x.js@0.27.2Brandon Millman2017-12-091-2/+2
| | | | | | | | | | | | | | | | | - 0x.js@0.27.2 - abi-gen-templates@0.0.2 - @0xproject/abi-gen@0.0.2 - @0xproject/assert@0.0.7 - @0xproject/connect@0.3.0 - contracts@2.0.0 - @0xproject/json-schemas@0.6.10 - @0xproject/monorepo-scripts@0.1.0 - @0xproject/subproviders@0.1.0 - @0xproject/tslint-config@0.2.1 - @0xproject/types@0.1.0 - @0xproject/utils@0.1.0 - @0xproject/web3-wrapper@0.1.0 - website@0.0.2
* Add @0xproject scope to abi-gen package nameBrandon Millman2017-12-091-1/+1
|
* Merge branch 'development' into feature/addSubprovidersFabio Berger2017-12-094-15/+9
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Update README.md Inline network module Stop supporting different file extensions in abi-gen Refactor networkId out of web3Wrapper Update connect types in preperation for publishing Fix CI command Address feedback Refactor web3Wrapper to a separate package # Conflicts: # package.json # packages/website/ts/blockchain.ts
| * Update README.mdFabio Berger2017-12-091-3/+3
| |
| * Merge branch 'development' into feature/web3-wrapperLeonid2017-12-082-10/+4
| |\
| | * Stop supporting different file extensions in abi-genLeonid Logvinov2017-12-082-10/+4
| | |
| * | Refactor web3Wrapper to a separate packageLeonid Logvinov2017-12-072-3/+3
| |/
* / Standardize depsFabio Berger2017-12-071-2/+2
|/
* Address feedbackLeonid Logvinov2017-12-062-9/+9
|
* Update READMELeonid Logvinov2017-12-061-5/+6
|
* Update READMELeonid Logvinov2017-12-061-2/+3
|
* Make fileExtension configurableLeonid Logvinov2017-12-061-1/+6
|
* Rename abi-gen to typed-contractsLeonid Logvinov2017-12-068-0/+281