Closed kkirka closed 6 months ago
Package | Line Rate | Branch Rate | Health |
---|---|---|---|
contracts | 100% | 100% | ✔ |
contracts.Admin | 88% | 41% | ✔ |
contracts.Comptroller | 100% | 90% | ✔ |
contracts.Comptroller.Diamond | 95% | 59% | ✔ |
contracts.Comptroller.Diamond.facets | 75% | 65% | ➖ |
contracts.Comptroller.Diamond.interfaces | 100% | 100% | ✔ |
contracts.DelegateBorrowers | 100% | 89% | ✔ |
contracts.Governance | 62% | 41% | ➖ |
contracts.InterestRateModels | 47% | 67% | ❌ |
contracts.Lens | 45% | 37% | ❌ |
contracts.Liquidator | 83% | 60% | ✔ |
contracts.Oracle | 100% | 100% | ✔ |
contracts.PegStability | 88% | 84% | ✔ |
contracts.Swap | 91% | 58% | ✔ |
contracts.Swap.interfaces | 100% | 100% | ✔ |
contracts.Swap.lib | 81% | 55% | ✔ |
contracts.Tokens | 100% | 100% | ✔ |
contracts.Tokens.Prime | 96% | 72% | ✔ |
contracts.Tokens.Prime.Interfaces | 100% | 100% | ✔ |
contracts.Tokens.Prime.libs | 90% | 76% | ✔ |
contracts.Tokens.VAI | 75% | 50% | ➖ |
contracts.Tokens.VRT | 20% | 9% | ❌ |
contracts.Tokens.VTokens | 64% | 47% | ➖ |
contracts.Tokens.XVS | 19% | 8% | ❌ |
contracts.Utils | 50% | 30% | ❌ |
contracts.VAIVault | 50% | 45% | ➖ |
contracts.VRTVault | 49% | 36% | ❌ |
contracts.XVSVault | 64% | 50% | ➖ |
contracts.lib | 89% | 71% | ✔ |
Summary | 69% (3235 / 4671) | 50% (1205 / 2422) | ➖ |
This PR
repayVAIBehalf
feature to allow one to repay the debt of another userrepayVAIFresh
There are also some cosmetic changes for VAIController.
The fix for the repaid amount changes the meaning of a value returned from the public function, so it would be a breaking change.