index
:
dexon-0x-contracts
dev
master
stable
DEXON fork of 0x protocol contracts forked from 0x-monorepo (https://github.com/dexon-foundation/0x-contracts)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
contract-wrappers
/
src
/
contract_wrappers
/
erc721_token_wrapper.ts
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove outdating comment
Fabio Berger
2018-08-17
1
-2
/
+1
*
Add missing doc comments
Fabio Berger
2018-08-03
1
-0
/
+8
*
Fix accidental import from test folder
Fabio Berger
2018-07-26
1
-1
/
+1
*
Merge
Leonid Logvinov
2018-07-18
1
-9
/
+11
*
Stop subscriptions from unsubscribing on recoverable network issues
Fabio Berger
2018-07-17
1
-0
/
+3
*
Rearrange assertions t match parameter order
Leonid Logvinov
2018-07-05
1
-47
/
+30
*
Pass through blockPollingInterval down to contract wrapper
Leonid Logvinov
2018-07-05
1
-2
/
+7
*
Add isSubscriptionToken assertion
Leonid Logvinov
2018-06-29
1
-0
/
+1
*
Rename approved to approvedAddress
Leonid Logvinov
2018-06-29
1
-2
/
+2
*
Use removeUndefinedProperties for txOpts
Leonid Logvinov
2018-06-29
1
-9
/
+15
*
Rename getApprovedAsync to getApprovedIfExistsAsync
Leonid Logvinov
2018-06-29
1
-5
/
+5
*
Add HACK comments
Leonid Logvinov
2018-06-29
1
-0
/
+2
*
Add assertions for txOpts and methodOpts
Leonid Logvinov
2018-06-29
1
-4
/
+35
*
Implement ERC721 token wrapper and token transfer proxy with tests
Leonid Logvinov
2018-06-29
1
-0
/
+439