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

See #3072 for background on causality regions. The current implementation of offchain data sources tries to isolate them by not allowing them to read from the store at all and...

offchain

**Do you want to request a *feature* or report a *bug*?** feature **What is the current behavior?** Every chain has a unique network identifier, like `mainnet`, `matic`, `xdai`. Some of...

**Do you want to request a *feature* or report a *bug*?** bug **What is the current behavior?** Failed to generate types for contract ABIs: Failed to generate types for contract...

### Bug #### Current Behavior [**Graph-Node**](https://github.com/Canto-Network/graph-node-canto/tree/network/canto): - a custom deployment for EVMOS (used it similar to the ethereum config as EVMOS is EVM-compatible) [**Sub-Graph**](https://github.com/Canto-Network/canto-subgraph): - subgraph being deployed - entity...

**What is the expected behavior?** I'd like to speed up subgraphs synchronization process. **What is the current behavior?** At the moment I am syncing two subgragraphs and they're syncing slowly:...

**Since Ropsten, Rinkeby & Kiln Deprecated !** Its Required to add new : **Sepolia Network** Network/Chain ID: 11155111 Genesis Hash: 0x25a5cc106..8993e6dd9 Consensus Engine: Proof of Stake EVM Version: London RPC...

From the Hosted Service monitoring, it appears that this metric is not showing up as expected. Despite the metric name, it _should_ work for Firehose-based, non EVM chains.

bug

Subgraph developers often want to initialise a specific state for their subgraph. Currently this needs to be done across handlers, or on the basis of some other trigger. TBD: could...

Since GraphQL `parse` and `validate` phase are static (does not depend on the user input like variables), we can implement caching for both phases (for parser: `String => query::Document`, for...

area/graphql
performance