astroport-fi / astroport-core

Astroport DEX core contracts
https://astroport.fi/
GNU General Public License v3.0
153 stars 105 forks source link

fix(PCL): optimize internal stableswap function and df/dd #392

Closed epanchee closed 10 months ago

epanchee commented 10 months ago

Rearrange formulas such that big number first, small number last (so PCL won't end up multiplying 0 by the rest numbers).