indexer
indexer copied to clipboard
Graph Protocol indexer components and infrastructure
Improve `README.md` for new project contributors
- Updates the supported Graph Node version to [0.35.0](https://github.com/graphprotocol/graph-node/releases/tag/v0.35.0) - Adds support for Arweave File Data Sources (at same level as IPFS, given identical implementation and data isolation), supported as...
This PR should merge to main after PR #869 is merged
Resolves #879 After testing seeing https://github.com/graphprotocol/indexer/pull/883, I set out to write a unit test that would prove if #879 were indeed resolved. I ended up with a test that would...
Resolves https://github.com/graphprotocol/indexer/issues/878 by introducing waiting for the given block to be reached before confirming transactions.
A continuation of PR [831](https://github.com/graphprotocol/indexer/pull/831) Were we fix redeeming for ravs, collection of allocations, unit tests, migrations among others
Currently when confirming an `allocate` action the network subgraph is queried to get the subgraph deployment. If the process of publishing the subgraph to the network and allocating happened very...
Add more unit tests to rav processing