aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/src/2.0.0/utils
Commit message (Collapse)AuthorAgeFilesLines
* Move generated contract wrappers and artifacts into contracts packageAlex Browne2018-10-165-740/+0
|
* Apply styling fixesAmir Bandeali2018-09-045-16/+10
|
* Updated readBytes4 to match spec + added unit tests. These are 3.5/3.6 from ↵Greg Hysen2018-08-301-1/+6
| | | | audit
* Only use one nonReentrant modifier, remove modifier from fillOrderNoThrow ↵Amir Bandeali2018-08-251-13/+1
| | | | variations
* Split modifiers into check only and check, lock, unlockAmir Bandeali2018-08-251-0/+13
|
* Add internal fill functions, add reentrancy guard to public functions that ↵Amir Bandeali2018-08-251-1/+0
| | | | make external calls
* Add ReentrancyGuard contractAmir Bandeali2018-08-251-0/+44
|
* Add more tests and fixesAmir Bandeali2018-07-231-1/+1
|
* Add revert reasons and optimization to safeMathAmir Bandeali2018-07-111-3/+15
|
* Use 0.4.10 in AssetProxyOwner, add readBytes4 to contract and remove LibBytesAmir Bandeali2018-07-111-1/+2
|
* Remove AbiV2 where unusedAmir Bandeali2018-07-072-2/+0
|
* Change uint => uint256Amir Bandeali2018-07-071-8/+7
|
* Apply new linter rulesAmir Bandeali2018-07-074-9/+22
|
* Contracts 2.0.0 were linted with solhintAlex Shafranovich2018-07-063-0/+3
|
* Update file structureAmir Bandeali2018-06-304-0/+671