aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/src/2.0.0/protocol/Exchange/MixinMatchOrders.sol
Commit message (Expand)AuthorAgeFilesLines
* Removed a redundant comment from matchOrdersGreg Hysen2018-08-251-5/+1
* Rounding for fees in match orders addressed, plus exampleGreg Hysen2018-08-251-4/+4
* Added fees to matchOrders (previously in calculateFillResultsGreg Hysen2018-08-251-0/+24
* Removed calculateFillResults from matchOrders workflow. Eliminates compounded...Greg Hysen2018-08-251-38/+29
* Only use one nonReentrant modifier, remove modifier from fillOrderNoThrow var...Amir Bandeali2018-08-251-1/+1
* Add nonReentrant modifiers on functions that use getCurrentContextAddress onl...Amir Bandeali2018-08-251-1/+1
* Add internal fill functions, add reentrancy guard to public functions that ma...Amir Bandeali2018-08-251-0/+3
* Append -Floor to getPartialAmount and isRoundingErrorRemco Bloemen2018-08-251-2/+2
* Remove TODOs that won't be addressedAmir Bandeali2018-07-071-3/+0
* Apply new linter rulesAmir Bandeali2018-07-071-1/+1
* Contracts 2.0.0 were linted with solhintAlex Shafranovich2018-07-061-0/+1
* Update file structureAmir Bandeali2018-06-301-0/+301