Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move abi-gen funcs from index to utils for testing | F. Eugene Aumson | 2018-07-09 | 1 | -0/+24 |
| | | | | | preparing for unit testing. purely refactoring (no functionality changed). | ||||
* | 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 |
| | |||||
* | 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. | ||||
* | Move common types out of web3 types | Leonid Logvinov | 2018-03-27 | 1 | -8/+3 |
| | |||||
* | Consolidate all console.log into the @0xproject/utils package | Brandon Millman | 2018-03-14 | 1 | -3/+0 |
| | |||||
* | Merge ifs | Leonid Logvinov | 2018-02-28 | 1 | -8/+6 |
| | |||||
* | Add support for ABIv2 to abi-gen | Leonid Logvinov | 2018-02-28 | 1 | -5/+29 |
| | |||||
* | Allow users to specify the contracts backend in abi-gen | Leonid Logvinov | 2018-02-28 | 1 | -5/+13 |
| | |||||
* | Fix a compiler error in abi-gen | Leonid Logvinov | 2018-01-10 | 1 | -2/+2 |
| | |||||
* | Fix a compiler error with constructor enum | Leonid Logvinov | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Merge pull request #305 from 0xProject/fix/bignumber_config | Leonid | 2018-01-10 | 1 | -1/+6 |
|\ | | | | | Use configured version of bignumber in all packages | ||||
| * | Fix prettier | Leonid Logvinov | 2018-01-04 | 1 | -1/+3 |
| | | |||||
| * | Fix linter errors | Leonid Logvinov | 2018-01-04 | 1 | -1/+4 |
| | | |||||
* | | Added constructor ABIs to abi-gen | Olaf Tomalka | 2018-01-03 | 1 | -0/+9 |
|/ | | | | | | Additionally if the constructor is not existent in JSON, meaning it's implcite with no parameters, we're explicitly creating one, with actual JSON parameters that it should have. | ||||
* | Merge pull request #295 from dharmaprotocol/fix-array-typing-generation | Leonid | 2018-01-03 | 1 | -1/+1 |
|\ | | | | | Fix array typing generation when permitting multiple types | ||||
| * | Fix typing generation for arrays in which types separated by |s | Nadav Hollander | 2017-12-25 | 1 | -1/+1 |
| | | |||||
* | | Apply prettier config | Leonid Logvinov | 2018-01-03 | 1 | -9/+12 |
|/ | |||||
* | Rename abi-gen to typed-contracts | Leonid Logvinov | 2017-12-06 | 1 | -0/+56 |