terra-money / alliance

🤝 Alliance chain with x/alliance module
Other
50 stars 34 forks source link

fix: increase rounding sensitivity #328

Closed javiersuweijie closed 7 months ago

javiersuweijie commented 7 months ago

Previously, the module struggles with handling calculations when the token amounts are in the billions and trillions. This fix increases the rounding sensitivity such that we round up more often when there are small discrepencies due to fix point math. (ie.e 0.98 gets rounded to 1)

emidev98 commented 7 months ago

Should we push this to v4 and fix the linting?