-
Notifications
You must be signed in to change notification settings - Fork 15
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: original order size and accumulative fees #4211
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #4211 +/- ##
======================================
- Coverage 72% 71% -0%
======================================
Files 385 388 +3
Lines 63554 63136 -418
Branches 63554 63136 -418
======================================
- Hits 45448 45113 -335
+ Misses 15749 15689 -60
+ Partials 2357 2334 -23 ☔ View full report in Codecov by Sentry. |
PRO-932 Rpc/s for returning LP fees earned
This will mean I need to change the pools pallet storage to include a record of earnings per position, and per lp. Also add the fees for a swap into the AssetSwapped Event zoheb |
22c855e
to
f3c1fbf
Compare
f3c1fbf
to
c617c2e
Compare
This is the runtime part of PRO-932 and also PRO-897