Dylan Melotik

Results 133 comments of Dylan Melotik

@0xbe1 It seems like this issue is only happening on transactions where `subtractPosition()` is called, and this does not create a new position, but tries to load an existing one....

fixed in compound forks with #1008 closing and opening a separate issue to track persisting issues in aave v2

@ishraq8 - `cumulativeLiquidateUSD` not showing issues should be fixed in #834 - The `isCollateral` issues should be fixed by #832 - For no `dailyLiquidateUSD` in ARC it is because there...

#838 fixes the reserveFactor issue, and should be fully synced for `ethereum-amm` on merge

@ishraq8 I just merged this, but the subgraph (eth-amm) should be fully synced when you read this in the morning. cheers

@0xrdt thanks for making this issue. After a quick investigation I believe the issue lies here: https://github.com/dmelotik/subgraphs/blob/master/subgraphs/aave-v2-forks/src/mapping.ts#L643 If a position is not found during a `Repay`, `Withdraw`, or `Liquidate` the...

Seems like the specific issue is solved: If there is anything else hanging, it will get fixed in #1082

Hey @bye43 thanks for the QA check! I wanted to check in on a few things as I am starting to make changes. The reason there are more pools than...

The discrepency we are seeing in `outputTokenPriceUSD` comes from where I get the values. `TVL` uses `getRawFundBalance()` which returns the balance + unclaimed fees `outputTokenPrice` uses `getFundBalance()` which returns the...