-
Notifications
You must be signed in to change notification settings - Fork 1
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
fix/feat: add fix for multi-hop buys and contract migration system #15
Conversation
* required for intermediate steps in multi-hop buys
This comment was marked as resolved.
This comment was marked as resolved.
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.
See comments just version stuff
* as suggested by @maxrobot
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.
L
G
T
M
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.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files ignored due to path filters (2)
Cargo.lock
is excluded by:!**/*.lock
contracts/swap/Cargo.toml
is excluded by:!**/*.toml
Files selected for processing (1)
- contracts/swap/src/contract.rs (3 hunks)
Files skipped from review as they are similar to previous changes (1)
- contracts/swap/src/contract.rs
Changelog
andrust-toolchain
filemin_quantity_tick_size
in intermediate steps for multi-hop buysSummary by CodeRabbit
min_quantity_tick_size
in multi-hop buys for market compliance.