Osmosis v12.3.0 🧪
This release removes the Osmosis IAVL fork dependency and switches to cosmos/iavl
v0.19.4
instead.
What Changed
The new dependency keeps "fast nodes" to be enabled. It integrates all new changes made upstream since we branched out to an Osmosis IAVL fork back in February.
Please see the changelog for more details: v12.2.1...v12.3.0
Usage
🐳 Docker
The following Docker images are available in our registry:
Image | Description |
---|---|
osmolabs/osmosis:12.3.0 |
Default image. Based on Distroless image |
osmolabs/osmosis:12.3.0-distroless |
Distroless image (same as above) |
osmolabs/osmosis:12.3.0-nonroot |
Distroless non root image |
osmolabs/osmosis:12.3.0-alpine |
Alpine image |
Example:
docker run osmolabs/osmosis:12.3.0 version
# v12.3.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 v12.3.0
make install
⚡️ Download binaries
Binaries for linux amd64 and arm64 are available below.
Darwin users should build binaries from source.