aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/src/contracts/current/protocol/AssetProxy/ERC20Proxy.sol
Commit message (Expand)AuthorAgeFilesLines
* Update file structureAmir Bandeali2018-06-301-132/+0
* Remove transferFrom, implement in fallback functionAmir Bandeali2018-06-301-118/+83
* Remove redundant files, hard code function selector in dispatchTransferFrom, ...Amir Bandeali2018-06-271-24/+18
* ERC20 Custom storage layoutRemco Bloemen2018-06-271-3/+1
* Golf the authorization checkRemco Bloemen2018-06-271-1/+132
* Compute bytes4 proxyid constantsRemco Bloemen2018-06-261-1/+1
* WIPRemco Bloemen2018-06-261-1/+1
* ABI encoded asset dataRemco Bloemen2018-06-261-2/+2
* Split transfer impl and AssetProxyMixinJacob Evans2018-06-181-56/+3
* Handle tokens that do not return boolRemco Bloemen2018-06-141-1/+29
* Pop id from assetData before dispatching to AssetProxiesAmir Bandeali2018-06-131-36/+1
* Fixed merge error when rebasing wrt length variable in asset data decodersGreg Hysen2018-06-081-2/+2
* Style updates to ERC721 onReceiverGreg Hysen2018-06-081-1/+0
* Fixed after rebaseGreg Hysen2018-06-081-2/+2
* Fixed up after rebasing. Contracts build and tests passGreg Hysen2018-06-081-4/+3
* Style audit for proxies + libmem + libbytesGreg Hysen2018-06-081-1/+1
* Style audit proxiesGreg Hysen2018-06-081-1/+7
* Removed the LibAssetProxyDecoder. Merged decode functions into the proxies. T...Greg Hysen2018-06-081-3/+21
* Converged on naming scheme for asset data: renamed all instances of assetMeta...Greg Hysen2018-06-081-3/+3
* LibMem + TestLibMem + LibAssetProxyDecoder + DummyERC721ReceiverGreg Hysen2018-06-081-12/+12
* Update Exchange statuses, revert instead of emmitting event on fill/cancel fa...Amir Bandeali2018-06-051-10/+5
* Check length before accessing indices, add awaitTransactionSuccess where need...Amir Bandeali2018-05-311-4/+6
* Make AssetProxyId last byte of assetDataAmir Bandeali2018-05-311-4/+6
* Upgraded to Solidity 0.4.24Greg Hysen2018-05-191-1/+1
* Move Authorizable to AssetProxy dir, rename to MixinAuthorizableAmir Bandeali2018-05-081-1/+3
* Split up mixins and interfacesAmir Bandeali2018-05-051-0/+81