aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/src/utils/asset_proxy_utils.ts
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned up interface for decoding proxy data. Added a general decoder, which ↵Greg Hysen2018-05-191-5/+36
| | | | should be useful for the forwarding contract code.
* Atomic Order Matching - TestsGreg Hysen2018-05-191-0/+74
|
* Pad to 32 if asset ids are smallJacob Evans2018-05-101-1/+2
|
* Rename proxyUtils => assetProxyUtilsAmir Bandeali2018-04-231-6/+6
|
* export proxyUtils instead of individual functionsAmir Bandeali2018-04-221-34/+32
|
* Removed ERC20 V1 Proxy + TokenTransferProxyGreg Hysen2018-04-211-8/+0
|
* toUnsigned -> toBuffer in assetProxyUtilsGreg Hysen2018-04-211-1/+1
|
* Minor changes to typescript testsGreg Hysen2018-04-211-3/+1
|
* Updated ERC20 v1 proxy names in testsGreg Hysen2018-04-211-1/+1
|
* Minor style improvements to asset proxy utilsGreg Hysen2018-04-211-10/+3
|
* ethereum-js for encoding/decoding asset proxy dataGreg Hysen2018-04-211-41/+32
|
* Removed unused dependencyGreg Hysen2018-04-211-1/+0
|
* snake case to camel caseGreg Hysen2018-04-211-25/+25
|
* Asset Proxy DispatcherGreg Hysen2018-04-211-0/+67