index
:
dexon-sol-tools
development
master
DEXON fork of Solidity development tools originated from 0x-monorepo (https://github.com/dexon-foundation/sol-tools)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
contracts
/
src
/
utils
/
asset_proxy_utils.ts
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Initial refactor of order-utils. Move many utils from contracts into this ↵
Fabio Berger
2018-05-30
1
-144
/
+0
|
|
|
|
package.
*
Cleaned up interface for decoding proxy data. Added a general decoder, which ↵
Greg Hysen
2018-05-19
1
-5
/
+36
|
|
|
|
should be useful for the forwarding contract code.
*
Atomic Order Matching - Tests
Greg Hysen
2018-05-19
1
-0
/
+74
|
*
Pad to 32 if asset ids are small
Jacob Evans
2018-05-10
1
-1
/
+2
|
*
Rename proxyUtils => assetProxyUtils
Amir Bandeali
2018-04-23
1
-6
/
+6
|
*
export proxyUtils instead of individual functions
Amir Bandeali
2018-04-22
1
-34
/
+32
|
*
Removed ERC20 V1 Proxy + TokenTransferProxy
Greg Hysen
2018-04-21
1
-8
/
+0
|
*
toUnsigned -> toBuffer in assetProxyUtils
Greg Hysen
2018-04-21
1
-1
/
+1
|
*
Minor changes to typescript tests
Greg Hysen
2018-04-21
1
-3
/
+1
|
*
Updated ERC20 v1 proxy names in tests
Greg Hysen
2018-04-21
1
-1
/
+1
|
*
Minor style improvements to asset proxy utils
Greg Hysen
2018-04-21
1
-10
/
+3
|
*
ethereum-js for encoding/decoding asset proxy data
Greg Hysen
2018-04-21
1
-41
/
+32
|
*
Removed unused dependency
Greg Hysen
2018-04-21
1
-1
/
+0
|
*
snake case to camel case
Greg Hysen
2018-04-21
1
-25
/
+25
|
*
Asset Proxy Dispatcher
Greg Hysen
2018-04-21
1
-0
/
+67