You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By lowering our min spot price to 10^-30, we run into an issue where our current 18 decimal spot price API may not be able to support frontend or other clients querying pols with low spot price.
Therefore, we need to implement a 36 decimal BigDec query to allow them to fall back to it.
A/C
Query implemented for every pool module and pool manager
Context
By lowering our min spot price to 10^-30, we run into an issue where our current 18 decimal spot price API may not be able to support frontend or other clients querying pols with low spot price.
Therefore, we need to implement a 36 decimal
BigDec
query to allow them to fall back to it.A/C
clmodel.SpotPrice
,TestSpotPrice
andclkeeper.CalculateSpotPrice
The text was updated successfully, but these errors were encountered: