| Commit message (Expand) | Author | Age | Files | Lines |
* | Throw revert reasons from contract wrappers | Leonid Logvinov | 2018-09-27 | 1 | -0/+1 |
* | Upgrade contract_templates to work with ethers 4.0 | Leonid Logvinov | 2018-09-19 | 2 | -14/+6 |
* | Add strictArgumentEncodingCheck to BaseContract and use it in contract templates | Alex Browne | 2018-08-09 | 2 | -0/+2 |
* | Render callAsync in templates even if it returns nothing | Leonid Logvinov | 2018-07-09 | 1 | -2/+0 |
* | Merge pull request #822 from 0xProject/v2-contract-wrappers-WIP | Leonid Logvinov | 2018-07-06 | 1 | -1/+1 |
|\ |
|
| * | Rename {{*}}ContractEventArgs to {{*}}EventArgs and append {{contractName}} t... | Leonid Logvinov | 2018-06-29 | 1 | -1/+1 |
* | | Forwarding contract (squashed commits) | Jacob Evans | 2018-07-06 | 1 | -1/+1 |
|/ |
|
* | Fixed `callAsync` template. Previously did not append `callData`, so we could... | Greg Hysen | 2018-06-21 | 1 | -0/+1 |
* | workaround for TypeScript trailing comma bug | F. Eugene Aumson | 2018-06-15 | 1 | -1/+1 |
* | Fix linter issues in generated contract wrappers | Leonid Logvinov | 2018-06-07 | 1 | -1/+1 |
* | Introduce ethereum-types package | Leonid Logvinov | 2018-06-01 | 1 | -1/+1 |
* | Fix ganache subprovider config | Leonid Logvinov | 2018-05-11 | 2 | -0/+3 |
* | Fix templates | Leonid Logvinov | 2018-05-10 | 2 | -3/+3 |
* | Remove _applyDefaultsToDeployTxDataAsync | Leonid Logvinov | 2018-05-10 | 2 | -5/+8 |
* | Remove deployer from metacoin and contract tests | Leonid Logvinov | 2018-05-10 | 1 | -2/+2 |
* | Fix getABIEncodedTransactionData in contract templates | Amir Bandeali | 2018-04-21 | 1 | -1/+1 |
* | Update CHANGELOGs | Jacob Evans | 2018-04-19 | 1 | -6/+4 |
* | Support Tuples from function returns | Jacob Evans | 2018-04-19 | 2 | -9/+12 |
* | Updated deployer to accept a list of contract directories as input. Contract ... | Greg Hysen | 2018-04-10 | 2 | -13/+13 |
* | Add metacoin example project | Leonid Logvinov | 2018-04-02 | 2 | -9/+10 |
* | Remove redundant cast | Leonid Logvinov | 2018-03-28 | 1 | -1/+1 |
* | Move common types out of web3 types | Leonid Logvinov | 2018-03-27 | 2 | -26/+20 |
* | Transform input data before encoding for callAsync and getABIEncodedTransacti... | Amir Bandeali | 2018-03-14 | 1 | -0/+4 |
* | Add txData to async calls | Leonid Logvinov | 2018-02-28 | 1 | -1/+2 |
* | Rewrite templates to decode call data on transactions | Leonid Logvinov | 2018-02-28 | 3 | -47/+31 |
* | Use the same templates as 0x.js | Leonid Logvinov | 2018-02-28 | 6 | -0/+127 |