Skip to content

Osmosis v17.0.0 🧪

Compare
Choose a tag to compare
@osmo-bot osmo-bot released this 18 Aug 10:28
· 980 commits to main since this release
ea8b741

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

It introduces several new modules and features while also updating existing APIs and dependencies.

Key Features and Enhancements:

  1. Linked CL Pools: We have expanded our offerings with the addition of more linked CL Pools.

  2. Token Factory Enhancements: Introducing Bank hooks (BlockBeforeSend, TrackBeforeSend). These integrations will streamline and bolster your token factory experience. Thank you @zodiac-protocol for the help on testing!

  3. IBC-Hooks Update: We're proud to announce that IBC-hooks now support async acknowledgements during onRecvPacket processing. This enhancement ensures smoother and faster data transfer operations.

  4. Superfluid Stake / Locks to Native Staking: A significant update for our delegators! You can now effortlessly convert directly from superfluid/locks to native staking. This change aims to provide a more seamless experience for our stakers.

  5. ProtoRev Integration: The introduction of CW pools to ProtoRev marks a new milestone for us. This feature broadens the spectrum of our functionalities and ensures better protocol revisions.

See the full changelog here

Usage

🐳 Docker

The following Docker images are available in our registry:

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

Example:

docker run osmolabs/osmosis:17.0.0 version
# v17.0.0

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 v17.0.0
make install

⚡️ Download binaries

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