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*?** bug **What is the current behavior?** I'm running a self hosted instance connected to TEVMOS. I use `docker compose`...
The command will have the form `graphman prune ` and remove all entity versions that were deleted or updated at least `offset` many blocks before the current subgraph head; for...
With #3666, operators can control pruning of individual subgraphs, but it requires user action for each subgraph that should be pruned. There should be a control that automatically prunes subgraphs...
Q: Is there any way to subscribe (e.g via websocket) for event (eth contract's event) which is handled in subgraph/graph-node? 1. Let's say we have following event defined in subgraph.yaml...
Running `graphman prune ` will change a subgraph so that it will retain about `offset` many blocks going back from the subgraph head. Pruning will therefore be an ongoing operation...
**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** Graph Node is not able to connect to Anvil (Foundry node). **If the...
Currently if something goes wrong with a JSON RPC call (eth-calls, decoding, etc) there is just a message like this displayed: ``` failed to process trigger: block #21041413 (0x0000…b378), transaction...
One of The Graph's coolest features is that queries are deterministic, and given a `Qm` subgraph hash, indexing it should **always** give the same result. This is possible because we...
**Hi, I' m tring to deploy uniswap v3 subgraph to a local graph node that is connected to a local ethereum node on the goerli network.** The **OS** is xubuntu...