Skip to content

Releases: umee-network/umee

v6.7.7

Choose a tag to compare

@gsk967 gsk967 released this 04 May 09:36
29c3f82

Release Notes

The Release Procedure is defined in the CONTRIBUTING document.

v6.7.7

Highlights:

  • Add validation to limit the price values of assets
  • patch to fix the prices (Int Overflow)
  • applying haircut 17% to USDC and axlUSDC assets
  • removed jail condition when validators not submit oracle votes, only slashing the voting power not jailing the validators

CHANGELOG

Validators

Update Price Feeder to umee/2.4.4+.

NOTE: after the upgrade, you should restart your Price Feeder. We observed that Price Feeder doesn't correctly re-establish a connection after the chain upgrade.

libwasmvm update

Our dependencies have been updated. The binary requires libwasmvm v1.5.5. 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/wasmvm@v1.5.5/internal/api/libwasmvm.$(uname -m).so
  • or download from github wget https://raw.githubusercontent.com/CosmWasm/wasmvm/v1.5.5/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

  • 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
  • No need to wait for software upgrade proposal to pass to trigger the chain upgrade. it is swap binary release.
  • Swap binaries.
  • Ensure latest Price Feeder (see 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.

Docker

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

v6.7.6

Choose a tag to compare

@gsk967 gsk967 released this 30 Apr 07:48
196b5f8

Release Notes

The Release Procedure is defined in the CONTRIBUTING document.

v6.7.6

Highlights:

  • applying haircut 17% to USDC and axlUSDC assets , Discussion link

  • removed jail condition when validators not submit oracle votes, only slashing the voting power not jailing the validators

CHANGELOG

Validators

Update Price Feeder to umee/2.4.4+.

NOTE: after the upgrade, you should restart your Price Feeder. We observed that Price Feeder doesn't correctly re-establish a connection after the chain upgrade.

libwasmvm update

Our dependencies have been updated. The binary requires libwasmvm v1.5.5. 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/wasmvm@v1.5.5/internal/api/libwasmvm.$(uname -m).so
  • or download from github wget https://raw.githubusercontent.com/CosmWasm/wasmvm/v1.5.5/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

  • 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 ensure your price feeder configuration is up-to-date.
  • Restart the chain.
  • Restart Price Feeder.

You can use Cosmovisor → see instructions.

Docker

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

v6.7.5

Choose a tag to compare

@gsk967 gsk967 released this 27 Apr 13:42
e22e270

Release Notes

The Release Procedure is defined in the CONTRIBUTING document.

v6.7.5

Highlights:

  • applying the patch to recover jailed validators and reset their oracle miss counter

CHANGELOG

Validators

Update Price Feeder to umee/2.4.4+.

NOTE: after the upgrade, you should restart your Price Feeder. We observed that Price Feeder doesn't correctly re-establish a connection after the chain upgrade.

libwasmvm update

Our dependencies have been updated. The binary requires libwasmvm v1.5.5. 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/wasmvm@v1.5.5/internal/api/libwasmvm.$(uname -m).so
  • or download from github wget https://raw.githubusercontent.com/CosmWasm/wasmvm/v1.5.5/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

  • 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
  • No need to wait for software upgrade proposal to pass to trigger the chain upgrade. it is swap binary release.
  • Swap binaries.
  • Ensure latest Price Feeder (see 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.

Docker

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

v6.7.4

Choose a tag to compare

@gsk967 gsk967 released this 30 Jan 10:54
a3da307

Release Notes

The Release Procedure is defined in the CONTRIBUTING document.

v6.7.4

Highlights:

  • fix the tachyon bug , update cometbft to v0.37.18

CHANGELOG

Validators

Update Price Feeder to umee/2.4.4+.

NOTE: after the upgrade, you should restart your Price Feeder. We observed that Price Feeder doesn't correctly re-establish a connection after the chain upgrade.

libwasmvm update

Our dependencies have been updated. The binary requires libwasmvm v1.5.5. 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/wasmvm@v1.5.5/internal/api/libwasmvm.$(uname -m).so
  • or download from github wget https://raw.githubusercontent.com/CosmWasm/wasmvm/v1.5.5/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

  • 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
  • No need to wait for software upgrade proposal to pass to trigger the chain upgrade. it is swap binary release.
  • Swap binaries.
  • Ensure latest Price Feeder (see 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.

Docker

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

v6.7.4-rc1

Choose a tag to compare

@gsk967 gsk967 released this 14 Mar 14:04
e1ae936

Release Notes

The Release Procedure is defined in the CONTRIBUTING document.

v6.7.4-rc1

Highlights:

  • deps upgrade
  • cosmos-sdk to v0.47.17
  • wasmvm v1.5.9
  • packet-forward-middleware v7.3.0
  • ibc-go v7.10.0

CHANGELOG

Validators

Update Price Feeder to umee/2.4.4+.

NOTE: after the upgrade, you should restart your Price Feeder. We observed that Price Feeder doesn't correctly re-establish a connection after the chain upgrade.

libwasmvm update

Our dependencies have been updated. The binary requires libwasmvm v1.5.9. 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/wasmvm@v1.5.5/internal/api/libwasmvm.$(uname -m).so
  • or download from github wget https://raw.githubusercontent.com/CosmWasm/wasmvm/v1.5.5/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

  • 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 ensure your price feeder configuration is up-to-date.
  • Restart the chain.
  • Restart Price Feeder.

You can use Cosmovisor → see instructions.

Docker

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

v6.7.3

Choose a tag to compare

@gsk967 gsk967 released this 04 Feb 07:19
1d7df39

Release Notes

The Release Procedure is defined in the CONTRIBUTING document.

v6.7.3

Highlights:

CHANGELOG

Validators

Update Price Feeder to umee/2.4.4+.

NOTE: after the upgrade, you should restart your Price Feeder. We observed that Price Feeder doesn't correctly re-establish a connection after the chain upgrade.

libwasmvm update

Our dependencies have been updated. The binary requires libwasmvm v1.5.5. 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/wasmvm@v1.5.5/internal/api/libwasmvm.$(uname -m).so
  • or download from github wget https://raw.githubusercontent.com/CosmWasm/wasmvm/v1.5.5/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

  • 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 ensure your price feeder configuration is up-to-date.
  • Restart the chain.
  • Restart Price Feeder.

You can use Cosmovisor → see instructions.

Docker

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

Full Changelog: v6.7.2...v6.7.3

v6.7.3-rc1

Choose a tag to compare

@gsk967 gsk967 released this 31 Jan 06:36
63ac992

Release Notes

The Release Procedure is defined in the CONTRIBUTING document.

v6.7.3-rc1 (Note: only for testnet network (canon-4))

Highlights:

CHANGELOG

Validators

Update Price Feeder to umee/2.4.4+.

NOTE: after the upgrade, you should restart your Price Feeder. We observed that Price Feeder doesn't correctly re-establish a connection after the chain upgrade.

libwasmvm update

Our dependencies have been updated. The binary requires libwasmvm v1.5.5. 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/wasmvm@v1.5.5/internal/api/libwasmvm.$(uname -m).so
  • or download from github wget https://raw.githubusercontent.com/CosmWasm/wasmvm/v1.5.5/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

  • 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 ensure your price feeder configuration is up-to-date.
  • Restart the chain.
  • Restart Price Feeder.

You can use Cosmovisor → see instructions.

Docker

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

Full Changelog: v6.7.2...v6.7.3-rc1

v6.7.2

Choose a tag to compare

@gsk967 gsk967 released this 20 Dec 17:25
07f5d8f

Release Notes

The Release Procedure is defined in the CONTRIBUTING document.

v6.7.2

Highlights:

  • cosmos-sdk update to v0.47.15
  • quick fix for leveraged liquidate
  • fix the max_withdraw query
  • deps upgrade

CHANGELOG

Validators

Update Price Feeder to umee/2.4.4+.

NOTE: after the upgrade, you should restart your Price Feeder. We observed that Price Feeder doesn't correctly re-establish a connection after the chain upgrade.

libwasmvm update

Our dependencies have been updated. The binary requires libwasmvm v1.5.5. 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/wasmvm@v1.5.5/internal/api/libwasmvm.$(uname -m).so
  • or download from github wget https://raw.githubusercontent.com/CosmWasm/wasmvm/v1.5.5/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

  • 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 ensure your price feeder configuration is up-to-date.
  • Restart the chain.
  • Restart Price Feeder.

You can use Cosmovisor → see instructions.

Docker

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

v6.7.2-rc1

Choose a tag to compare

@gsk967 gsk967 released this 19 Dec 03:16
ae042f4

Release Notes

The Release Procedure is defined in the CONTRIBUTING document.

v6.7.2-rc1 (Note: only for testnet network (canon-4))

Highlights:

  • cosmos-sdk update to v0.47.15
  • quick fix for leveraged liquidate
  • fix the max_withdraw query
  • deps upgrade

CHANGELOG

Validators

Update Price Feeder to umee/2.4.4+.

NOTE: after the upgrade, you should restart your Price Feeder. We observed that Price Feeder doesn't correctly re-establish a connection after the chain upgrade.

libwasmvm update

Our dependencies have been updated. The binary requires libwasmvm v1.5.5. 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/wasmvm@v1.5.5/internal/api/libwasmvm.$(uname -m).so
  • or download from github wget https://raw.githubusercontent.com/CosmWasm/wasmvm/v1.5.5/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

  • 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 ensure your price feeder configuration is up-to-date.
  • Restart the chain.
  • Restart Price Feeder.

You can use Cosmovisor → see instructions.

Docker

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

v6.7.1

Choose a tag to compare

@gsk967 gsk967 released this 11 Dec 13:29
d66a3ce

Release Notes

The Release Procedure is defined in the CONTRIBUTING document.

v6.7.1

Highlights:

  • fix the max_withdraw query
  • deps upgrade

What's Changed

  • build(deps): Bump codecov/codecov-action from 4.6.0 to 5.0.2 by @dependabot in #2629
  • build(deps): Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #2634
  • build(deps): Bump codecov/codecov-action from 5.0.2 to 5.0.7 by @dependabot in #2632
  • build(deps): Bump DavidAnson/markdownlint-cli2-action from 17 to 18 by @dependabot in #2628
  • build(deps): Bump github.com/mgechev/revive from 1.3.9 to 1.5.1 by @dependabot in #2627
  • fix: fix the query for max withdraw by @gsk967 in #2638
  • build(deps): Bump codecov/codecov-action from 5.0.7 to 5.1.1 by @dependabot in #2637
  • docs: update the release notes and changelog for v6.7.1 by @gsk967 in #2639

Full Changelog: v6.7.0...v6.7.1

Validators

NOTE: A consensus chain upgrade is not required; simply replace the binary.

Update Price Feeder to umee/2.4.4+.

NOTE: after the upgrade, you should restart your Price Feeder. We observed that Price Feeder doesn't correctly re-establish a connection after the chain upgrade.

libwasmvm update

Our dependencies have been updated. The binary requires libwasmvm v1.5.5. 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/wasmvm@v1.5.5/internal/api/libwasmvm.$(uname -m).so
  • or download from github wget https://raw.githubusercontent.com/CosmWasm/wasmvm/v1.5.5/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

  • 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 ensure your price feeder configuration is up-to-date.
  • Restart the chain.
  • Restart Price Feeder.

You can use Cosmovisor → see instructions.

Docker

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