Skip to content

Commit 269f3b8

Browse files
v6.4 Release Notes
1 parent ded07e7 commit 269f3b8

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,16 @@ Ref: https://keepachangelog.com/en/1.0.0/
4646

4747
## Unreleased
4848

49+
## v6.4.0 - 2024-03-21
50+
4951
### Features
5052

5153
- [2459](https://github.com/umee-network/umee/pull/2459), [2461](https://github.com/umee-network/umee/pull/2461) uibc: handle `params.ics20_hooks` switch (enabled / disabled).
5254

55+
### Bug Fixes
56+
57+
- [2462](https://github.com/umee-network/umee/pull/2462) (x/leverage) Take `MaxModuleWithdraw` into account when computing user `MaxWithdraw`.
58+
5359
## v6.4.0-beta1 - 2024-03-11
5460

5561
### Features

RELEASE_NOTES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Highlights:
1212

1313
- Cosmos SDK v0.47.10 patch update.
1414
- IBC Hooks: we integrated ICS20 Memo handling.
15+
- Integrated Packet Forwarding Middleware.
1516
- Update `uibc/MsgGovUpdateQuota` Msg type to handle the new inflow parameters.
1617
- Update `uibc/QueryAllOutflowsResponse` to include denom symbol (token name) in every outflow.
1718

@@ -25,14 +26,18 @@ This release brings the first part of the seamless cross-chain money market tran
2526
- `MsgSupplyCollateral`
2627
- `MsgLiquidate`
2728

28-
The operation can only use tokens as the 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.
29+
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.
30+
31+
Documentation: [x/uibc/README.md](https://github.com/umee-network/umee/blob/v6.4.0/x/uibc/README.md#ibc-ics20-hooks)
2932

3033
### Validators
3134

3235
**Upgrade Title** (for Cosmovisor): **v6.4**.
3336

3437
Update Price Feeder to `umee/2.4.1+`.
3538

39+
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.
40+
3641
#### libwasmvm update
3742

3843
Our dependencies have been updated. The binary requires `libwasmvm v1.5.2`. When you build the binary from source on the server machine you probably don't need any change. However, when you download a binary from GitHub, or from another source, make sure you update the `/usr/lib/libwasmvm.<cpu_arch>.so`. For example:
@@ -51,6 +56,7 @@ You don't need to do anything if you are using our Docker image.
5156
- Swap binaries.
5257
- Ensure latest Price Feeder (see [compatibility matrix](https://github.com/umee-network/umee/#release-compatibility-matrix)) is running and ensure your price feeder configuration is up-to-date.
5358
- Restart the chain.
59+
- Restart Price Feeder.
5460

5561
You can use Cosmovisor → see [instructions](https://github.com/umee-network/umee/#cosmovisor).
5662

x/uibc/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ The IBC Apps repo has [`ibc-hooks`](https://github.com/cosmos/ibc-apps/tree/main
122122
### Limitations
123123

124124
The current protocol requires that the IBC receiver is the same as the "operator" (supplier, liquidator) in the `Memo.messages`.
125+
Authz is not supported in the hook execution context.
125126

126127
## IBC ICS20 Quota
127128

0 commit comments

Comments
 (0)