Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Apr 19, 2024
1 parent 00f4d60 commit eec9baf
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
### Features

- [2472](https://github.com/umee-network/umee/pull/2472) un-wire the `crisis` module from umee app.
- [2500](https://github.com/umee-network/umee/pull/2500) (x/leverage): add Rewards Auction fees and `params.rewards_auction_factor`.

### Improvements

Expand Down
26 changes: 26 additions & 0 deletions swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1110,6 +1110,16 @@ paths:
uTokens as liquidation rewards.
Valid values: 0-1.
rewards_auction_factor:
type: string
description: >-
Rewards Auction Factor determines the portion of interest
accrued on
borrows that is sent to the auction module for the rewards
auction.
Valid values: 0-1.
description: Params defines the parameters for the leverage module.
description: >-
Expand Down Expand Up @@ -6575,6 +6585,12 @@ definitions:
uTokens as liquidation rewards.
Valid values: 0-1.
rewards_auction_factor:
type: string
description: |-
Rewards Auction Factor determines the portion of interest accrued on
borrows that is sent to the auction module for the rewards auction.
Valid values: 0-1.
description: Params defines the parameters for the leverage module.
umee.leverage.v1.QueryAccountBalancesResponse:
Expand Down Expand Up @@ -7235,6 +7251,16 @@ definitions:
uTokens as liquidation rewards.
Valid values: 0-1.
rewards_auction_factor:
type: string
description: >-
Rewards Auction Factor determines the portion of interest accrued
on
borrows that is sent to the auction module for the rewards
auction.
Valid values: 0-1.
description: Params defines the parameters for the leverage module.
description: |-
Expand Down

0 comments on commit eec9baf

Please sign in to comment.