-
Notifications
You must be signed in to change notification settings - Fork 170
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
chore!: update ADR-05 and leverage keeper cosmetic updates #903
Conversation
…Limit sounds like a limit for the liquidation size.
Reconsider this, as the maximum a user can borrow is
|
@toteki how about |
renamed |
What's left to do is fix the failing CI. Note that with the client tests appearing before
that they execute in series without resetting the keeper, meaning the first failure (e.g. a For that test, always fix the first error to print before checking the others. |
I've updated the test. The bug was in |
Codecov Report
@@ Coverage Diff @@
## main #903 +/- ##
==========================================
- Coverage 50.90% 50.87% -0.04%
==========================================
Files 64 64
Lines 9456 9451 -5
==========================================
- Hits 4814 4808 -6
Misses 4397 4397
- Partials 245 246 +1
|
Should we also update the query whose url is Ready to approve on all other fronts - we just need to clean up any references to the old term. Note that As long as we're ok with that ambiguity, we can proceed. |
Description
CalculateLiquidationLimit
->CalculateLiquidationThreshold
. The function return the maximum amount in USD we can borrow. Not a limit of a liquidation.related to: #897
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
to the type prefix if API or client breaking changeCHANGELOG.md
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
!
in the type prefix if API or client breaking change