graph-node
graph-node copied to clipboard
Graph Node indexes data from blockchains such as Ethereum and serves it over GraphQL
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))))
 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,...