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

[This code](https://github.com/graphprotocol/graph-node/blob/master/server/http/src/service.rs#L158-L186) logs information about failed requests. It can happen quite a bit that the failure reason is logged as `unknown` Restructure the code to provide more detail, in particular,...

area/graphql
monitoring
Stale

We often replace/retire contracts but still want to index the events/transactions from these older unused contracts. Would be great if there was a `endBlock` we could define which would allow...

enhancement
area/subgraphs
component/graph-node
component/graph-cli
projects/knownorigin
area/ethereum

A bug. I try to deploy a subgraph to Mainnet [mpmain](https://thegraph.com/studio/subgraph/mpmain/) and face this error: Failed to start subgraph, code: SubgraphStartFailure, error: expected triggers adapter that matches deployment QmV4H49cp81n36EcHcEgKn1AMaie2LoTxu2vs1fm6UXRus[396313] with...

- [x] Setup a new entry point for running `graph-node` and all requirements - [x] Reuse parts from e2e/integration testing (moved shared parts into a new `crate`) - [x] Setup...

While connecting to the deployed subgraph from frontend, I am getting following error. The Same Origin Policy disallows reading the remote resource at http://172.**.**.70:8000/subgraphs/name/harmony-swap/subgraph. (Reason: CORS request did not succeed)....

Hello, I have create two subgraph use different graph path. Can I access one subgraph schema from another subgraph?

Uses `Query.hash` as the cache key of #3759 The idea here is to avoid misses and increase the hit rate for the GraphQL validation's cache by normalizing GraphQL operations. The...

**Do you want to request a *feature* or report a *bug*?** Feature **What is the current behavior?** Graph Node is not able to distinguish whether an Ethereum address is a...

chains/ethereum
area/runtime

This shows as a major time consumer in a few subgraphs including: https://thegraph.com/hosted-service/subgraph/sushi-labs/users-polygon (Qma5YzDtseXGJfwt1dGMmRwMaqvbgdSgnprWSdnp5gQf3n) https://thegraph.com/hosted-service/subgraph/sushi-labs/users-ethereum (QmV4tr3xCx21z77YhPNLM7dJJtGmQ7tvzKpLJTBHNrBd5B) https://thegraph.com/hosted-service/subgraph/sushiswap/sushiswap-polygon (QmT3h6RJvw5zJ6Gq6v6xt1sNExxHcUXEXc4y9rGHjYmPFj) Since this is purely a CPU operation it should be possible to...

good first issue
area/runtime
performance

**Do you want to request a *feature* or report a *bug*?** Report a bug **What is the current behavior?** If the `DISABLE_BLOCK_INGESTOR` is set to `true, 'true', or "true"` the...