aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract_templates/partials
Commit message (Expand)AuthorAgeFilesLines
* Make contract-templates an npm packageLeonid Logvinov2018-11-227-112/+0
* Throw revert reasons from contract wrappersLeonid Logvinov2018-09-271-0/+1
* Upgrade contract_templates to work with ethers 4.0Leonid Logvinov2018-09-192-14/+6
* Add strictArgumentEncodingCheck to BaseContract and use it in contract templatesAlex Browne2018-08-092-0/+2
* Render callAsync in templates even if it returns nothingLeonid Logvinov2018-07-091-2/+0
* Merge pull request #822 from 0xProject/v2-contract-wrappers-WIPLeonid Logvinov2018-07-061-1/+1
|\
| * Rename {{*}}ContractEventArgs to {{*}}EventArgs and append {{contractName}} t...Leonid Logvinov2018-06-291-1/+1
* | Forwarding contract (squashed commits)Jacob Evans2018-07-061-1/+1
|/
* Fixed `callAsync` template. Previously did not append `callData`, so we could...Greg Hysen2018-06-211-0/+1
* workaround for TypeScript trailing comma bugF. Eugene Aumson2018-06-151-1/+1
* Fix linter issues in generated contract wrappersLeonid Logvinov2018-06-071-1/+1
* Introduce ethereum-types packageLeonid Logvinov2018-06-011-1/+1
* Fix ganache subprovider configLeonid Logvinov2018-05-112-0/+3
* Fix templatesLeonid Logvinov2018-05-102-3/+3
* Remove _applyDefaultsToDeployTxDataAsyncLeonid Logvinov2018-05-102-5/+8
* Remove deployer from metacoin and contract testsLeonid Logvinov2018-05-101-2/+2
* Fix getABIEncodedTransactionData in contract templatesAmir Bandeali2018-04-211-1/+1
* Update CHANGELOGsJacob Evans2018-04-191-6/+4
* Support Tuples from function returnsJacob Evans2018-04-192-9/+12
* Updated deployer to accept a list of contract directories as input. Contract ...Greg Hysen2018-04-102-13/+13
* Add metacoin example projectLeonid Logvinov2018-04-022-9/+10
* Remove redundant castLeonid Logvinov2018-03-281-1/+1
* Move common types out of web3 typesLeonid Logvinov2018-03-272-26/+20
* Transform input data before encoding for callAsync and getABIEncodedTransacti...Amir Bandeali2018-03-141-0/+4
* Add txData to async callsLeonid Logvinov2018-02-281-1/+2
* Rewrite templates to decode call data on transactionsLeonid Logvinov2018-02-283-47/+31
* Use the same templates as 0x.jsLeonid Logvinov2018-02-286-0/+127