-
Notifications
You must be signed in to change notification settings - Fork 608
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(math): add mutative api for BigDec.BigInt() #6867
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mostly looks good, requested change for method name change :)
Co-authored-by: Matt, Park <[email protected]>
Please ping me once r4r |
I am sorry |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! I think it would be better to make a table-driven unit test for this one and use the functionality for asserting mut/non-mut results we already have for tests. Example: https://github.com/osmosis-labs/osmosis/blob/main/osmomath/decimal_test.go#L1585
Thanks you |
I'm waiting for a PR cosmos/cosmos-sdk#18576 at cosmos hub. Give me more time |
check it out in PR #6993 |
Similar to PR17803 I think we should also have such an API