aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/src/abstract
Commit message (Collapse)AuthorAgeFilesLines
* Update file structureAmir Bandeali2018-06-301-3/+0
|
* Update AbstractAssetWrapperFabio Berger2018-06-261-1/+1
|
* Fix tslint issuesFabio Berger2018-06-261-2/+0
|
* - Refactor assetWrapper to contain more of the normalizing logic instead of ↵Fabio Berger2018-06-151-5/+0
| | | | | | | | 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 Berger2018-06-131-0/+10
superset