-
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 honzon global paramter #2071
Conversation
Updated tests and configs accordingly
Updated tests accordingly.
Currently get_interest_rate_per_sec is only called by |
Codecov Report
@@ Coverage Diff @@
## master #2071 +/- ##
==========================================
+ Coverage 85.96% 86.50% +0.54%
==========================================
Files 96 98 +2
Lines 19424 21148 +1724
==========================================
+ Hits 16698 18295 +1597
- Misses 2726 2853 +127
Continue to review full report at Codecov.
|
…lType Updated code and tests accordingly
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.
Some nits, but lgtm
…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
Also updated how interest rates are queried in cdp-engine module
Closes #2006