-
Notifications
You must be signed in to change notification settings - Fork 77
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: add omnipool liquidity limits #822
Conversation
Crate versions that have been updated:
Runtime version has not been increased. |
…iquidty-limits # Conflicts: # Cargo.lock # pallets/omnipool/Cargo.toml # runtime/hydradx/Cargo.toml # runtime/hydradx/src/lib.rs
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.
To avoid code duplication, i'd suggest to call the new version of add_ and remove_ liquidity from the original add_liquidity and remove_liquidity with min limits.
…iquidty-limits # Conflicts: # Cargo.lock # runtime/hydradx/Cargo.toml # runtime/hydradx/src/lib.rs
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.
one final change
Solves this: #808