tilacog
tilacog
The old link pointed to an unrelated part of the source file.
The [documentation on Debug Forking](https://github.com/graphprotocol/docs/blob/main/pages/en/cookbook/subgraph-debug-forking.mdx) should have a cautionary remark about its inability to detect Dynamic Data Sources before the fork.
After the multi-network changes introduced in 668, the Cost Model feature was restricted to Ethereum Mainnet. We should find a way to enable this feature for other networks besides that....
This PR added logs to the indentifyExpiringAllocations function to test the hypothesis if the `maxAllocationEpochs` value wasn't being considered for the calculations, as the user's claims of "Allocations are being...
Proposal for using the `recommended-type-checked` `@typescript-eslint` plugin, which is the suggested configuration for typescript projects. Additionally: - Type-check all test files. - Adds the `typescript-eslint-language-server` as a development dependency for...
PR #615 inadvertently caused the indexer Agent to only handle subgraphs registered in the Network Subgraph, as it can no longer name a subgraph deployment if it's not registered there....
``` ERROR (IndexerAgent/1560869): Failed to query subgraph features from indexing statuses endpoint component: "GraphNode" subgraphId: "QmWC8bGoqBRmiAwMRVA983CmhC4j3gMPmkM2p3F2rM35NX" err: { "type": "IndexerError", "message": "Failed to query subgraph features from indexing statuses endpoint",...
We should be able to use [Hardhat tests](https://hardhat.org/tutorial/testing-contracts) for some critical integration test cases.
Given that this repository is the sole active user of https://github.com/graphprotocol/common-ts, we suggest integrating its essential features into indexer-common and then archiving it.