graph-node
graph-node copied to clipboard
Graph Node indexes data from blockchains such as Ethereum and serves it over GraphQL
### Bug report We have recently upgraded our graph node for the first time in months to v0.36.0. Since upgrading we face an issue: every new subgraph that is deployed...
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 1.16.4 to 1.16.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
### Description To prevent Supply Chain Attacks, the graph-node Docker image should be signed. It's a simple and one-time setup. I've seen you use GCP ecosystem to build and push...
As far as I know we don't want to be encouraging adding support for new types of blockchains in graph-node. Perhaps this documentation should be removed or at least add...
### Description ## Environment - `@graphprotocol/graph-cli` v0.97.1, which uses `assemblyscript` v0.19.23 - `@graphprotocol/graph-ts` v0.38.1, which uses `assemblyscript` v0.27.31 ## Problem _keywords: assemblyscript, equality, string checks, string comparison, null check, `==`,...
### Description The `or` operator is supported but it doesn't support column filters. Attempting to make the following query will yield an error: ```graphql employees( first: 5, where: { age_gt:...
As explained [here](https://github.com/graphprotocol/graph-node/issues/6040), Graph Node doesn't currently support the `or` operator with column filters. This appears to be an unhandled scenario in the `graph-node` implementation — because this generic error...
### Description Firstly thank you for the new `sharded` namespace, we are implementing new grafana dashboards using the views. We have a general health dashboard that we have adapted to...