Closed hallazzang closed 2 years ago
we'll test internally whether it's solved to deterministic and approve it.
@hallazzang Could you add commit for fixing := range planCoins
to deterministic also?
In the TestAppStateDeterminism
, I fixed that the seed was set to 1 and the test was not done properly, after that, the liquidity MatchOrders
seems to have panic, so could you please check it?
Description
Since iteration order of map types is not deterministic, sort map keys before iteration.