-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: v5 final release notes (#2077)
* chore: v5 final release notes * release notes update
- Loading branch information
1 parent
841d003
commit 6a0c48f
Showing
2 changed files
with
25 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,18 +10,28 @@ Release Procedure is defined in the [CONTRIBUTING](CONTRIBUTING.md#release-proce | |
|
||
Highlights: | ||
|
||
- Cosmwasm integration. | ||
- Cosmwasm integration (v0.31). | ||
- Gravity Bridge phase-3: shutdown of the transfers. In this release we introduce valset burn mechanism, | ||
which will block the Ethereum smart contract for processing any further transactions, as well | ||
as sending transfers back to Ethereum. This follows the plan approved through in the | ||
[prop-67](https://www.mintscan.io/umee/proposals/67). | ||
NOTE: All validators must continue to use Peggo to not get slashed. | ||
- Updated to the latest Cosmos SDK v0.46.12 | ||
- New generic functions for storage management: `util/store`. | ||
|
||
See [CHANGELOG](https://github.com/umee-network/umee/blob/v5.0.0-rc1/CHANGELOG.md) | ||
See [CHANGELOG](https://github.com/umee-network/umee/blob/v5.0.0/CHANGELOG.md). | ||
|
||
### Validators | ||
|
||
#### libwasmvm update | ||
|
||
Our dependencies have been updated. Now the binary requires `libwasmvm v1.2.4`. 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 other 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.2.4/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. | ||
|
||
#### Min Gas Prices | ||
|
||
Since v4.2 release we request all validators set a `minimum-gas-prices` setting (in app `config/app.toml` file, general settings). We recommend `0.1uumee` which is equal the current Keplr _average_ setting: | ||
|