You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a tracking issue for math improvements (for a potential math v2):
Some of those changes cannot be integrated in math v1 due to their possible state machine breaking nature.
MarshalJSON(LegacyDec{}) != MarshalJSON(LegacyNewDec(0)), which leads to some issues:
This is a tracking issue for math improvements (for a potential math v2):
Some of those changes cannot be integrated in math v1 due to their possible state machine breaking nature.
MarshalJSON(LegacyDec{}) != MarshalJSON(LegacyNewDec(0))
, which leads to some issues:sdk.Dec
#17606: fix(math)!: make LegacyDec zero values marshaled equal #17613The text was updated successfully, but these errors were encountered: