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

**Do you want to request a *feature* or report a *bug*?** bug **What is the current behavior?** when I run the docker, LOCAL version of a graph-node and for the...

This removes the node ID check requiring that a node identifier be solely composed of A through Z, 0 through 0, or an underscore (_) character. My reasoning for removing...

Handlers running out of gas are currently non-deterministic errors. We decided that the best way to migrate them to deterministic errors is through an api version.

area/runtime

**Do you want to request a *feature* or report a *bug*?** This is a bug report **What is the current behavior?** Currently getting these debug logs: ``` no chain head...

**Do you want to request a *feature* or report a *bug*?** I look only ethereum chain parameter for run graph-node. I add my chain or cosmos chain to firehose but...

The log file reports: `WARN GRAPH_POI_ACCESS_TOKEN not set; might leak POIs to the public via GraphQL`. Then how to create GRAPH_POI_ACCESS_TOKEN? Or what's the format of GRAPH_POI_ACCESS_TOKEN? Should POI(Proof Of...

This is the initial implementation of versioning. - [ ] remove the example implementation of a feature flag I left few comments on the interesting parts of the code to...

Check for user's locale on startup and if it is not `en_US.utf8` panic. Closes #3118

GIP https://forum.thegraph.com/t/gip-file-data-sources/2721 Status: - [x] Manifest parsing #3743 - [x] File Monitor PR #3411 - [ ] DB representation of file data sources #3742 - [ ] Subgraph runner and...