You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we can calculate "maximum integer unit pool coin receivable" for each deposit request
the module receives the exact number of deposit coins with respect to the calculated number of unit pool coins, and the rest are refunded
with the refund feature, users are free from decimal truncation loss from receivable pool coin when they deposit liquidity
Patch Plan
we will steadily prepare this patch, accompanied with enough testing and simulation
if we can make time before Cosmos-SDK 0.44 upgrade, we will propose this into the upgrade
if we cannot make it, then this refund feature will be proposed to the next Gaia upgrade schedule
Param change
Apart from Patch, we plan to submit a parameter change proposal to increase the params.InitPoolCoinMintAmount to minimize this problem even if some users create pools with +$1M initial deposit in the future.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Summary of Bug
Version
Including v1.4.0, past versions.
Steps to Reproduce
Example
Why It Happened?
The pools that have these problems.
Solution
Refund of Decimal Part of the Deposit
Patch Plan
Param change
params.InitPoolCoinMintAmount
to minimize this problem even if some users create pools with +$1M initial deposit in the future.For Admin Use
The text was updated successfully, but these errors were encountered: