open-dollar / od-contracts

Open Dollar stablecoin contracts
https://OpenDollar.com
Other
55 stars 8 forks source link

Fix Package #706

Closed daopunk closed 3 months ago

daopunk commented 3 months ago

Reduce liquidationCRatio from 135 to 125

Problem: liquidationCRatio == 135 && safetyCRatio == 135 breaks math in saviour for liquidation tests

Fix: liquidationCRatio == 125 && safetyCRatio == 135

related to issue #5

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.61%. Comparing base (bec4076) to head (d24ccc4).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/open-dollar/od-contracts/pull/706/graphs/tree.svg?width=650&height=150&src=pr&token=SDTNS69Q36&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=open-dollar)](https://app.codecov.io/gh/open-dollar/od-contracts/pull/706?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=open-dollar) ```diff @@ Coverage Diff @@ ## dev #706 +/- ## ======================================= Coverage 96.61% 96.61% ======================================= Files 58 58 Lines 1921 1921 ======================================= Hits 1856 1856 Misses 65 65 ```