grant-hub
grant-hub copied to clipboard
[TBD] graph ipfs sync
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