-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* v6.4.0-beta1 release notes * gramma * gramma * gramma * lint * fix PF version * gramma * lint * gramma
- Loading branch information
1 parent
58b9057
commit d08b4e0
Showing
5 changed files
with
49 additions
and
22 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,22 +4,43 @@ | |
|
||
# Release Notes | ||
|
||
Release Procedure is defined in the [CONTRIBUTING](CONTRIBUTING.md#release-procedure) document. | ||
The Release Procedure is defined in the [CONTRIBUTING](CONTRIBUTING.md#release-procedure) document. | ||
|
||
## v6.3.0 | ||
## v6.4.0 | ||
|
||
Highlights: | ||
|
||
- Cosmos SDK v0.47.7 patch update. | ||
- New queries: `oracle/MissCounters`, `uibc/Inflows`, `uibc/QuotaExpires`, `leverage/RegisteredTokenMarkets` | ||
- Cosmos SDK v0.47.10 patch update. | ||
- IBC Hooks: we integrated ICS20 Memo handling. | ||
- Update `uibc/MsgGovUpdateQuota` Msg type to handle the new inflow parameters. | ||
- Update `uibc/QueryAllOutflowsResponse` to include denom symbol (token name) in every outflow. | ||
|
||
[CHANGELOG](CHANGELOG.md) | ||
|
||
### IBC Hooks | ||
|
||
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: | ||
|
||
- `MsgSupply` | ||
- `MsgSupplyCollateral` | ||
- `MsgLiquidate` | ||
|
||
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. | ||
|
||
### Validators | ||
|
||
**Upgrade Title** (for Cosmovisor): **v6.3**. | ||
**Upgrade Title** (for Cosmovisor): **v6.4**. | ||
|
||
Update Price Feeder to `umee/2.4.1+`. | ||
|
||
#### libwasmvm update | ||
|
||
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: | ||
|
||
- copy from `$GOPATH/pkg/mod/github.com/!cosm!wasm/[email protected]/internal/api/libwasmvm.$(uname -m).so` | ||
- or download from github `wget https://raw.githubusercontent.com/CosmWasm/wasmvm/v1.5.2/internal/api/libwasmvm.$(uname -m).so -O /lib/libwasmvm.$(uname -m).so` | ||
|
||
You don't need to do anything if you are using our Docker image. | ||
|
||
### Upgrade instructions | ||
|
||
|
@@ -28,7 +49,7 @@ Highlights: | |
- Run the binary to make sure it works for you: `umeed version` | ||
- Wait for software upgrade proposal to pass and trigger the chain upgrade. | ||
- Swap binaries. | ||
- Ensure latest Price Feeder (see [compatibility matrix](https://github.com/umee-network/umee/#release-compatibility-matrix)) is running and check your price feeder config is up to date. | ||
- 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. | ||
- Restart the chain. | ||
|
||
You can use Cosmovisor → see [instructions](https://github.com/umee-network/umee/#cosmovisor). | ||
|
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