Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.49 KB

RELEASE_NOTES.md

File metadata and controls

35 lines (23 loc) · 1.49 KB

Release Notes

Release Procedure is defined in the CONTRIBUTING document.

v6.2.0

Highlights:

  • Umee chain upgrades to the latest stable Cosmos SDK v0.47
  • The gov module in in Cosmos SDK v0.47 has been updated to support a minimum proposal deposit at submission time. It is determined by a new parameter called MinInitialDepositRatio. When multiplied by the existing MinDeposit parameter, it produces the necessary proportion of coins needed at the proposal submission time. The motivation for this change is to prevent proposal spamming. We set MinInitialDepositRatio to 10%.`

Validators

  • Upgrade Price Feeder: TODO

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) is running and check your price feeder config is up to date.
  • Restart the chain.

You can use Cosmovisor → see instructions.

Docker

Docker images are available in ghcr.io umee-network repository.