-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FxPool rounding errors fixes #393
FxPool rounding errors fixes #393
Commits on May 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bf44477 - Browse repository at this point
Copy the full SHA bf44477View commit details
Commits on May 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 37b6ef3 - Browse repository at this point
Copy the full SHA 37b6ef3View commit details
Commits on May 29, 2023
-
🍜 minor amends; removed obsolete bnum conversions; rearranged checks …
…to match the contreact exactly
Configuration menu - View commit details
-
Copy full SHA for e9f50e1 - Browse repository at this point
Copy the full SHA e9f50e1View commit details
Commits on May 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c1f880b - Browse repository at this point
Copy the full SHA c1f880bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ab80f6 - Browse repository at this point
Copy the full SHA 1ab80f6View commit details
Commits on Jun 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a44635b - Browse repository at this point
Copy the full SHA a44635bView commit details
Commits on Jun 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f0b3516 - Browse repository at this point
Copy the full SHA f0b3516View commit details
Commits on Jun 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 519d418 - Browse repository at this point
Copy the full SHA 519d418View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29f16c1 - Browse repository at this point
Copy the full SHA 29f16c1View commit details
Commits on Jun 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7b753bd - Browse repository at this point
Copy the full SHA 7b753bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdeb41b - Browse repository at this point
Copy the full SHA fdeb41bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a79166 - Browse repository at this point
Copy the full SHA 7a79166View commit details
Commits on Jun 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c1f4c35 - Browse repository at this point
Copy the full SHA c1f4c35View commit details
Commits on Jun 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 91a3076 - Browse repository at this point
Copy the full SHA 91a3076View commit details
Commits on Jun 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b9d6c90 - Browse repository at this point
Copy the full SHA b9d6c90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e35042 - Browse repository at this point
Copy the full SHA 6e35042View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e736d8 - Browse repository at this point
Copy the full SHA 4e736d8View commit details -
⚓ added _inHigherPrecision function to workaround the SOR limitation …
…to only 18 decimals
Configuration menu - View commit details
-
Copy full SHA for ba76227 - Browse repository at this point
Copy the full SHA ba76227View commit details -
Configuration menu - View commit details
-
Copy full SHA for 559e0bd - Browse repository at this point
Copy the full SHA 559e0bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 820bf11 - Browse repository at this point
Copy the full SHA 820bf11View commit details -
Configuration menu - View commit details
-
Copy full SHA for adc7836 - Browse repository at this point
Copy the full SHA adc7836View commit details -
Configuration menu - View commit details
-
Copy full SHA for c33c58c - Browse repository at this point
Copy the full SHA c33c58cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e464e24 - Browse repository at this point
Copy the full SHA e464e24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19ad8be - Browse repository at this point
Copy the full SHA 19ad8beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49094af - Browse repository at this point
Copy the full SHA 49094afView commit details
Commits on Jun 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 09253c6 - Browse repository at this point
Copy the full SHA 09253c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a965343 - Browse repository at this point
Copy the full SHA a965343View commit details -
🐟 fixed bug where OldBigNumber.config.DECIMAL_PLACES was left as 36 i…
…n case of an exception in FXPool functions
Configuration menu - View commit details
-
Copy full SHA for c578d17 - Browse repository at this point
Copy the full SHA c578d17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d98aa8 - Browse repository at this point
Copy the full SHA 4d98aa8View commit details
Commits on Jun 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2576c4d - Browse repository at this point
Copy the full SHA 2576c4dView commit details
Commits on Jun 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c2590b0 - Browse repository at this point
Copy the full SHA c2590b0View commit details
Commits on Jun 22, 2023
-
🍎 removed rounding of values in xaveFxPool.spec.ts; the values for `e…
…xpectedSpotPriceBeforeSwap` value are not precisely equal to the excel spreadsheet; all the tests that fail now, fail because of `expectedSpotPriceAfterSwap` - will need to check with Khidir about this;
Configuration menu - View commit details
-
Copy full SHA for af3eb5c - Browse repository at this point
Copy the full SHA af3eb5cView commit details
Commits on Jun 23, 2023
-
🐨 fixed bug whereby the way we calculated our derivative would have p…
…ut us as last of the pools in terms of normalized liquidity; fixed tests;
Configuration menu - View commit details
-
Copy full SHA for 61a9774 - Browse repository at this point
Copy the full SHA 61a9774View commit details -
Configuration menu - View commit details
-
Copy full SHA for f62a047 - Browse repository at this point
Copy the full SHA f62a047View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c82d4b - Browse repository at this point
Copy the full SHA 9c82d4bView commit details -
💾 do not use floats in calculations; found a place where we were roun…
…ding down to 15 decimals (I must have forgotten that code there);
Configuration menu - View commit details
-
Copy full SHA for 60071d9 - Browse repository at this point
Copy the full SHA 60071d9View commit details
Commits on Jun 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 090466f - Browse repository at this point
Copy the full SHA 090466fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e537cc - Browse repository at this point
Copy the full SHA 5e537ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f8f87b - Browse repository at this point
Copy the full SHA 2f8f87bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94b2616 - Browse repository at this point
Copy the full SHA 94b2616View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71ab58b - Browse repository at this point
Copy the full SHA 71ab58bView commit details
Commits on Jun 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ac20365 - Browse repository at this point
Copy the full SHA ac20365View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3d7557 - Browse repository at this point
Copy the full SHA a3d7557View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2673734 - Browse repository at this point
Copy the full SHA 2673734View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83cc506 - Browse repository at this point
Copy the full SHA 83cc506View commit details -
Configuration menu - View commit details
-
Copy full SHA for b90f725 - Browse repository at this point
Copy the full SHA b90f725View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4635ed9 - Browse repository at this point
Copy the full SHA 4635ed9View commit details -
_derivativeSpotPriceAfterSwapTokenInForExactTokenOut and _derivativeS…
…potPriceAfterSwapExactTokenInForTokenOut used BigNumber now
Configuration menu - View commit details
-
Copy full SHA for e5b7a8d - Browse repository at this point
Copy the full SHA e5b7a8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3471d7d - Browse repository at this point
Copy the full SHA 3471d7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for edc0b95 - Browse repository at this point
Copy the full SHA edc0b95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2350377 - Browse repository at this point
Copy the full SHA 2350377View commit details
Commits on Jun 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1e0d545 - Browse repository at this point
Copy the full SHA 1e0d545View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cf04c2 - Browse repository at this point
Copy the full SHA 2cf04c2View commit details
Commits on Jun 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1bbc298 - Browse repository at this point
Copy the full SHA 1bbc298View commit details
Commits on Jul 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3d347f5 - Browse repository at this point
Copy the full SHA 3d347f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7191c7b - Browse repository at this point
Copy the full SHA 7191c7bView commit details -
🍎 reverted the changes in `_derivativeSpotPriceAfterSwapExactTokenInF…
…orTokenOut`; universalNormalizedLiquidity should return higher values for more advantageous pools;
Configuration menu - View commit details
-
Copy full SHA for 6a15ae4 - Browse repository at this point
Copy the full SHA 6a15ae4View commit details