Osmosis v10.1.0 🧪
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
Golang API breaks
- #1937 Change
lockupKeeper.ExtendLock
to take in lockID instead of the direct lock struct. - #2030 Rename lockup keeper
ResetAllLocks
toInitializeAllLocks
andResetAllSyntheticLocks
toInitializeAllSyntheticLocks
.
SDK Upgrades
- #2146 Upgrade SDK for to v0.45.0x-osmo-v9.1. Major changes:
- Concurrency query client option: osmosis-labs/cosmos-sdk#281
- Remove redacted message fix: osmosis-labs/cosmos-sdk#284
- Reduce commit store logs (change to Debug): osmosis-labs/cosmos-sdk#282
- Bring back the cliff vesting command: osmosis-labs/cosmos-sdk#272
- Allow ScheduleUpgrade to come from same block: osmosis-labs/cosmos-sdk#261
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.