Skip to content
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(osmomath): make mutative Add and Quo #3773

Closed
p0mvn opened this issue Dec 16, 2022 · 0 comments · Fixed by #3779
Closed

feat(osmomath): make mutative Add and Quo #3773

p0mvn opened this issue Dec 16, 2022 · 0 comments · Fixed by #3779
Assignees

Comments

@p0mvn
Copy link
Member

p0mvn commented Dec 16, 2022

Background

We need mutative Add and Quo defined on osmomath.BigDec

Originally posted by @ValarDragon in #3708 (comment)

We alreadyhave mutative `MulMut: #3678

Suggested Design

Follow #3678 for an example on how to implement it with tests.

Modify exp2 to utilize the mutatie versions as per: https://github.com/osmosis-labs/osmosis/pull/3708/files/79beaae72f54159a82c54a7872b6053fc8ffdc5a#r1050159218

Acceptance Criteria

@osmo-bot osmo-bot moved this to Needs Review 🔍 in Osmosis Chain Development Dec 16, 2022
@pysel pysel self-assigned this Dec 17, 2022
Repository owner moved this from Needs Review 🔍 to Done ✅ in Osmosis Chain Development Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants