-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(vaultManager): expose liquidation metrics (#5393)
* refactor(vaultManager): updateMetrics in finish() * feat(vaultManager): expose metrics on liquidation * fixup! feat(vaultManager): expose metrics on liquidation * test: helper for metrics state changes * deepDifference has bugs; import open source * fixup test logging * chore: more detailed error msg * fixup! test: helper for metrics state changes * fixup! deepDifference has bugs; import open source * hack: amount deltas (allow negative) * fixup! deepDifference has bugs; import open source * test: metrics subscription testing support * test: metrics subscription testing support * document metric properties * totalDebtTracker * fixup * feat(vaultManager): liquidation overage and shortfall metrics * fixup * improve metric names * fixup superfluous updateMetrics() * cleanup * updateVaultPriority -> updateVaultAccounting * validate sums from liquidation vs total debt ever * comments * cr Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
- Loading branch information
1 parent
0df1077
commit 47d4823
Showing
9 changed files
with
408 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.