graph-node
graph-node copied to clipboard
Graph Node indexes data from blockchains such as Ethereum and serves it over GraphQL
**Do you want to request a *feature* or report a *bug*?** Feature **What is the current behavior?** HTTP and Websockets are on different ports **What is the expected behavior?** It'd...
We could expose all `graphman`'s commands as GraphQL mutations over the indexer management API endpoint _(port `18000`, by default)_. In this design, `graph-node` would act as a service, exposing all...
At first glance, this feature would operate similarly to `graphman copy` but subgraphs could be sent to a foreign cluster. The motivation behind this encompasses both: - mutual aid while...
DB setup has been observed to fail in the hosted service with the following error logs: ``` 2022-03-16T19:29:16.264973019Z stderr F thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value:...
#2960 implemented filtering on the basis of child entities. This introduces sorting on the same entities. There are some constraints: - Sorting should only apply for 1:1 child entities -...
currently [these are the networks supported](https://thegraph.com/docs/en/developer/developer-faq/#19-what-networks-are-supported-by-the-graph) by the graph, are there possibilities to support the [BTTC](https://bttc.bittorrent.com/) network soon? I was able to create my subgraph locally using a modified version...
We could create a new `graphman chain rewind` command to rewind all subgraphs from a given chain, targeting a specific block. The command could be invoked in a similar fashion...
We could expand the `graphman chain` command with new tasks that deal with the call cache. For instance, the following command: ``` $ graphman chain call-cache remove --from --to ```...
**Do you want to request a *feature* or report a *bug*?** A feature **What is the current behavior?** If a subgraph consumer wants to know the freshness of their subgraph,...
`stable-hash`, the library implementing the hashing algorithm for PoI, has a [PR](https://github.com/graphprotocol/stable-hash/pull/9) open for a new variant that is more than 100x as fast as the current variant, while remaining...