aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract-wrappers/src/contract_wrappers/erc721_token_wrapper.ts
Commit message (Collapse)AuthorAgeFilesLines
* Update dependency packagesHsuan Lee2019-01-191-470/+0
|
* Add nonce to TxOptsLeonid Logvinov2018-11-201-0/+3
|
* fix(contract-wrappers): Fix tslint errors that were lingering due to ↵Alex Browne2018-10-241-7/+6
| | | | misconfiguration
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-5/+5
|
* Remove ContractNotFound errors in contract-wrappersAlex Browne2018-10-161-6/+0
|
* In contract-wrappers, remove setProvider and add unsubscribeAll method.Alex Browne2018-10-161-7/+0
|
* Introduce new contract-addresses package and use it everywhereAlex Browne2018-10-161-2/+8
|
* update contract_wrappers to use new artifacts and abi-gen wrappers packagesAlex Browne2018-10-161-13/+14
|
* Remove artifacts from migrations package and update contract-wrappers ↵Alex Browne2018-10-161-18/+14
| | | | accordingly
* Update contract-wrappers package to use new contracts package for generated ↵Alex Browne2018-10-161-11/+10
| | | | files
* Remove outdating commentFabio Berger2018-08-171-2/+1
|
* Add missing doc commentsFabio Berger2018-08-031-0/+8
|
* 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