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

Hi, I am using it on a private chain, the chain id is 2559, and the rpc is https://www.kortho-chain.com. During the startup process, I am prompted that the current chain...

Getting this warning with stuck of deployment > Trying again after eth_call RPC call for block #28785534 (5e429299eaed61a9c760c19d1293eb12aa9887ee9924cf935a601a4780ad66f9) failed (attempt #10) with result Err(Web3Error(Transport(Code(503))))

![Screenshot_20220607-220012_Trust Wallet](https://user-images.githubusercontent.com/107068942/172446281-8a1b831e-c49e-489a-beba-b93a90d4a044.jpg) Since morning, is there any wah to speed up.

**BUG** **[cargo run]** or **[cargo check]** fails during `prost-build v.0.10.1` compilation. That library is required to build complete **graph-node** project. Operating System: **Windows Server 2019** 1. install rust: https://www.rust-lang.org/tools/install 2....

**Do you want to request a *feature* or report a *bug*?** Feature **What is the current behavior?** The subgraph query API gives access to the following metadata properties: - block...

It would be great for subgraph developers to find out how long their subgraph took to fully sync for the first time. This could be enabled by changing the `type...

The code [here](https://github.com/graphprotocol/graph-node/blob/master/chain/cosmos/src/codec.rs#L24) and [here](https://github.com/graphprotocol/graph-node/blob/master/chain/cosmos/src/codec.rs#L24) unwraps an `Option`. That has lead to startup failures in staging. The code needs to be changed to either deal witha `None` properly (e.g., by...

It seems that the view function calls are not yet supported by the graph for the **Near** blockchain. I would like to know if you consider integrating this feature which...

**Do you want to request a *feature* or report a *bug*?*Bug* **What is the current behavior?** I tried to run a ethereum-block subgraph on clover, and i found block and...

Do you want to request a feature or report a bug? Bug I try to deploy a subgraph on the Clover chain and face this error: Failed to start subgraph,...