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
During the calculations we use sdk.Dec.Quo and sdk.Dec.Mul extensively, but there are also sdk.Dec.QuoTruncate and sdk.Dec.MulTruncate.
We need to determine which methods suit better for which situation.
The text was updated successfully, but these errors were encountered:
* keep zero reserve coins from GetReserveCoins
* treat pool with zero pool coin supply as depleted
also change Mul/QuoTruncate to Mul/Quo.
fixes#364
* rollback change of Quo/MulTruncate to Quo/Mul
this should be done in #380
* keep zero reserve coins from GetReserveCoins
* treat pool with zero pool coin supply as depleted
also change Mul/QuoTruncate to Mul/Quo.
fixes#364
* rollback change of Quo/MulTruncate to Quo/Mul
this should be done in #380
* treat a pool with zero reserve coin as depleted
During the calculations we use
sdk.Dec.Quo
andsdk.Dec.Mul
extensively, but there are alsosdk.Dec.QuoTruncate
andsdk.Dec.MulTruncate
.We need to determine which methods suit better for which situation.
The text was updated successfully, but these errors were encountered: