@alessio
below line throws error(division by zero) while our simulation
|
proRataRecip := sdk.OneDec().Quo(proRataDec) |
in orderbook, we see an residual order with amount 0.0000.
i suspect this is a decimal control issue.
because we tested only with integer amount, there is no way for orderbook to have
such small residual order.