This repository has been archived by the owner on Jan 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactor LPs in funciton and events naming to LP * Consistent naming: rename start reserve auction to kick reserve auction. add KickReserveAuction event * Calculate LUP in single place Deposits.getLup(), remove duplicate functions to calculate LUP * Split Auctions library in KickerActions, TakerActions and SettlerActions libraries * Split LenderActions in LenderActions and LPOwnerActions external libs * cleanup interfaces, restructure them based on actors and actions: - IPoolLPOwnerActions interface split from IPoolLenderActions - IPoolLiquidationActions and IPoolReserveAuctionActions interfaces restructured in IPoolSettlerActions, IPoolKickerActions, IPoolTakerActions to match functionality of external libs * Deploy new libraries in brownie scripts * Apply same style for all events. Emit BucketBankruptcy after storage bucket update * Changes after review: rename from LPOwnerActions to LPActions, update comment * Update kickMomp description * More LPs to LP refactor - change function names, NAT specs and events / errors
- Loading branch information
Showing
78 changed files
with
2,977 additions
and
2,696 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
Oops, something went wrong.