Release Procedure is defined in the CONTRIBUTING document.
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 calledMinInitialDepositRatio
. When multiplied by the existingMinDeposit
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 setMinInitialDepositRatio
to 10%.`
- Upgrade Price Feeder: TODO
- 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
- Run the binary to make sure it works for you:
- 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 images are available in ghcr.io umee-network repository.