apps icon indicating copy to clipboard operation
apps copied to clipboard

Subquery support for Tinlake data

Open annamehr opened this issue 1 year ago • 2 comments

from Adam Slack message

I've got a subquery indexing tinlake TVL now that's ready to test, but the centrifuge TVL query in cent app only grabs the first 100 items right now. Would someone be able to update that so that it functions like the old subgraph queries that fetch repeatedly until there are no more entries? This is the function in question: https://github.com/centrifuge/apps/blob/main/centrifuge-js/src/modules/pools.ts#L2196

annamehr avatar Feb 05 '24 15:02 annamehr

@AStox is working on getting subquery data fixed.

jpangelle avatar Feb 12 '24 16:02 jpangelle

Looks like the latest attempt to index tinlake data worked fine up until block ~18543475. image

I'll try to figure out what went wrong, update the branch here, and re-index. Hopefully will be able to fix this this week and close this issue.

AStox avatar Feb 26 '24 19:02 AStox