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
/
2.0.0
/
protocol
/
Exchange
/
MixinWrapperFunctions.sol
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move generated contract wrappers and artifacts into contracts package
Alex Browne
2018-10-16
1
-426
/
+0
*
Remove TODOs that will not be addressed
Amir Bandeali
2018-09-04
1
-1
/
+1
*
Apply styling fixes
Amir Bandeali
2018-09-04
1
-1
/
+0
*
Add cancelOrderInternal, use within batchCancelOrders
Amir Bandeali
2018-08-31
1
-1
/
+2
*
Add clarifying comments
Amir Bandeali
2018-08-28
1
-0
/
+1
*
Only use one nonReentrant modifier, remove modifier from fillOrderNoThrow var...
Amir Bandeali
2018-08-25
1
-10
/
+7
*
Add nonReentrant modifiers on functions that use getCurrentContextAddress onl...
Amir Bandeali
2018-08-25
1
-13
/
+10
*
Add internal fill functions, add reentrancy guard to public functions that ma...
Amir Bandeali
2018-08-25
1
-9
/
+37
*
Append -Floor to getPartialAmount and isRoundingError
Remco Bloemen
2018-08-25
1
-2
/
+2
*
Use != instead of > in loops, add sanity checks to market fill functions
Amir Bandeali
2018-07-23
1
-13
/
+13
*
Remove redundant external call by reimplementing fillOrderNoThrow
Amir Bandeali
2018-07-23
1
-1
/
+1
*
Store orders length in varible before looping over orders
Amir Bandeali
2018-07-23
1
-11
/
+19
*
Update percentage constants
Amir Bandeali
2018-07-23
1
-0
/
+1
*
Returns byte array instead of memory range for encoding fillOrder calldata
Greg Hysen
2018-07-20
1
-13
/
+9
*
Created LibAbiEncoder with `fillOrderNoThrow`
Greg Hysen
2018-07-20
1
-170
/
+20
*
Add getOrdersInfo function
Amir Bandeali
2018-07-18
1
-0
/
+16
*
Apply new linter rules
Amir Bandeali
2018-07-07
1
-1
/
+1
*
Contracts 2.0.0 were linted with solhint
Alex Shafranovich
2018-07-06
1
-0
/
+1
*
Update file structure
Amir Bandeali
2018-06-30
1
-0
/
+531