index
:
dexon-sol-tools
development
master
DEXON fork of Solidity development tools originated from 0x-monorepo (https://github.com/dexon-foundation/sol-tools)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
contract-wrappers
/
src
/
contract_wrappers
/
erc721_proxy_wrapper.ts
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Update dependency packages
Hsuan Lee
2019-01-19
1
-77
/
+0
|
*
Add note about tslint false positive
Alex Browne
2018-10-27
1
-0
/
+2
|
*
fix(contract-wrappers): Fix tslint errors that were lingering due to ↵
Alex Browne
2018-10-24
1
-0
/
+1
|
|
|
|
misconfiguration
*
chore: change package org from 0xproject to 0x
Jacob Evans
2018-10-18
1
-4
/
+4
|
*
In contract-wrappers, remove setProvider and add unsubscribeAll method.
Alex Browne
2018-10-16
1
-6
/
+0
|
*
Improve error handling for unknown network ids in contract-wrappers
Alex Browne
2018-10-16
1
-1
/
+2
|
*
Apply various PR feedback
Alex Browne
2018-10-16
1
-3
/
+2
|
*
Introduce new contract-addresses package and use it everywhere
Alex Browne
2018-10-16
1
-6
/
+7
|
*
update contract_wrappers to use new artifacts and abi-gen wrappers packages
Alex Browne
2018-10-16
1
-5
/
+6
|
*
Remove artifacts from migrations package and update contract-wrappers ↵
Alex Browne
2018-10-16
1
-26
/
+13
|
|
|
|
accordingly
*
Update contract-wrappers package to use new contracts package for generated ↵
Alex Browne
2018-10-16
1
-5
/
+4
|
|
|
|
files
*
Remove outdating comment
Fabio Berger
2018-08-17
1
-2
/
+1
|
*
Add missing doc comments
Fabio Berger
2018-08-03
1
-0
/
+8
|
*
Dedupe AssetProxyId types
Leonid Logvinov
2018-07-09
1
-1
/
+1
|
*
Return AssetProxyId instead of string from proxy.getProxyIdAsync()
Leonid Logvinov
2018-07-09
1
-2
/
+3
|
*
Add contractWrappers.erc721Proxy.getproxyIdAsync
Leonid Logvinov
2018-07-05
1
-0
/
+9
|
*
Add HACK comments
Leonid Logvinov
2018-06-29
1
-0
/
+2
|
*
Implement ERC721 token wrapper and token transfer proxy with tests
Leonid Logvinov
2018-06-29
1
-0
/
+73