Closed prateek105 closed 11 months ago
Whats the status on this one @prateek105 ?
Whats the status on this one @prateek105 ?
Invariants are working through 1000 runs and 20 depth fine. I was working on these before the audit tasks, I need to make one more improvement in the test suite which I am thinking of doing after we are done with audit tasks.
Note that in testing on parvati
, I have not encountered issues here which were not reproducable in develop
branch.
Description of change
High level
repayDebtByThirdParty
handler inSettleERC20PoolHandler
, as repayment for borrower in auction is restricted.getBorrowerPenaltyAndKickerReward
method to calculateborrowerPenalty
andkickerReward
from the event emitted.Pool
andPoolInfo
in single helper so to make code more easy to maintain (if pool/ utils interfaces are changed there should be only one place to update)