aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/asset_proxy_dispatcher/dispatcher.ts
Commit message (Expand)AuthorAgeFilesLines
* Fix testsAmir Bandeali2018-04-241-296/+0
* Fix and cleanup testsAmir Bandeali2018-04-241-39/+27
* Rename proxyUtils => assetProxyUtilsAmir Bandeali2018-04-231-4/+4
* Rename DummyToken => DummyERC20TokenAmir Bandeali2018-04-221-4/+4
* export proxyUtils instead of individual functionsAmir Bandeali2018-04-221-4/+4
* Renamed addAssetProxy back to registerAssetProxy; this seemed to cause less c...Greg Hysen2018-04-211-14/+14
* Miscellaneous style changes to the contracts package; specifically testsGreg Hysen2018-04-211-13/+24
* Ran prettierGreg Hysen2018-04-211-10/+2
* renaming after tokenTransferProxy was removedGreg Hysen2018-04-211-34/+34
* Removed ERC20 V1 Proxy + TokenTransferProxyGreg Hysen2018-04-211-27/+1
* Added clarity to not-authorized test case in dispatcherGreg Hysen2018-04-211-3/+4
* Replaced instances of `accounts[0]` with `owner` in contracts test casesGreg Hysen2018-04-211-5/+5
* Minor changes to typescript testsGreg Hysen2018-04-211-4/+4
* Updated ERC20 v1 proxy names in testsGreg Hysen2018-04-211-1/+1
* Cleaned up TS in dispatcher testsGreg Hysen2018-04-211-44/+36
* Minor style improvements to asset proxy utilsGreg Hysen2018-04-211-6/+6
* nilAddress to ZeroEx.NULL_ADDRESSGreg Hysen2018-04-211-16/+15
* Removed unnecessary assetProxyManagerAddressGreg Hysen2018-04-211-5/+5
* setAssetProxy to addAssetProxyGreg Hysen2018-04-211-14/+14
* Renamed TransferProxy to ProxyGreg Hysen2018-04-211-3/+3
* Renaming TransferProxy to ProxyGreg Hysen2018-04-211-14/+14
* Asset Proxy DispatcherGreg Hysen2018-04-211-0/+339