aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract-wrappers/src/contract_wrappers/erc721_proxy_wrapper.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add note about tslint false positiveAlex Browne2018-10-271-0/+2
|
* fix(contract-wrappers): Fix tslint errors that were lingering due to ↵Alex Browne2018-10-241-0/+1
| | | | misconfiguration
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-4/+4
|
* In contract-wrappers, remove setProvider and add unsubscribeAll method.Alex Browne2018-10-161-6/+0
|
* Improve error handling for unknown network ids in contract-wrappersAlex Browne2018-10-161-1/+2
|
* Apply various PR feedbackAlex Browne2018-10-161-3/+2
|
* Introduce new contract-addresses package and use it everywhereAlex Browne2018-10-161-6/+7
|
* update contract_wrappers to use new artifacts and abi-gen wrappers packagesAlex Browne2018-10-161-5/+6
|
* Remove artifacts from migrations package and update contract-wrappers ↵Alex Browne2018-10-161-26/+13
| | | | accordingly
* Update contract-wrappers package to use new contracts package for generated ↵Alex Browne2018-10-161-5/+4
| | | | files
* Remove outdating commentFabio Berger2018-08-171-2/+1
|
* Add missing doc commentsFabio Berger2018-08-031-0/+8
|
* Dedupe AssetProxyId typesLeonid Logvinov2018-07-091-1/+1
|
* Return AssetProxyId instead of string from proxy.getProxyIdAsync()Leonid Logvinov2018-07-091-2/+3
|
* Add contractWrappers.erc721Proxy.getproxyIdAsyncLeonid Logvinov2018-07-051-0/+9
|
* Add HACK commentsLeonid Logvinov2018-06-291-0/+2
|
* Implement ERC721 token wrapper and token transfer proxy with testsLeonid Logvinov2018-06-291-0/+73