github osmosis-labs/osmosis v10.1.0
Osmosis v10.1.0 🧪

latest releases: x/ibc-hooks/v0.0.14, x/epochs/v0.0.8, osmoutils/v0.0.12...
21 months ago

v10.1.0

This upgrade includes minor improvements and bug fixes.

The most visible change for the node operators represents the move of the commit store logs to the Debug level. Previously, these logs had been used for debugging live database issues. Since there is no need for them, they were moved to Debug to reduce noise.

All other changes can be found below.

What Changed

Bug Fixes

  • 2011 Fix bug in TokenFactory initGenesis, relating to denom creation fee param.

Improvements

  • #2130 Introduce errors in mint types.
  • #2000 Update import paths from v9 to v10.

Golang API breaks

  • #1937 Change lockupKeeper.ExtendLock to take in lockID instead of the direct lock struct.
  • #2030 Rename lockup keeper ResetAllLocks to InitializeAllLocks and ResetAllSyntheticLocks to InitializeAllSyntheticLocks.

SDK Upgrades

Full Changelog: v10.0.1...v10.1.0

Usage

🐳 Docker

The following Docker image is available in our registry:

docker run osmolabs/osmosis:10.1.0 version 
# v10.1.0

The image supports both arm64 and amd64 architectures.

🔨 Build from source

git clone https://github.com/osmosis-labs/osmosis
cd osmosis && git checkout v10.1.0
make install

⚡️ Download binaries

Binaries for linux amd64 and arm64 are available below.
Darwin users should build binaries from source.

Don't miss a new osmosis release

NewReleases is sending notifications on new releases.