Osmosis v14.0.1 🧪
This is a patch release that introduces minor bug fixes. It can be applied at the node operator's convenience.
Namely, fixes EstimateSwapExactAmountIn
and EstimateSwapExactAmountOut
x/gamm
CLI and geometric TWAP genesis validation.
What Changed
See the full changelog here
Usage
🐳 Docker
The following Docker images are available in our registry:
Image | Description |
---|---|
osmolabs/osmosis:14.0.1 |
Default image. Based on Distroless image |
osmolabs/osmosis:14.0.1-distroless |
Distroless image (same as above) |
osmolabs/osmosis:14.0.1-nonroot |
Distroless non root image |
osmolabs/osmosis:14.0.1-alpine |
Alpine image |
Example:
docker run osmolabs/osmosis:14.0.1 version
# v14.0.1
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 v14.0.1
make install
⚡️ Download binaries
Binaries for linux amd64 and arm64 are available below.
Darwin users should build binaries from source.