aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/asset_proxy_dispatcher
Commit message (Expand)AuthorAgeFilesLines
* Rename DummyToken => DummyERC20TokenAmir Bandeali2018-04-222-8/+8
* export proxyUtils instead of individual functionsAmir Bandeali2018-04-222-14/+14
* Renamed addAssetProxy back to registerAssetProxy; this seemed to cause less c...Greg Hysen2018-04-211-14/+14
* Inlined decodeMetadata in the proxies and removed encodeMetadata (already exi...Greg Hysen2018-04-211-60/+0
* Miscellaneous style changes to the contracts package; specifically testsGreg Hysen2018-04-212-14/+25
* Ran prettierGreg Hysen2018-04-212-38/+11
* renaming after tokenTransferProxy was removedGreg Hysen2018-04-212-73/+73
* Removed ERC20 V1 Proxy + TokenTransferProxyGreg Hysen2018-04-213-151/+148
* Reverted change that allowed ERC721 transfer proxy to be called with amount 0...Greg Hysen2018-04-211-11/+10
* Added clarity to not-authorized test case in dispatcherGreg Hysen2018-04-211-3/+4
* 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-212-9/+9
* Minor changes to typescript testsGreg Hysen2018-04-211-4/+4
* Updated ERC20 v1 proxy names in testsGreg Hysen2018-04-212-5/+5
* Ran prettier/linter on new contract testsGreg Hysen2018-04-211-1/+0
* Added more comments to proxy testsGreg Hysen2018-04-211-52/+25
* Cleaned up TS in dispatcher testsGreg Hysen2018-04-211-44/+36
* Minor style improvements to asset proxy utilsGreg Hysen2018-04-212-23/+23
* nilAddress to ZeroEx.NULL_ADDRESSGreg Hysen2018-04-212-17/+15
* Removed unnecessary assetProxyManagerAddressGreg Hysen2018-04-212-14/+14
* setAssetProxy to addAssetProxyGreg Hysen2018-04-211-14/+14
* Renamed TransferProxy to ProxyGreg Hysen2018-04-212-6/+6
* Renaming TransferProxy to ProxyGreg Hysen2018-04-212-26/+26
* Asset Proxy DispatcherGreg Hysen2018-04-212-0/+746