Release v1.0.14
v1.0.14 2026-01-16
This release is mostly a collection of small fixes and cleanups to make the vault module safer and more consistent. The main feature is a new transaction for updating the vault withdrawal delay, but most changes focus on tightening validation, improving address parsing, and fixing a few edge-case bugs around pricing, swaps, and NAV handling. There are no major behavioral changes, just incremental improvements to correctness and reliability.
Features
- Add tx to update vault withdrawal delay #164.
Improvements
- Replace MustAccAddressFromBech32 with safe address parsing #121.
- Standardize Zero Checks in UnitPriceFraction #133.
- Add additional vault account setting validation PR 151.
- Payment denom is set to underlying on single asset vaults, Swap out's redeem denom defaults to payment denom PR 157.
Bug Fixes
- Fix
QueryEstimateSwapOutRequestshares custom type error PR 158. - Add uint64 check on publishing of nav volume #162.
Dependencies
github.com/cosmos/cosmos-sdkbumped to v0.50.14 (from v0.50.0) PR 153.