-
Notifications
You must be signed in to change notification settings - Fork 323
Dev UI still predicts a borrowing fee in recovery mode #300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Actually, this is probably something we should fix in the SDK, i.e. |
BREAKING CHANGE: `fees` has been moved from `LiquityStoreBaseState` to `LiquityStoreDerivedState`. Most users won't need to make a code change. However, care should be taken to upgrade both SDK packages at the same time, to ensure compatibility. Fixes #300.
BREAKING CHANGE: `fees` has been moved from `LiquityStoreBaseState` to `LiquityStoreDerivedState`. Most users won't need to make a code change. However, care should be taken to upgrade both SDK packages at the same time, to ensure compatibility. Fixes #300.
🎉 This issue has been resolved in version @liquity/lib-base-v2.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version @liquity/lib-ethers-v2.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version @liquity/lib-react-v1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
BREAKING CHANGE: `fees` has been moved from `LiquityStoreBaseState` to `LiquityStoreDerivedState`. Most users won't need to make a code change. However, care should be taken to upgrade both SDK packages at the same time, to ensure compatibility. Fixes liquity#300.
The borrowing fee is waived during recovery mode. Dev UI should know this, and shouldn't show a fee (or should show 0%). It's also calculating collateral ratio incorrectly during recovery mode.
The text was updated successfully, but these errors were encountered: