-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove matoken from outposts package * remove matoken from testing package * remove cw20-related helper function and dependencies * delete matoken contract * update entry points * update workspace members * update query functions * update the function for compiling user positions map * remove a cw20-related helper function * update init and setting config execute functions * update init and updating market execute functions * add `User` helper class * update an interest rate function to use `User` * implement helper methods for `Market` for updating collateral/debt amounts * update deposit and withdraw functions * remove finalize matoken transfer function * update borrow function * update liquidate function * update update asset collateral status function * remove unused imports, helper functions, storage variables * remove unused variables * fix ownership errors and other issues * remove cw20 from red bank dependencies * fix clippy warnings * update admin tests * return collateral amount in queries * return uncollateralized status in debt response * update query tests * update deposit tests * update misc tests and fix bug * update withdraw tests * revert the changes to the order of event attributes * update borrow/repay tests and fix a bug * shorten a variable name to improve formatting * update liquidation tests * disable incentives contract from workspace for now so that CI passes * fix clippy warnings\ * update changelog * remove two TODO messages * remove an unused helper function * remove two TODO items that are no longer relevant * rename `{mint,burn}_amount` to `{deposit,withdraw}_amount_scaled` * remove mentions of "matoken" in comments and readmes * improve docs * fix a typo * fix a import * fix tests * update event attributes
- Loading branch information
Showing
42 changed files
with
1,769 additions
and
4,458 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
# Incentives | ||
Manage MARS incentives for maToken holders (depositors). | ||
|
||
Manage MARS incentives for depositors. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.