grant-hub icon indicating copy to clipboard operation
grant-hub copied to clipboard

[TBD] graph ipfs sync

Open michellema1208 opened this issue 2 years ago • 0 comments

Problem: When we upload the project metadata on IPFS and send a transaction, the subgraph is listening to contract events for when an event is fired.

When you upload a file, there's a chance it will take some time to show up on IPFS (could be as long as 10 min). If we switch to use only The Graph, the contract is firing events and subgraph takes everything from the contract but doesn't check IPFS. So basically half of the data is indexed, but the other half is missing. This has implications for anytime we need realtime data.

More context: https://discord.com/channels/562828676480237578/1011646812127502427/1011996625717186580

michellema1208 avatar Aug 24 '22 14:08 michellema1208