github osmosis-labs/osmosis v16.0.0-rc2
Osmosis v16.0.0-rc2 🧪

latest releases: v26.0.1, v26.0.0, v26.0.0-rc4...
pre-release14 months ago

This is a major release candidate for the highly anticipated v16.0.0 major release, focused on enhancing the Osmosis platform's functionality and capital efficiency.

This release candidate introduces several new modules and features while also updating existing APIs and dependencies.

Key Features and Enhancements:

  1. SuperCharged Liquidity Module (x/concentrated-liquidity):
    The SuperCharged Liquidity Module revolutionizes the pool model on Osmosis, significantly improving capital efficiency. It offers optimized liquidity allocation and enhanced trading performance for users.

  2. CosmWasm Pool Module (x/cosmwasmpool):
    With the CosmWasm Pool Module, users can now create and manage liquidity pools backed by CosmWasm smart contracts. This integration brings heightened security and flexibility to the liquidity pool ecosystem.

  3. ProtoRev Changes (x/protorev):
    ProtoRev implements crucial modifications to the payment schedule for the development account, transitioning it from a weekly structure to immediate settlements after each trade. Additionally, hooks are introduced to enable efficient triggers for backruns, joinPool, and exitPool operations.

⚠️ This release candidate includes also the binaries for the osmo-test-5 testnet, which contain a different upgrade handler. The code for the testnet can be found in the v16.0.0-rc2-testnet tag.

What Changed

See the full changelog here

Usage

🐳 Docker

The following Docker images are available in our registry:

Image Description
osmolabs/osmosis-dev:16.0.0-rc2 Default image. Based on Distroless image
osmolabs/osmosis-dev:16.0.0-rc2-distroless Distroless image (same as above)
osmolabs/osmosis-dev:16.0.0-rc2-nonroot Distroless non root image
osmolabs/osmosis-dev:16.0.0-rc2-alpine Alpine image

Example:

docker run osmolabs/osmosis-dev:16.0.0-rc2 version
# v16.0.0-rc2

All the images have support for arm64 and amd64 architectures.

🔨 Build from source

git clone https://github.com/osmosis-labs/osmosis
cd osmosis && git checkout v16.0.0-rc2
make install

⚡️ Download binaries

Binaries for linux amd64 and arm64 are available below.
Darwin users should build binaries from source.

Don't miss a new osmosis release

NewReleases is sending notifications on new releases.