Release candidate for v13
used to update the testnet.
Mainnet will not go through this v13_testnet_rc5
upgrade handler. The release is created to get cosmovisor integration to simplify the testnet update.
What Changed
This release is the same as rc4, with one exception, we've reverted the TWAP v2 query, and gone back to the TWAP v1 query.
Usage
🐳 Docker
The following Docker images are available in our registry:
Image | Description |
---|---|
osmolabs/osmosis-dev:13.0.0-rc5-testnet
| Default image. Based on Distroless image |
osmolabs/osmosis-dev:13.0.0-rc5-testnet-distroless
| Distroless image (same as above) |
osmolabs/osmosis-dev:13.0.0-rc5-testnet-nonroot
| Distroless non root image |
osmolabs/osmosis-dev:13.0.0-rc5-testnet-alpine
| Alpine image |
Example:
docker run osmolabs/osmosis-dev:13.0.0-rc5-testnet version
# v13.0.0-rc5-testnet
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.0.0-rc5-testnet
make install
⚡️ Download binaries
Binaries for linux amd64 and arm64 are available below.
Darwin users should build binaries from source.