| Commit message (Expand) | Author | Age | Files | Lines |
* | Ignore coverage of generated files | Leonid Logvinov | 2018-07-09 | 1 | -0/+1 |
* | 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 | 2 | -4/+4 |
|\ |
|
| * | Fix tests | Leonid Logvinov | 2018-07-06 | 1 | -1/+1 |
| * | Rename {{*}}ContractEventArgs to {{*}}EventArgs and append {{contractName}} t... | Leonid Logvinov | 2018-06-29 | 2 | -3/+3 |
* | | 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 |
* | Prettier fix | Fabio Berger | 2018-06-19 | 1 | -3/+5 |
* | change @0xproject/types to ethereum-types | F. Eugene Aumson | 2018-06-15 | 1 | -1/+1 |
* | remove mistaken comment | F. Eugene Aumson | 2018-06-15 | 1 | -4/+0 |
* | workaround for TypeScript trailing comma bug | F. Eugene Aumson | 2018-06-15 | 1 | -1/+1 |
* | Document contract_templates | F. Eugene Aumson | 2018-06-15 | 1 | -0/+15 |
* | Get build and tests to pass | fragosti | 2018-06-07 | 1 | -3/+4 |
* | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ... | fragosti | 2018-06-07 | 2 | -3/+3 |
|\ |
|
| * | Fix linter issues in generated contract wrappers | Leonid Logvinov | 2018-06-07 | 2 | -3/+3 |
* | | Add missing import | Fabio Berger | 2018-06-06 | 1 | -1/+1 |
* | | Remove unused imports from contract handlebar template | Fabio Berger | 2018-06-06 | 1 | -2/+2 |
|/ |
|
* | Fix linter errors | Leonid Logvinov | 2018-06-01 | 1 | -1/+1 |
* | Introduce ethereum-types package | Leonid Logvinov | 2018-06-01 | 2 | -2/+2 |
* | Check transaction receipt status codes where applicable | Alex Browne | 2018-05-24 | 1 | -1/+1 |
* | Ignore classnames linter rule | Remco Bloemen | 2018-05-22 | 1 | -0/+1 |
* | Fix ganache subprovider config | Leonid Logvinov | 2018-05-11 | 2 | -0/+3 |
* | Fix templates | Leonid Logvinov | 2018-05-10 | 2 | -3/+3 |
* | Remove unused deployer docs configs | Leonid Logvinov | 2018-05-10 | 1 | -7/+7 |
* | Add a check for compiler output | Leonid Logvinov | 2018-05-10 | 1 | -0/+3 |
* | Remove _applyDefaultsToDeployTxDataAsync | Leonid Logvinov | 2018-05-10 | 3 | -6/+9 |
* | Fix linter issues | Leonid Logvinov | 2018-05-10 | 1 | -5/+5 |
* | Rename deployer to sol-compiler | Leonid Logvinov | 2018-05-10 | 1 | -1/+1 |
* | Remove deployer from 0x.js and migrations | Leonid Logvinov | 2018-05-10 | 1 | -1/+4 |
* | Remove deployer from metacoin and contract tests | Leonid Logvinov | 2018-05-10 | 2 | -2/+38 |
* | Fix getABIEncodedTransactionData in contract templates | Amir Bandeali | 2018-04-21 | 1 | -1/+1 |
* | Remove ethers-contracts types | Jacob Evans | 2018-04-20 | 1 | -1/+1 |
* | Update CHANGELOGs | Jacob Evans | 2018-04-19 | 1 | -6/+4 |
* | Support Tuples from function returns | Jacob Evans | 2018-04-19 | 3 | -10/+13 |
* | Updated deployer to accept a list of contract directories as input. Contract ... | Greg Hysen | 2018-04-10 | 3 | -14/+14 |
* | Move our contract templates to accept Provider instead of Web3Wrapper | Leonid Logvinov | 2018-04-04 | 1 | -3/+3 |
* | Add metacoin example project | Leonid Logvinov | 2018-04-02 | 3 | -10/+10 |
* | Remove redundant cast | Leonid Logvinov | 2018-03-28 | 1 | -1/+1 |
* | Move common types out of web3 types | Leonid Logvinov | 2018-03-27 | 3 | -28/+22 |
* | Transform input data before encoding for callAsync and getABIEncodedTransacti... | Amir Bandeali | 2018-03-14 | 1 | -0/+4 |
* | Update all mentions of the repo name being `0x.js` to `0x-monorepo` | Fabio Berger | 2018-03-04 | 1 | -1/+1 |
* | Move BaseContract to its own package | Leonid Logvinov | 2018-02-28 | 1 | -1/+2 |
* | Move BaseContract to web3Wrapper | Leonid Logvinov | 2018-02-28 | 1 | -3/+1 |
* | 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 |
* | Update template link | Leonid Logvinov | 2018-02-28 | 1 | -1/+1 |
* | Fix build | Leonid Logvinov | 2018-02-28 | 1 | -1/+1 |
* | Use the same templates as 0x.js | Leonid Logvinov | 2018-02-28 | 7 | -0/+175 |