-
Notifications
You must be signed in to change notification settings - Fork 528
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
Remove CollateralCurrencyIds from module-cdp-engine #2096
Conversation
Updated tests and configs accordingly
Updated tests accordingly.
…lType Updated code and tests accordingly
Now uses CollateralParams to determine valid collateral currencies.
…rrencyIds * origin/master: add xcm instruction RefundSurplus after Transact (#2088) rm dex share duplicate code (#2089) precompile (#2049) Remove honzon global paramter (#2071) update orml (#2077) Auto publish predeploy contracts (#2076) # Conflicts: # modules/cdp-engine/src/lib.rs # modules/cdp-engine/src/tests.rs # runtime/acala/src/lib.rs
Codecov Report
@@ Coverage Diff @@
## master #2096 +/- ##
==========================================
+ Coverage 86.45% 86.64% +0.19%
==========================================
Files 99 98 -1
Lines 21240 21141 -99
==========================================
- Hits 18362 18317 -45
+ Misses 2878 2824 -54
Continue to review full report at Codecov.
|
A list of valid collateral currencies are obtained from configured currency parameters
Added ACA as collateral in Mandala. This needs to be configured after upgrade.
Closes #2069