v1.6.4
Summary
Upgrade for mainnet from block 9 829 000. This is expected to land and circa 1730 UTC on Friday 01/11/2024.
Summary of changes:
- Upgrade handler corrects the status of a number of upgrades that were requeued as a result of proposal 47.
- Fixes an issue with CL pool claims, resulting from matching on chain-id for asset/qasset pairs.
- Minor clean up prior to upcoming v1.7.0 release.
- Resolves issues with > int64 redelegations, affecting qdydx rebalancing.
What's Changed
- Web UI updates by @joe-bowman in #1718
- ensure we use the correct zone denom where evaluating pool claims by @joe-bowman in #1721
- Fix: broken links detected in issue #1716 by @juliogarciape in #1717
- fix: stylecheck lint error on
chainId
in osmosis submodule by @ajansari95 in #1724 - update:
CODEOWNERS
by @ajansari95 in #1725 - cleanup: remove
ic-test
by @ajansari95 in #1727 - fix: cleanup and bumps by @ajansari95 in #1730
- fix: use %q instead of manual "%s" by @odeke-em in #1723
- fix: stuck unbondings and
UpdateRedemption
by @ajansari95 in #1732 - remove unused error message that causes us to fail to redelegate properly for amounts > int64 by @joe-bowman in #1735
- belts and braces around scaling factors to avoid panic by @joe-bowman in #1734
New Contributors
- @juliogarciape made their first contribution in #1717
Full Changelog: v1.6.3...v1.6.4