Skip to content

Commit

Permalink
docs: update the release notes for v6.5 (#2542)
Browse files Browse the repository at this point in the history
* update the release notes for v6.5

* update matrix

* add intro to auction module

---------

Co-authored-by: Robert Zaremba <robert@zaremba.ch>
  • Loading branch information
gsk967 and robert-zaremba authored Jun 7, 2024
1 parent 10f3261 commit 80e3676
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ See [Release procedure](CONTRIBUTING.md#release-procedure) for more information
| v6.2.x || v0.47.6+ | v7.2.x | --- | umee/v2.3.0 | --- | v1.5.0 |
| v6.3.x || v0.47.7+ | v7.3.1 | --- | umee/v2.3.0+ | --- | v1.5.0 |
| v6.4.x | x | v0.47.10+ | v7.3.2 | --- | umee/v2.4.1+ | --- | v1.5.2 |
| v6.5.x | x | v0.47.10+ | v7.4.x | --- | umee/v2.4.3+ | --- | v1.5.2 |
| v6.5.x | x | v0.47.11+ | v7.5.1 | --- | umee/v2.4.3+ | --- | v1.5.2 |

#### Price Feeder

Expand Down
26 changes: 10 additions & 16 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,29 @@

The Release Procedure is defined in the [CONTRIBUTING](CONTRIBUTING.md#release-procedure) document.

## v6.4.0
## v6.5.0

Highlights:

- Cosmos SDK v0.47.10 patch update.
- IBC Hooks: we integrated ICS20 Memo handling.
- Integrated Packet Forwarding Middleware.
- Update `uibc/MsgGovUpdateQuota` Msg type to handle the new inflow parameters.
- Update `uibc/QueryAllOutflowsResponse` to include denom symbol (token name) in every outflow.
- Cosmos SDK v0.47.11 update.
- Adding new `auction` module to our app.
- Removing `crisis` module from our app.

[CHANGELOG](CHANGELOG.md)

### IBC Hooks
### Auction module

This release brings the first part of the seamless cross-chain money market transactions. At UX, we want to provide the best User Experience for handling lending and leverage. In this release, we support the following `x/leverage` messages:
We propose a new Cosmos SDK module, that will provide mechanism for protocol owned auctions.

- `MsgSupply`
- `MsgSupplyCollateral`
- `MsgLiquidate`
UX Chain will now auction a portion of collected fees and introduce a token burning mechanism, unlocking a way to a potentially deflationary UX token.

The operation can only use tokens that are part of the IBC transfer (after any intermediate deductions) and the supplier / liquidator must be the IBC recipient (acting on someone else's behalf is not allowed). Authz is not supported. The remaining tokens will be credited to the recipient.

Documentation: [x/uibc/README.md](https://github.com/umee-network/umee/blob/v6.4.0/x/uibc/README.md#ibc-ics20-hooks)
Documentation: [x/auction/README.md](https://github.com/umee-network/umee/blob/v6.5.0/x/auction/README.md)

### Validators

**Upgrade Title** (for Cosmovisor): **v6.4**.
**Upgrade Title** (for Cosmovisor): **v6.5**.

Update Price Feeder to `umee/2.4.1+`.
Update Price Feeder to `umee/2.4.3+`.

NOTE: after the upgrade, you should restart your Price Feeder. We observed that Price Feeder doesn't correctly re-established a connection after the chain upgrade.

Expand Down

0 comments on commit 80e3676

Please sign in to comment.