aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/src/2.0.0/protocol/Exchange/MixinWrapperFunctions.sol
Commit message (Expand)AuthorAgeFilesLines
* Move generated contract wrappers and artifacts into contracts packageAlex Browne2018-10-161-426/+0
* Remove TODOs that will not be addressedAmir Bandeali2018-09-041-1/+1
* Apply styling fixesAmir Bandeali2018-09-041-1/+0
* Add cancelOrderInternal, use within batchCancelOrdersAmir Bandeali2018-08-311-1/+2
* Add clarifying commentsAmir Bandeali2018-08-281-0/+1
* Only use one nonReentrant modifier, remove modifier from fillOrderNoThrow var...Amir Bandeali2018-08-251-10/+7
* Add nonReentrant modifiers on functions that use getCurrentContextAddress onl...Amir Bandeali2018-08-251-13/+10
* Add internal fill functions, add reentrancy guard to public functions that ma...Amir Bandeali2018-08-251-9/+37
* Append -Floor to getPartialAmount and isRoundingErrorRemco Bloemen2018-08-251-2/+2
* Use != instead of > in loops, add sanity checks to market fill functionsAmir Bandeali2018-07-231-13/+13
* Remove redundant external call by reimplementing fillOrderNoThrowAmir Bandeali2018-07-231-1/+1
* Store orders length in varible before looping over ordersAmir Bandeali2018-07-231-11/+19
* Update percentage constantsAmir Bandeali2018-07-231-0/+1
* Returns byte array instead of memory range for encoding fillOrder calldataGreg Hysen2018-07-201-13/+9
* Created LibAbiEncoder with `fillOrderNoThrow`Greg Hysen2018-07-201-170/+20
* Add getOrdersInfo functionAmir Bandeali2018-07-181-0/+16
* 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/+531