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
/
contracts
/
test
/
asset_proxy_dispatcher
/
proxies.ts
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix tests
Amir Bandeali
2018-04-24
1
-251
/
+0
*
Fix and cleanup tests
Amir Bandeali
2018-04-24
1
-66
/
+53
*
Rename proxyUtils => assetProxyUtils
Amir Bandeali
2018-04-23
1
-10
/
+10
*
Rename missed variables
Amir Bandeali
2018-04-23
1
-8
/
+8
*
Rename token => asset
Amir Bandeali
2018-04-22
1
-11
/
+11
*
Rename DummyToken => DummyERC20Token
Amir Bandeali
2018-04-22
1
-4
/
+4
*
export proxyUtils instead of individual functions
Amir Bandeali
2018-04-22
1
-10
/
+10
*
Inlined decodeMetadata in the proxies and removed encodeMetadata (already exi...
Greg Hysen
2018-04-21
1
-60
/
+0
*
Ran prettier
Greg Hysen
2018-04-21
1
-28
/
+9
*
renaming after tokenTransferProxy was removed
Greg Hysen
2018-04-21
1
-39
/
+39
*
Removed ERC20 V1 Proxy + TokenTransferProxy
Greg Hysen
2018-04-21
1
-124
/
+43
*
Reverted change that allowed ERC721 transfer proxy to be called with amount 0...
Greg Hysen
2018-04-21
1
-11
/
+10
*
More testing of common functionality across proxies
Greg Hysen
2018-04-21
1
-19
/
+58
*
Updates to proxy tests.
Greg Hysen
2018-04-21
1
-13
/
+13
*
More authorized -> owner in test comments
Greg Hysen
2018-04-21
1
-3
/
+3
*
Style improvements to the Asset Proxy tests
Greg Hysen
2018-04-21
1
-39
/
+47
*
Replaced instances of `accounts[0]` with `owner` in contracts test cases
Greg Hysen
2018-04-21
1
-4
/
+4
*
Updated ERC20 v1 proxy names in tests
Greg Hysen
2018-04-21
1
-4
/
+4
*
Ran prettier/linter on new contract tests
Greg Hysen
2018-04-21
1
-1
/
+0
*
Added more comments to proxy tests
Greg Hysen
2018-04-21
1
-52
/
+25
*
Minor style improvements to asset proxy utils
Greg Hysen
2018-04-21
1
-17
/
+17
*
nilAddress to ZeroEx.NULL_ADDRESS
Greg Hysen
2018-04-21
1
-1
/
+0
*
Removed unnecessary assetProxyManagerAddress
Greg Hysen
2018-04-21
1
-9
/
+9
*
Renamed TransferProxy to Proxy
Greg Hysen
2018-04-21
1
-3
/
+3
*
Renaming TransferProxy to Proxy
Greg Hysen
2018-04-21
1
-12
/
+12
*
Asset Proxy Dispatcher
Greg Hysen
2018-04-21
1
-0
/
+407