aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/asset_proxy_dispatcher/proxies.ts
Commit message (Expand)AuthorAgeFilesLines
* Fix and cleanup testsAmir Bandeali2018-04-241-66/+53
* Rename proxyUtils => assetProxyUtilsAmir Bandeali2018-04-231-10/+10
* Rename missed variablesAmir Bandeali2018-04-231-8/+8
* Rename token => assetAmir Bandeali2018-04-221-11/+11
* Rename DummyToken => DummyERC20TokenAmir Bandeali2018-04-221-4/+4
* export proxyUtils instead of individual functionsAmir Bandeali2018-04-221-10/+10
* Inlined decodeMetadata in the proxies and removed encodeMetadata (already exi...Greg Hysen2018-04-211-60/+0
* Ran prettierGreg Hysen2018-04-211-28/+9
* renaming after tokenTransferProxy was removedGreg Hysen2018-04-211-39/+39
* Removed ERC20 V1 Proxy + TokenTransferProxyGreg Hysen2018-04-211-124/+43
* Reverted change that allowed ERC721 transfer proxy to be called with amount 0...Greg Hysen2018-04-211-11/+10
* More testing of common functionality across proxiesGreg Hysen2018-04-211-19/+58
* Updates to proxy tests.Greg Hysen2018-04-211-13/+13
* More authorized -> owner in test commentsGreg Hysen2018-04-211-3/+3
* Style improvements to the Asset Proxy testsGreg Hysen2018-04-211-39/+47
* Replaced instances of `accounts[0]` with `owner` in contracts test casesGreg Hysen2018-04-211-4/+4
* Updated ERC20 v1 proxy names in testsGreg Hysen2018-04-211-4/+4
* Ran prettier/linter on new contract testsGreg Hysen2018-04-211-1/+0
* Added more comments to proxy testsGreg Hysen2018-04-211-52/+25
* Minor style improvements to asset proxy utilsGreg Hysen2018-04-211-17/+17
* nilAddress to ZeroEx.NULL_ADDRESSGreg Hysen2018-04-211-1/+0
* Removed unnecessary assetProxyManagerAddressGreg Hysen2018-04-211-9/+9
* Renamed TransferProxy to ProxyGreg Hysen2018-04-211-3/+3
* Renaming TransferProxy to ProxyGreg Hysen2018-04-211-12/+12
* Asset Proxy DispatcherGreg Hysen2018-04-211-0/+407