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
{{ message }}
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
Edit: I just realized I was looking at the liquidity chart(s) with my branch in the community repo which does not have the change that was merged in to address the first half of this issue.
The liquidity and fee charts for individual pair positions are off. For liquidity it may just be an issue where the y-axis seems to be incorrect, however one interesting thing I've noticed is that switching back and forth between the fees and liquidity graphs will drastically change the y-axis for liquidity.
The fee charts are off due to a known issue where fees are being computed incorrectly. A PR is up in the community repo to estimate fees instead, however this change needs to also make its way into the src/utils/returns.ts::getHistoricalPairReturns function, which is still using the old method for computing fees.
I believe solving the latter issue will be a relatively minor change that I can address. Solving the former issue related to the liquidity chart y-axis may require more investigation.
The text was updated successfully, but these errors were encountered:
mdr223
changed the title
Liquidity and Fees Charts for Pair Positions are Off
Fee Charts for Pair Positions are Off
Mar 24, 2021
(Note: this is tied to issue #14)
Edit: I just realized I was looking at the liquidity chart(s) with my branch in the community repo which does not have the change that was merged in to address the first half of this issue.
The l
iquidity andfee charts for individual pair positions are off.For liquidity it may just be an issue where the y-axis seems to be incorrect, however one interesting thing I've noticed is that switching back and forth between the fees and liquidity graphs will drastically change the y-axis for liquidity.The fee charts are off due to a known issue where fees are being computed incorrectly. A PR is up in the community repo to estimate fees instead, however this change needs to also make its way into the
src/utils/returns.ts::getHistoricalPairReturns
function, which is still using the old method for computing fees.I believe solving the latter issue will be a relatively minor change that I can address.
Solving the former issue related to the liquidity chart y-axis may require more investigation.The text was updated successfully, but these errors were encountered: