4.2.0
Minor Changes
-
#813
3af165aThanks @Foulks-Plb! - AddReallocationData.getAvailableLiquidityToUtilization(with autilizationparameter) and deprecate the previousgetAvailableLiquidityToTargetUtilization/targetUtilizationnaming.The
target utilizationwording wrongly suggested a market's configured supply-target utilization, whereas the argument is just an arbitrary utilization ceiling the caller wants to bring the market to. The old method is kept as a@deprecatedalias that delegates to the new one (to be removed in the next major), so existing consumers keep working. Behavior is unchanged.