osmosis-labs / cosmos-sdk

:chains: A Framework for Building High Value Public Blockchains :sparkles:
https://cosmos.network/
Apache License 2.0
14 stars 31 forks source link

fix: PowerMut incorrect precision #451

Closed p0mvn closed 1 year ago

p0mvn commented 1 year ago

Closes: #XXX

What is the purpose of the change

Optimization in https://github.com/osmosis-labs/cosmos-sdk/pull/443 broke an edge case.

The earlier change would initialize one to incorrect precision. This fixes the bug. Tested on the osmosis that all test cases pass.