Release candidate for v15 used for the osmo-test-4
testnet update.
This release is created to simplify the testnet update process via cosmovisor.
Mainnet will not go through this upgrade.
What Changed
See the full changelog here
Usage
🐳 Docker
The following Docker images are available in our registry:
Image | Description |
---|---|
osmolabs/osmosis-dev:15.0.0-rc3-testnet
| Default image. Based on Alpine |
Example:
docker run osmolabs/osmosis-dev:15.0.0-rc3-testnet version
# v15.0.0-rc3-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 v15.0.0-rc3-testnet
make install
⚡️ Download binaries
Binaries for linux amd64 and arm64 are available below.
Darwin users should build binaries from source.