index
:
dexon-sol-tools
development
master
DEXON fork of Solidity development tools originated from 0x-monorepo (https://github.com/dexon-foundation/sol-tools)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
contracts
/
src
/
contracts
/
current
/
protocol
/
AssetProxy
/
ERC20Proxy.sol
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update file structure
Amir Bandeali
2018-06-30
1
-132
/
+0
*
Remove transferFrom, implement in fallback function
Amir Bandeali
2018-06-30
1
-118
/
+83
*
Remove redundant files, hard code function selector in dispatchTransferFrom, ...
Amir Bandeali
2018-06-27
1
-24
/
+18
*
ERC20 Custom storage layout
Remco Bloemen
2018-06-27
1
-3
/
+1
*
Golf the authorization check
Remco Bloemen
2018-06-27
1
-1
/
+132
*
Compute bytes4 proxyid constants
Remco Bloemen
2018-06-26
1
-1
/
+1
*
WIP
Remco Bloemen
2018-06-26
1
-1
/
+1
*
ABI encoded asset data
Remco Bloemen
2018-06-26
1
-2
/
+2
*
Split transfer impl and AssetProxyMixin
Jacob Evans
2018-06-18
1
-56
/
+3
*
Handle tokens that do not return bool
Remco Bloemen
2018-06-14
1
-1
/
+29
*
Pop id from assetData before dispatching to AssetProxies
Amir Bandeali
2018-06-13
1
-36
/
+1
*
Fixed merge error when rebasing wrt length variable in asset data decoders
Greg Hysen
2018-06-08
1
-2
/
+2
*
Style updates to ERC721 onReceiver
Greg Hysen
2018-06-08
1
-1
/
+0
*
Fixed after rebase
Greg Hysen
2018-06-08
1
-2
/
+2
*
Fixed up after rebasing. Contracts build and tests pass
Greg Hysen
2018-06-08
1
-4
/
+3
*
Style audit for proxies + libmem + libbytes
Greg Hysen
2018-06-08
1
-1
/
+1
*
Style audit proxies
Greg Hysen
2018-06-08
1
-1
/
+7
*
Removed the LibAssetProxyDecoder. Merged decode functions into the proxies. T...
Greg Hysen
2018-06-08
1
-3
/
+21
*
Converged on naming scheme for asset data: renamed all instances of assetMeta...
Greg Hysen
2018-06-08
1
-3
/
+3
*
LibMem + TestLibMem + LibAssetProxyDecoder + DummyERC721Receiver
Greg Hysen
2018-06-08
1
-12
/
+12
*
Update Exchange statuses, revert instead of emmitting event on fill/cancel fa...
Amir Bandeali
2018-06-05
1
-10
/
+5
*
Check length before accessing indices, add awaitTransactionSuccess where need...
Amir Bandeali
2018-05-31
1
-4
/
+6
*
Make AssetProxyId last byte of assetData
Amir Bandeali
2018-05-31
1
-4
/
+6
*
Upgraded to Solidity 0.4.24
Greg Hysen
2018-05-19
1
-1
/
+1
*
Move Authorizable to AssetProxy dir, rename to MixinAuthorizable
Amir Bandeali
2018-05-08
1
-1
/
+3
*
Split up mixins and interfaces
Amir Bandeali
2018-05-05
1
-0
/
+81