Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove redundant files, hard code function selector in dispatchTransferFrom, ↵ | Amir Bandeali | 2018-06-27 | 1 | -84/+0 |
| | | | | and modify revert reason | ||||
* | Fix tests | Amir Bandeali | 2018-06-26 | 1 | -2/+1 |
| | |||||
* | Update tests | Remco Bloemen | 2018-06-26 | 1 | -3/+2 |
| | |||||
* | WIP | Remco Bloemen | 2018-06-26 | 1 | -0/+1 |
| | |||||
* | Merge LibMem and LibBytes | Remco Bloemen | 2018-06-23 | 1 | -1/+0 |
| | |||||
* | Pop id from assetData before dispatching to AssetProxies | Amir Bandeali | 2018-06-13 | 1 | -19/+2 |
| | |||||
* | Linter changes to contracts | Greg Hysen | 2018-06-09 | 1 | -7/+1 |
| | |||||
* | Cleanup after last rebase | Greg Hysen | 2018-06-08 | 1 | -1/+1 |
| | |||||
* | Style updates to contracts | Greg Hysen | 2018-06-08 | 1 | -4/+2 |
| | |||||
* | Union types for generalized decodeAssetData | Greg Hysen | 2018-06-08 | 1 | -2/+2 |
| | |||||
* | Style updates to ERC721 onReceiver | Greg Hysen | 2018-06-08 | 1 | -2/+12 |
| | |||||
* | Fixes after rebasing | Greg Hysen | 2018-06-08 | 1 | -5/+4 |
| | |||||
* | Fixed up after rebasing. Contracts build and tests pass | Greg Hysen | 2018-06-08 | 1 | -4/+5 |
| | |||||
* | Style audit for proxies + libmem + libbytes | Greg Hysen | 2018-06-08 | 1 | -10/+11 |
| | |||||
* | Removed the LibAssetProxyDecoder. Merged decode functions into the proxies. ↵ | Greg Hysen | 2018-06-08 | 1 | -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 Hysen | 2018-06-08 | 1 | -20/+20 |
| | | | | assetMetadata, proxyData, proxyMetadata to assetData | ||||
* | Tons of tests around nested byte arrays and ERC721 receiver | Greg Hysen | 2018-06-08 | 1 | -1/+25 |
| | |||||
* | Test for onReceived erc721 callback | Greg Hysen | 2018-06-08 | 1 | -1/+1 |
| | |||||
* | LibAssetProxyDecoder tests | Greg Hysen | 2018-06-08 | 1 | -26/+30 |
| | |||||
* | Foundation for TestLibAssetProxyDecoder | Greg Hysen | 2018-06-08 | 1 | -0/+72 |