graph-node icon indicating copy to clipboard operation
graph-node copied to clipboard

Graph Node indexes data from blockchains such as Ethereum and serves it over GraphQL

Results 604 graph-node issues
Sort by recently updated
recently updated
newest added

### 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...

bug

Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 1.16.4 to 1.16.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tar-fs&package-manager=npm_and_yarn&previous-version=1.16.4&new-version=1.16.5)](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...

dependencies
javascript

### 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...

enhancement
Stale

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, `==`,...

enhancement

### 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:...

enhancement

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...

enhancement