Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix merge issues | Fabio Berger | 2018-06-26 | 1 | -3/+3 |
| | |||||
* | Remove hack in ERC20Wrapper | Fabio Berger | 2018-06-19 | 1 | -6/+6 |
| | |||||
* | - Refactor assetWrapper to contain more of the normalizing logic instead of ↵ | Fabio Berger | 2018-06-15 | 1 | -19/+29 |
| | | | | | | | | erc20Wrapper and erc721Wrapper - Add burn method to DummyERC721Token - Add additional methods to assetWrapper to set balance/allowances on ERC20 and ERC721 tokens - Use approve instead of approveAll for ERC721 tokens | ||||
* | Refactor ERC20 and ERC721 wrappers for V2 and introduce the assetWrapper ↵ | Fabio Berger | 2018-06-13 | 1 | -8/+19 |
| | | | | superset | ||||
* | Merge branch 'v2-prototype' into feature/combinatorial-testing | Fabio Berger | 2018-06-08 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | * v2-prototype: Fix linter issue Fix linter issue Fix tslint issues Fix missing paths Fixed path Use source-map-support package to include correct line numbers in mocha move generated contract wrappers from `contract_wrappers/generated/` to `generated_contract_wrappers` in package with no non-generated contract wrappers | ||||
| * | move generated contract wrappers from `contract_wrappers/generated/` to ↵ | Fabio Berger | 2018-06-06 | 1 | -2/+2 |
| | | | | | | | | `generated_contract_wrappers` in package with no non-generated contract wrappers | ||||
* | | POC: Generates an order from spec, get's the amount fillable | Fabio Berger | 2018-06-08 | 1 | -3/+25 |
|/ | |||||
* | Remove unused promises array | Alex Browne | 2018-06-02 | 1 | -3/+0 |
| | |||||
* | Make erc20_wrapper and erc721_wrapper serial | Alex Browne | 2018-06-02 | 1 | -22/+23 |
| | |||||
* | Fix linter errors | Leonid Logvinov | 2018-06-01 | 1 | -1/+1 |
| | |||||
* | Introduce ethereum-types package | Leonid Logvinov | 2018-06-01 | 1 | -1/+1 |
| | |||||
* | Use web3-wrapper instead of 0x.js, update logDecoder | Amir Bandeali | 2018-05-25 | 1 | -1/+5 |
| | |||||
* | Add missing return types | Remco Bloemen | 2018-05-22 | 1 | -4/+4 |
| | |||||
* | Merge branch 'development' into v2-prototype | Amir Bandeali | 2018-05-16 | 1 | -16/+17 |
| | |||||
* | Rename variables, create private validation methods in token wrappers | Amir Bandeali | 2018-04-24 | 1 | -32/+33 |
| | |||||
* | Define numbers of dummy tokens to deploy in constants | Amir Bandeali | 2018-04-24 | 1 | -1/+1 |
| | |||||
* | Add ERC20Wrapper | Amir Bandeali | 2018-04-24 | 1 | -0/+114 |