remove deprecated Ratio mulitpyBy and divideBy #3676
Labels
code-style
defensive correctness patterns; readability thru consistency
devex
developer experience
enhancement
New feature or request
hygiene
Tidying up around the house
Inter-protocol
Overarching Inter Protocol
technical-debt
Milestone
What is the Problem Being Solved?
in #3138, we described how to support rounding modes in ratio computations.
#3677 implemented the new functions and deprecated the old. The next step is to remove uses of the old functions and then we'll be able to remove the deprecated functions.
Description of the Design
convert existing contracts to new functions
callSpread
treasury
loan
newSwap
Then remove the deprecated functions from
ratio.js
Security Considerations
only more reliable calculations
Test Plan
Nothing special.
The text was updated successfully, but these errors were encountered: