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
/
2.0.0
/
protocol
/
Exchange
/
MixinMatchOrders.sol
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move generated contract wrappers and artifacts into contracts package
Alex Browne
2018-10-16
1
-335
/
+0
*
safeGetPartialAmount (#1035)
Amir Bandeali
2018-08-29
1
-8
/
+8
*
Merge pull request #986 from 0xProject/feature/contracts/assertions
Amir Bandeali
2018-08-25
1
-6
/
+16
|
\
|
*
Merge branch 'fix/contracts/robustMatching' of github.com:0xProject/0x.js int...
Remco Bloemen
2018-08-25
1
-2
/
+5
|
|
\
|
*
|
Fix mixin api
Remco Bloemen
2018-08-25
1
-7
/
+7
|
*
|
Split into assertFillable and assertValidFill
Remco Bloemen
2018-08-25
1
-5
/
+13
|
*
|
Update for new assertValidFill signature
Remco Bloemen
2018-08-25
1
-1
/
+3
*
|
|
Added comments to order matching
Greg Hysen
2018-08-25
1
-1
/
+13
*
|
|
Rephrased some of the math in MixinMatchOrders to improve readability
Greg Hysen
2018-08-25
1
-3
/
+3
*
|
|
Added temporary @todo to MixinMatchOrders
Greg Hysen
2018-08-25
1
-4
/
+4
*
|
|
Wording in MixinMatchOrders
Greg Hysen
2018-08-25
1
-2
/
+2
*
|
|
Removed a redundant comment from matchOrders
Greg Hysen
2018-08-25
1
-5
/
+1
*
|
|
Rounding for fees in match orders addressed, plus example
Greg Hysen
2018-08-25
1
-4
/
+4
*
|
|
Added fees to matchOrders (previously in calculateFillResults
Greg Hysen
2018-08-25
1
-0
/
+24
*
|
|
Removed calculateFillResults from matchOrders workflow. Eliminates compounded...
Greg Hysen
2018-08-25
1
-38
/
+29
|
|
/
|
/
|
*
|
Only use one nonReentrant modifier, remove modifier from fillOrderNoThrow var...
Amir Bandeali
2018-08-25
1
-1
/
+1
*
|
Add nonReentrant modifiers on functions that use getCurrentContextAddress onl...
Amir Bandeali
2018-08-25
1
-1
/
+1
*
|
Add internal fill functions, add reentrancy guard to public functions that ma...
Amir Bandeali
2018-08-25
1
-0
/
+3
*
|
Append -Floor to getPartialAmount and isRoundingError
Remco Bloemen
2018-08-25
1
-2
/
+2
|
/
*
Remove TODOs that won't be addressed
Amir Bandeali
2018-07-07
1
-3
/
+0
*
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
/
+301