cosmosquad-labs / squad

Apache License 2.0
6 stars 3 forks source link

Multiple partial matches for a buy order leads chain to panic #264

Closed hallazzang closed 2 years ago

hallazzang commented 2 years ago

Since we use Ceil when taking quote coin from buy orders, a buy order that lasts for multiple batches can have insufficient offer coin to buy OpenAmount. We can solve this issue by using Truncated OpenAmount before matching.