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
/
dispatcher.ts
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fix tests
Amir Bandeali
2018-04-24
1
-296
/
+0
|
*
Fix and cleanup tests
Amir Bandeali
2018-04-24
1
-39
/
+27
|
*
Rename proxyUtils => assetProxyUtils
Amir Bandeali
2018-04-23
1
-4
/
+4
|
*
Rename DummyToken => DummyERC20Token
Amir Bandeali
2018-04-22
1
-4
/
+4
|
*
export proxyUtils instead of individual functions
Amir Bandeali
2018-04-22
1
-4
/
+4
|
*
Renamed addAssetProxy back to registerAssetProxy; this seemed to cause less ↵
Greg Hysen
2018-04-21
1
-14
/
+14
|
|
|
|
confusion. Also updated the function description.
*
Miscellaneous style changes to the contracts package; specifically tests
Greg Hysen
2018-04-21
1
-13
/
+24
|
*
Ran prettier
Greg Hysen
2018-04-21
1
-10
/
+2
|
*
renaming after tokenTransferProxy was removed
Greg Hysen
2018-04-21
1
-34
/
+34
|
*
Removed ERC20 V1 Proxy + TokenTransferProxy
Greg Hysen
2018-04-21
1
-27
/
+1
|
*
Added clarity to not-authorized test case in dispatcher
Greg Hysen
2018-04-21
1
-3
/
+4
|
*
Replaced instances of `accounts[0]` with `owner` in contracts test cases
Greg Hysen
2018-04-21
1
-5
/
+5
|
*
Minor changes to typescript tests
Greg Hysen
2018-04-21
1
-4
/
+4
|
*
Updated ERC20 v1 proxy names in tests
Greg Hysen
2018-04-21
1
-1
/
+1
|
*
Cleaned up TS in dispatcher tests
Greg Hysen
2018-04-21
1
-44
/
+36
|
*
Minor style improvements to asset proxy utils
Greg Hysen
2018-04-21
1
-6
/
+6
|
*
nilAddress to ZeroEx.NULL_ADDRESS
Greg Hysen
2018-04-21
1
-16
/
+15
|
*
Removed unnecessary assetProxyManagerAddress
Greg Hysen
2018-04-21
1
-5
/
+5
|
*
setAssetProxy to addAssetProxy
Greg Hysen
2018-04-21
1
-14
/
+14
|
*
Renamed TransferProxy to Proxy
Greg Hysen
2018-04-21
1
-3
/
+3
|
*
Renaming TransferProxy to Proxy
Greg Hysen
2018-04-21
1
-14
/
+14
|
*
Asset Proxy Dispatcher
Greg Hysen
2018-04-21
1
-0
/
+339