-
Notifications
You must be signed in to change notification settings - Fork 14
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: rename slippage -> price impact #4679
Conversation
I am not sure why but |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4679 +/- ##
======================================
- Coverage 72% 72% -0%
======================================
Files 414 414
Lines 68463 68383 -80
Branches 68463 68383 -80
======================================
- Hits 49253 49084 -169
- Misses 16807 16889 +82
- Partials 2403 2410 +7 ☔ View full report in Codecov by Sentry. |
@@ -289,9 +289,9 @@ pub mod pallet { | |||
pub(super) type ScheduledLimitOrderUpdates<T: Config> = | |||
StorageMap<_, Twox64Concat, BlockNumberFor<T>, Vec<LimitOrderUpdate<T>>, ValueQuery>; | |||
|
|||
/// Maximum relative slippage for a single swap, measured in number of ticks. | |||
/// Maximum relative price impact for a single swap, measured in number of ticks. |
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.
change the comment here not say relative.
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.
Pull Request
Closes: PRO-1254
Checklist
Please conduct a thorough self-review before opening the PR.
Summary
Renaming of slippage -> price delta
Non-Breaking changes