DepositCore()
During calculations of outShares in code - it could be interesting if inAmounts are not = 0. We tried to catch this case with an integration test, but without any success of hitting the exact case.
However, it should be considered whether it is possible to calculate outShares to 0 and inAmounts != 0, and what the possible consequences are.
DepositCore() During calculations of outShares in code - it could be interesting if inAmounts are not = 0. We tried to catch this case with an integration test, but without any success of hitting the exact case. However, it should be considered whether it is possible to calculate outShares to 0 and inAmounts != 0, and what the possible consequences are.