-
Notifications
You must be signed in to change notification settings - Fork 20
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
chore!: lbp refactor #185
chore!: lbp refactor #185
Conversation
jak-pan
commented
Oct 5, 2021
•
edited
Loading
edited
- Remove unnecessary storage (last weight update, last weights)
- Remove unnecessary tuples
- Remove asset sorting - asset_a is now the asset you are selling (If conducting a sale)
- Changed weights to % of the asset_a in the pool
- Change weight
- Remove pause
- Consolidate functions
- Fix tests
- Fix docs
- Update math / extract types
- Fix readme
- Audit
Codecov Report
@@ Coverage Diff @@
## master #185 +/- ##
==========================================
- Coverage 85.22% 85.04% -0.18%
==========================================
Files 21 21
Lines 2132 2013 -119
==========================================
- Hits 1817 1712 -105
+ Misses 315 301 -14
Continue to review full report at Codecov.
|
Co-authored-by: Richard Roznovjak <richardroznovjak@gmail.com>
The problem with the build is caused by LBP benchmarking tests. We are trying to perform a trade, but our LBP sale is not running. LBP uses |
I have looked at the implementation of the |
The following topics need to be resolved:
otherwise it LGTM |
fix: LBP benchmarks
I get this error in the UI. When the types are not enclosed in the
|
This reverts commit ba1a0ed