Release Procedure is defined in the CONTRIBUTING document.
v3.3.0
For the mainnet, this release includes update from v3.1.x → v3.3.x. Please also look at the v3.2 Release Notes, notably the Gravity Bridge Slashing.
For the Canon-2 testnet, this release includes update from v3.2.x → v3.3.x
v3.2.0 was not released on mainnet due to a bug in x/leverage gov messages migration to the new format which utilizes x/gov/v1 authorization system. The bug caused legacy token registry updates to break x/gov proposal queries. In v3.3 we fix that bug.
Additional highlights:
Added QueryMaxWithdraw and MsgMaxWithdraw to allow user easily withdraw previously supplied tokens from the module back to the user balance.
Updated Cosmos SDK to v0.46.7
Please see the CHANGELOG for an exhaustive list of changes.
Github Release
Sinice v3.2.0 new experimental features (disabled by default) are part of the linked binary. That changed the build process. Umeed officially doesn't support static CGO build (with CGO_ENABLED=1) any more. Github Actions only support build using Linux on amd64 -- we can not make a cross platform build using Github Actions (possible solution is to do it through Qemu emulator). So our Github release only contains source code archive and amd64 Linux binary.
To run the provided binary, you have to have libwasmvm.x86_64.so v1.1.1 in your system lib directory.
Building from source will automatically link the libwasmvm.x86_64.so created as a part of the build process (you must build on the same host as you run the binary, or copy the libwasmvm.x86_64.so your lib directory).
If you build on system different than Linux amd64, then you need to download appropriate version of libwasmvm (eg from CosmWasm/wasmvm Relases) or build it from source (you will need Rust toolchain).
Otherwise you have to download libwasmvm. Please check Supported Platforms. Example:
Since umeed v3.2 there is a new runtime dependency: libwasmvm.x86_64.so v1.1.1 is required.
Building from source will automatically link the libwasmvm.x86_64.so created as a part of the build process (you must build on same host as you run the binary, or copy the libwasmvm.x86_64.so your lib directory).
Features
1555 Updates IBC to v5.1.0 that adds adds optional memo field to FungibleTokenPacketData and MsgTransfer.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps github.com/umee-network/umee/v3 from 3.3.0-rc1 to 3.3.0.
Release notes
Sourced from github.com/umee-network/umee/v3's releases.
... (truncated)
Changelog
Sourced from github.com/umee-network/umee/v3's changelog.
... (truncated)
Commits
709ed34
docs: v3.3.0 Release Notes (#1646)4550d89
chore: bump ibc-go (#1667)105274a
feat: update cosmos-sdk fork to support Content in v1beta1.Proposal when conv...53920f7
chore: update to Cosmos SDK 0.46.7 and related dependencies (#1659)8e45734
fix: export genesis tracks reserves (#1650)114049d
fix: docker build & release (#1645)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)