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
Prior to being able to replace all usage of sdk.Dec and sdk.Int with respective sdkmath types in Osmosis, we need to make sure that our fork is updated.
Background
Prior to being able to replace all usage of
sdk.Dec
andsdk.Int
with respectivesdkmath
types in Osmosis, we need to make sure that our fork is updated.Suggested Design
Follow history: https://github.com/cosmos/cosmos-sdk/commits/main?after=09db6997c532e984905b33f8618b57b2bbd1fed1+34&branch=main&path%5B%5D=math&qualified_name=refs%2Fheads%2Fmain
Int
andUint
, delete in-repo implementations, ref: refactor!: create math go sub module cosmos/cosmos-sdk#11788Dec
, delete in -repo implementations, ref: refactor: Move sdk.Dec to math package cosmos/cosmos-sdk#12634Acceptance Criteria
sdkmath
The text was updated successfully, but these errors were encountered: