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
/
test
/
exchange
/
helpers.ts
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make all lib functions internal, add contracts for testing
Amir Bandeali
2018-04-27
1
-178
/
+0
*
Fix tests
Amir Bandeali
2018-04-24
1
-4
/
+1
*
Fix and cleanup tests
Amir Bandeali
2018-04-24
1
-28
/
+13
*
Rename proxyUtils => assetProxyUtils
Amir Bandeali
2018-04-23
1
-3
/
+3
*
Rename token => asset
Amir Bandeali
2018-04-22
1
-2
/
+2
*
Rename DummyToken => DummyERC20Token
Amir Bandeali
2018-04-22
1
-3
/
+3
*
export proxyUtils instead of individual functions
Amir Bandeali
2018-04-22
1
-3
/
+3
*
Remove unused constructor arguments
Amir Bandeali
2018-04-22
1
-2
/
+1
*
Removed ERC20 V1 Proxy + TokenTransferProxy
Greg Hysen
2018-04-21
1
-1
/
+0
*
Removed takerTokenAddress and makerTokenAddress from Order struct.
Greg Hysen
2018-04-21
1
-2
/
+0
*
Removed unnecessary deployments in test
Greg Hysen
2018-04-21
1
-17
/
+1
*
Replaced instances of `accounts[0]` with `owner` in contracts test cases
Greg Hysen
2018-04-21
1
-3
/
+4
*
Added comments around deploying contracts to helper/wrapper tests
Greg Hysen
2018-04-21
1
-29
/
+18
*
Minor style improvements to asset proxy utils
Greg Hysen
2018-04-21
1
-5
/
+5
*
makerAssetProxyData/takerAssetProxyData -> makerAssetData/takerAssetData
Greg Hysen
2018-04-21
1
-2
/
+2
*
nilAddress to ZeroEx.NULL_ADDRESS
Greg Hysen
2018-04-21
1
-3
/
+2
*
Removed unnecessary assetProxyManagerAddress
Greg Hysen
2018-04-21
1
-5
/
+1
*
setAssetProxy to addAssetProxy
Greg Hysen
2018-04-21
1
-2
/
+2
*
Renaming TransferProxy to Proxy
Greg Hysen
2018-04-21
1
-2
/
+2
*
Asset Proxy Dispatcher
Greg Hysen
2018-04-21
1
-4
/
+43
*
Revert variable naming
Amir Bandeali
2018-04-21
1
-2
/
+2
*
Add marketBuyOrders, rename variables, and fx old tests
Amir Bandeali
2018-04-21
1
-4
/
+4
*
Add private keys for testrpc mnemonic
Amir Bandeali
2018-04-21
1
-2
/
+2
*
Modify tests to work with new utils
Amir Bandeali
2018-04-21
1
-22
/
+25
*
Move utils dir into src
Amir Bandeali
2018-04-21
1
-10
/
+5
*
Move our contract templates to accept Provider instead of Web3Wrapper
Leonid Logvinov
2018-04-04
1
-3
/
+3
*
Add sol-cover implementation
Leonid Logvinov
2018-03-12
1
-3
/
+2
*
Improve an error message when an inorrect number of constructor params is passed
Leonid Logvinov
2018-02-28
1
-3
/
+3
*
Fix namings
Leonid Logvinov
2018-02-28
1
-2
/
+2
*
Use the same templates as 0x.js
Leonid Logvinov
2018-02-28
1
-1
/
+1
*
Fix build by using local events types
Leonid Logvinov
2018-02-28
1
-1
/
+6
*
Use Order and SignedOrder type from 0x.js
Leonid Logvinov
2018-02-07
1
-9
/
+10
*
Introduce SignedOrder class and remove type assertions
Leonid Logvinov
2018-02-07
1
-11
/
+12
*
Make orderHashHex a getter instead of a property
Leonid Logvinov
2018-02-07
1
-1
/
+1
*
Change tests
Leonid Logvinov
2018-02-07
1
-1
/
+6
*
Remove accounts magic from tests
Leonid Logvinov
2018-01-30
1
-2
/
+1
*
Make an RPC constructor param implicit
Leonid Logvinov
2018-01-30
1
-1
/
+1
*
Use an enum for contract name
Leonid Logvinov
2018-01-30
1
-6
/
+7
*
Remove truffle from tests
Leonid Logvinov
2018-01-30
1
-12
/
+17
*
Refactor contracts tests to not use injected web3 instance
Leonid Logvinov
2018-01-30
1
-7
/
+3
*
Remove truffle from Exchange tests
Leonid Logvinov
2018-01-30
1
-5
/
+20
*
Remove truffle from tokenTransferProxy tests
Leonid Logvinov
2018-01-30
1
-0
/
+167