aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/src/utils/erc20_wrapper.ts
Commit message (Collapse)AuthorAgeFilesLines
* Update file structureAmir Bandeali2018-06-301-167/+0
|
* Add await time constantFabio Berger2018-06-281-0/+2
|
* Add missing awaitTransactionSuccessAsync callsFabio Berger2018-06-281-6/+10
|
* Fix merge issuesFabio Berger2018-06-261-3/+3
|
* Remove hack in ERC20WrapperFabio Berger2018-06-191-6/+6
|
* - Refactor assetWrapper to contain more of the normalizing logic instead of ↵Fabio Berger2018-06-151-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 Berger2018-06-131-8/+19
| | | | superset
* Merge branch 'v2-prototype' into feature/combinatorial-testingFabio Berger2018-06-081-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 Berger2018-06-061-2/+2
| | | | | | | | `generated_contract_wrappers` in package with no non-generated contract wrappers
* | POC: Generates an order from spec, get's the amount fillableFabio Berger2018-06-081-3/+25
|/
* Remove unused promises arrayAlex Browne2018-06-021-3/+0
|
* Make erc20_wrapper and erc721_wrapper serialAlex Browne2018-06-021-22/+23
|
* Fix linter errorsLeonid Logvinov2018-06-011-1/+1
|
* Introduce ethereum-types packageLeonid Logvinov2018-06-011-1/+1
|
* Use web3-wrapper instead of 0x.js, update logDecoderAmir Bandeali2018-05-251-1/+5
|
* Add missing return typesRemco Bloemen2018-05-221-4/+4
|
* Merge branch 'development' into v2-prototypeAmir Bandeali2018-05-161-16/+17
|
* Rename variables, create private validation methods in token wrappersAmir Bandeali2018-04-241-32/+33
|
* Define numbers of dummy tokens to deploy in constantsAmir Bandeali2018-04-241-1/+1
|
* Add ERC20WrapperAmir Bandeali2018-04-241-0/+114