Please use this tag instead of v13.0.0
This upgrade adds the following features:
Stableswap Pools
- Stableswap pools offer low slippage for two assets that are intended to be tightly correlated.
- There is a price ratio they are expected to be at, and the AMM offers low slippage around this price.
IBC Rate Limiting
- Governance may define how much value can flow in and out of the chain for a specific denom, channel, and time period.
- Increases the level of security for assets on Osmosis in the event of any security issues on Osmosis, the counter-party chain, or within IBC itself.
Cross-chain Cosmwasm contracts
- IBC has been upgraded to v3.4.0 which allows metadata to be passed as part of the message.
- Enables use cases such as cross chain swaps.
Force Unlock
- Governance may specify addresses to permit instantly unlocking bonded liquidity.
- Enables uses such as the liquidation of bonded pools when used for collateral.
Multi-hop OSMO discount
- When a trade consists of just two OSMO pools during a single transaction, the swap fees are automatically halved.
- For further details see Proposal 187 when this was initially signalled for development.
See the full changelog here
Usage
🐳 Docker
The following Docker images are available in our registry:
Image | Description |
---|---|
osmolabs/osmosis:13.1.0
| Default image. Based on Distroless image |
osmolabs/osmosis:13.1.0-distroless
| Distroless image (same as above) |
osmolabs/osmosis:13.1.0-nonroot
| Distroless non root image |
osmolabs/osmosis:13.1.0-alpine
| Alpine image |
Example:
docker run osmolabs/osmosis:13.1.0 version
# v13.1.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 v13.1.0
make install
⚡️ Download binaries
Binaries for linux amd64 and arm64 are available below.
Darwin users should build binaries from source.