You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was a previous plan (#9748) to update vaults and auctions, as well as priceFeeds and scaledPriceAuthorities. This is a plan to update just vaults and auctions.
What is the Problem Being Solved?
Create a CoreEval to update Auctions and Vaults.
Description of the Design
Replace the auction contract with a new vat. Upgrade vaults so it continues to use the existing priceFeeds, and knows the new auction contract.
Security Considerations
Ensure liquidation works, and all the contracts are talking to their modern incarnations.
Scaling Considerations
Does not address the space leakage (#8400) in priceFeeds and scaledPriceAuthorities.
Test Plan
Test the new coreEval in A3P.
Upgrade Considerations
verify that inter-protocol components work after upgrade.
The text was updated successfully, but these errors were encountered:
closes: #9837
## Description
DebtLimit should not impact a vault owner's ability to repay, so refine `checkDebtLimit` to succeed regardless of `debtLimit` if `toMint` is empty.
### Security / Scaling Considerations
none
### Testing Considerations
straightforward unit test that failed before the fix
### Upgrade / Documentation Considerations
Straightforward upgrade; no state changes. See:
- #9887
This fix should be cited in release notes.
refs: #9748
There was a previous plan (#9748) to update vaults and auctions, as well as priceFeeds and scaledPriceAuthorities. This is a plan to update just vaults and auctions.
What is the Problem Being Solved?
Create a CoreEval to update Auctions and Vaults.
Description of the Design
Replace the auction contract with a new vat. Upgrade vaults so it continues to use the existing priceFeeds, and knows the new auction contract.
Security Considerations
Ensure liquidation works, and all the contracts are talking to their modern incarnations.
Scaling Considerations
Does not address the space leakage (#8400) in priceFeeds and scaledPriceAuthorities.
Test Plan
Test the new coreEval in A3P.
Upgrade Considerations
verify that inter-protocol components work after upgrade.
The text was updated successfully, but these errors were encountered: