aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract-wrappers/src/contract_wrappers/erc721_token_wrapper.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix accidental import from test folderFabio Berger2018-07-261-1/+1
|
* MergeLeonid Logvinov2018-07-181-9/+11
|
* Stop subscriptions from unsubscribing on recoverable network issuesFabio Berger2018-07-171-0/+3
|
* Rearrange assertions t match parameter orderLeonid Logvinov2018-07-051-47/+30
|
* Pass through blockPollingInterval down to contract wrapperLeonid Logvinov2018-07-051-2/+7
|
* Add isSubscriptionToken assertionLeonid Logvinov2018-06-291-0/+1
|
* Rename approved to approvedAddressLeonid Logvinov2018-06-291-2/+2
|
* Use removeUndefinedProperties for txOptsLeonid Logvinov2018-06-291-9/+15
|
* Rename getApprovedAsync to getApprovedIfExistsAsyncLeonid Logvinov2018-06-291-5/+5
|
* Add HACK commentsLeonid Logvinov2018-06-291-0/+2
|
* Add assertions for txOpts and methodOptsLeonid Logvinov2018-06-291-4/+35
|
* Implement ERC721 token wrapper and token transfer proxy with testsLeonid Logvinov2018-06-291-0/+439