index
:
dexon-sol-tools
development
master
DEXON fork of Solidity development tools originated from 0x-monorepo (https://github.com/dexon-foundation/sol-tools)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
contracts
/
test
/
asset_proxy_dispatcher
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix tests
Amir Bandeali
2018-04-24
3
-651
/
+0
*
Fix and cleanup tests
Amir Bandeali
2018-04-24
2
-105
/
+80
*
Rename proxyUtils => assetProxyUtils
Amir Bandeali
2018-04-23
2
-14
/
+14
*
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
2
-8
/
+8
*
export proxyUtils instead of individual functions
Amir Bandeali
2018-04-22
2
-14
/
+14
*
Renamed addAssetProxy back to registerAssetProxy; this seemed to cause less c...
Greg Hysen
2018-04-21
1
-14
/
+14
*
Inlined decodeMetadata in the proxies and removed encodeMetadata (already exi...
Greg Hysen
2018-04-21
1
-60
/
+0
*
Miscellaneous style changes to the contracts package; specifically tests
Greg Hysen
2018-04-21
2
-14
/
+25
*
Ran prettier
Greg Hysen
2018-04-21
2
-38
/
+11
*
renaming after tokenTransferProxy was removed
Greg Hysen
2018-04-21
2
-73
/
+73
*
Removed ERC20 V1 Proxy + TokenTransferProxy
Greg Hysen
2018-04-21
3
-151
/
+148
*
Reverted change that allowed ERC721 transfer proxy to be called with amount 0...
Greg Hysen
2018-04-21
1
-11
/
+10
*
Added clarity to not-authorized test case in dispatcher
Greg Hysen
2018-04-21
1
-3
/
+4
*
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
2
-9
/
+9
*
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
2
-5
/
+5
*
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
*
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
2
-23
/
+23
*
nilAddress to ZeroEx.NULL_ADDRESS
Greg Hysen
2018-04-21
2
-17
/
+15
*
Removed unnecessary assetProxyManagerAddress
Greg Hysen
2018-04-21
2
-14
/
+14
*
setAssetProxy to addAssetProxy
Greg Hysen
2018-04-21
1
-14
/
+14
*
Renamed TransferProxy to Proxy
Greg Hysen
2018-04-21
2
-6
/
+6
*
Renaming TransferProxy to Proxy
Greg Hysen
2018-04-21
2
-26
/
+26
*
Asset Proxy Dispatcher
Greg Hysen
2018-04-21
2
-0
/
+746