Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make contract-templates an npm package | Leonid Logvinov | 2018-11-22 | 1 | -28/+0 |
| | |||||
* | 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 | 1 | -5/+3 |
| | |||||
* | Add strictArgumentEncodingCheck to BaseContract and use it in contract templates | Alex Browne | 2018-08-09 | 1 | -0/+1 |
| | |||||
* | Render callAsync in templates even if it returns nothing | Leonid Logvinov | 2018-07-09 | 1 | -2/+0 |
| | |||||
* | Fixed `callAsync` template. Previously did not append `callData`, so we ↵ | Greg Hysen | 2018-06-21 | 1 | -0/+1 |
| | | | | couldn’t specify `from` address | ||||
* | Fix linter issues in generated contract wrappers | Leonid Logvinov | 2018-06-07 | 1 | -1/+1 |
| | |||||
* | Fix ganache subprovider config | Leonid Logvinov | 2018-05-11 | 1 | -0/+1 |
| | |||||
* | Fix templates | Leonid Logvinov | 2018-05-10 | 1 | -1/+1 |
| | |||||
* | Remove _applyDefaultsToDeployTxDataAsync | Leonid Logvinov | 2018-05-10 | 1 | -2/+3 |
| | |||||
* | Update CHANGELOGs | Jacob Evans | 2018-04-19 | 1 | -6/+4 |
| | |||||
* | Support Tuples from function returns | Jacob Evans | 2018-04-19 | 1 | -8/+11 |
| | |||||
* | Updated deployer to accept a list of contract directories as input. Contract ↵ | Greg Hysen | 2018-04-10 | 1 | -2/+2 |
| | | | | directories are namespaced to a void clashes. Also in this commit is a fix for overloading contract functions. | ||||
* | Add metacoin example project | Leonid Logvinov | 2018-04-02 | 1 | -3/+4 |
| | |||||
* | Remove redundant cast | Leonid Logvinov | 2018-03-28 | 1 | -1/+1 |
| | |||||
* | Move common types out of web3 types | Leonid Logvinov | 2018-03-27 | 1 | -12/+7 |
| | |||||
* | 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 | 1 | -0/+29 |