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
CosmWasm has an open issue about this here CosmWasm/cosmwasm#1186 in case you want to share. They have signed decimals planned, maybe you'd like to share your code there. And once signed decimals are supported by CosmWasm itself, it definitely makes sense for us to switch.
I noticed you've been maintaining your own decimal type. A while ago, I worked on [a basic SignedDecimal type for CosmWasm]( (https://github.com/atomiklabs/atl-cw/blob/master/packages/signed-decimal/src/signed_decimal.rs). It is based on
cosmwasm_std::Decimal
type.Perhaps you'd like to use this type which is interoperable with the underlying type from CosmWasm STD.
I was wondering what are your thoughts about it? Thank you in advance for taking a look 🙃
The text was updated successfully, but these errors were encountered: