-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: implement fast-liquidation (#2106)
* save progress pre-refactor * godoc-- * proto comment update * cleanup PR = empty function * make proto-all * rename to FastLiquidate * reoute returns empty string * changelog * lint * add safety param to assertBorrowHealth * comment++ * ++ * refactor: postLiquidate * implement FastLiquidate msg and adjust rounding * cli and lint * tests * cli doc++ * 80% limit and doc * rename to LeveragedLiquidate * ++ * Update proto/umee/leverage/v1/tx.proto * rename++ * rename++ * lint and docs * lint * Update x/leverage/README.md Co-authored-by: Robert Zaremba <robert@zaremba.ch> * Update x/leverage/client/cli/tx.go Co-authored-by: Robert Zaremba <robert@zaremba.ch> * Update x/leverage/README.md Co-authored-by: Robert Zaremba <robert@zaremba.ch> --------- Co-authored-by: Robert Zaremba <robert@zaremba.ch>
- Loading branch information
1 parent
0fc0a4d
commit f899adf
Showing
15 changed files
with
607 additions
and
219 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
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.