graph-node
graph-node copied to clipboard
Graph Node indexes data from blockchains such as Ethereum and serves it over GraphQL
### Bug report cargo run -p graph-node --release -- \ --postgres-url postgresql://postgres:123123123@localhost:5432/graph-node \ --ethereum-rpc ethereum:https://eth.llamarpc.com \ --ipfs 127.0.0.1:5001 This is the command I used to run graph-node. But I got...
### Description How is the entity count of subgraph determined? I've done some exploring and it doesn't seem to be a sum of the number of rows in all the...
### Bug report This subgraph( QmPy7o9wnKEidMJUvVTiDdne2rrdJ28v122b7WJK6oRQkH) indexing zk-sync era is consistently 20-30 blocks behind chainhead. cc @leoyvens Proposed fix: Change the behaviour of `GRAPH_CHAIN_HEAD_WATCHER_TIMEOUT` ### Relevant log output _No response_...
The bug fix in https://github.com/graphprotocol/graph-node/pull/5236 was merged without an unit test due to being a hotfix.
### Description Filecoin blockchain has added an EVM runtime on top of its blockchain some months ago. From Filecoin docs web: "The FVM contains an Ethereum Virtual Machine (EVM) runtime,...
Closes #5130
Closes [#5137](https://github.com/graphprotocol/graph-node/issues/5137)
**Do you want to request a *feature* or report a *bug*?** Feature **What is the current behavior?** Currently TheGraph pulls all logs matching the specified `topic0`. In certain cases, specifically...
This PR refactors the `graphman rewind` command to use the pause and resume function.