Osmosis v21.0.0-rc3 🧪
Pre-release
Pre-release
github-actions
released this
06 Dec 21:11
·
867 commits
to main
since this release
This upgrade adds the following features:
- Cosmos SDK Updated to v0.47.5
- Protocol Revenue Tracking
- Sidecar Query Server
- Concentrated liquidity hooks added to core CL logic in advance of allowing hook contracts to be linked.
- EstimateTradeBasedOnPriceImpact added to Stargate whitelist.
- ProtoRev module no longer pays Taker Fees on arbitrage backruns, improving the alignment between differing liquidity locations.
- Several improvements relating to mempool filtering, previously present in v20.x releases.
- Wasmd updated to v0.45.0 and wasmvm to 1.5.0
Changelog
See the Full Change Log for more API Breaking, State Breaking and other miscellaneous changes.
⚡️ Binaries
Binaries for Linux (amd64 and arm64) are available below.
🔨 Build from source
If you prefer to build from source, you can use the following commands:
git clone https://github.com/osmosis-labs/osmosis
cd osmosis && git checkout v21.0.0-rc3
make install
🐳 Run with Docker
As an alternative to installing and running osmosisd on your system, you may run osmosisd in a Docker container.
The following Docker images are available in our registry:
Image Name | Base | Description |
---|---|---|
osmolabs/osmosis:21.0.0-rc3 |
distroless/static-debian11 |
Default image based on Distroless |
osmolabs/osmosis:21.0.0-rc3-distroless |
distroless/static-debian11 |
Distroless image (same as above) |
osmolabs/osmosis:21.0.0-rc3-nonroot |
distroless/static-debian11:nonroot |
Distroless non-root image |
osmolabs/osmosis:21.0.0-rc3-alpine |
alpine |
Alpine image |
Example run:
docker run osmolabs/osmosis:21.0.0-rc3 version
# v21.0.0-rc3
All the images support arm64
and amd64
architectures.