Skip to content

Commit

Permalink
docs: update release notes (#2554)
Browse files Browse the repository at this point in the history
* docs: update release notes
  • Loading branch information
robert-zaremba authored Jun 18, 2024
1 parent fb7df57 commit 188d47f
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +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.3.2 | --- | umee/v2.4.3+ | --- | v1.5.2 |

#### Price Feeder

Expand Down
30 changes: 27 additions & 3 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,30 @@ The Release Procedure is defined in the [CONTRIBUTING](CONTRIBUTING.md#release-p

In this release, we are introducing validations for the IBC transfer message receiver address and memo fields. These enhancements aim to address and resolve the recent incident involving spam IBC transfer transactions.

- Maximum length for IBC transfer memo field: 32,768 characters
- Maximum length for IBC transfer receiver address field: 2,048 characters

- Maximum length for IBC transfer memo field: 32'768 characters
- Maximum length for IBC transfer receiver address field: 2'048 characters

### Validators

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

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.

### Upgrade instructions

- Download latest binary or build from source.
- Make sure `libwasmvm.$(uname -m).so` is properly linked
- 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 ensure your price feeder configuration is up-to-date.
- Restart the chain.
- Restart Price Feeder.

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

#### Docker

Docker images are available in [ghcr.io umee-network](https://github.com/umee-network/umee/pkgs/container/umeed) repository.

0 comments on commit 188d47f

Please sign in to comment.