aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/asset_proxy/decoder.ts
Commit message (Collapse)AuthorAgeFilesLines
* Pop id from assetData before dispatching to AssetProxiesAmir Bandeali2018-06-131-19/+2
|
* Linter changes to contractsGreg Hysen2018-06-091-7/+1
|
* Cleanup after last rebaseGreg Hysen2018-06-081-1/+1
|
* Style updates to contractsGreg Hysen2018-06-081-4/+2
|
* Union types for generalized decodeAssetDataGreg Hysen2018-06-081-2/+2
|
* Style updates to ERC721 onReceiverGreg Hysen2018-06-081-2/+12
|
* Fixes after rebasingGreg Hysen2018-06-081-5/+4
|
* Fixed up after rebasing. Contracts build and tests passGreg Hysen2018-06-081-4/+5
|
* Style audit for proxies + libmem + libbytesGreg Hysen2018-06-081-10/+11
|
* Removed the LibAssetProxyDecoder. Merged decode functions into the proxies. ↵Greg Hysen2018-06-081-5/+5
| | | | This way they can still be used by the forwarding contract. TestAssetDataDecoders inherits them in the same way the forwarding contract would
* Converged on naming scheme for asset data: renamed all instances of ↵Greg Hysen2018-06-081-20/+20
| | | | assetMetadata, proxyData, proxyMetadata to assetData
* Tons of tests around nested byte arrays and ERC721 receiverGreg Hysen2018-06-081-1/+25
|
* Test for onReceived erc721 callbackGreg Hysen2018-06-081-1/+1
|
* LibAssetProxyDecoder testsGreg Hysen2018-06-081-26/+30
|
* Foundation for TestLibAssetProxyDecoderGreg Hysen2018-06-081-0/+72