aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/src/utils/asset_wrapper.ts
Commit message (Collapse)AuthorAgeFilesLines
* Update file structureAmir Bandeali2018-06-301-217/+0
|
* Fix merge issuesFabio Berger2018-06-261-9/+10
|
* Fix tslint issuesFabio Berger2018-06-261-2/+0
|
* Add support for approveAll in assetWrapper and fillOrderScenariosFabio Berger2018-06-211-4/+8
|
* Add support for setting allowance to unlimitedFabio Berger2018-06-201-7/+24
|
* Add noop conditionals for clarityFabio Berger2018-06-201-0/+10
|
* Rename for clarityFabio Berger2018-06-201-8/+8
|
* Comments and cleanupFabio Berger2018-06-191-20/+8
|
* - Refactor assetWrapper to contain more of the normalizing logic instead of ↵Fabio Berger2018-06-151-9/+176
| | | | | | | | 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/+32
superset