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

Otherwise it can cause race conditions.

area/graphman
Stale
ops

### Bug report When I try to copy a SG which is in failed state in the original shard I get this error ``` graphman copy create Qmck8CbUSdxStMDT4VzHUXdJyGjbSYcJ3bv9EroxjXbYso shard_l index_node_near_0...

bug
Stale

### Bug report In graphman help, like `graphman drop --help` it accepts the `DEPLOYMENT` as an identifier to which SG to remove. The Deployment is unique everywhere in our system...

bug
Stale

### Bug report Currently running a subgraph + Nethermind gnosis node. Graph version: v0.34.1 Nethermind Version: Version: 1.25.4+20b10b35 Commit: 20b10b353a0bc03e79bf33bd59b88c31b4a36b44 Build Date: 2024-02-16 17:06:39Z OS: Linux x64 Runtime: .NET 8.0.2...

bug
Stale

### Bug report Subgraph fails with an error that is non-deterministic, that should probably be deterministic ### Relevant log output ```Shell internal constraint violated: duplicate entity FeeRecord[0xf6dc7014f8ae2e55f87d886206d2219e59a0d47f_0xae78736cd615f374d3085123a210448e74fc6393] in result set,...

bug
Stale

### Description Currently, I check for the status of my subgraph nodes with the following prometheus query: `(ethereum_chain_head_number{} - ignoring(deployment, job, network, shard) deployment_head{} > 100) and ignoring(deployment, job, network,...

enhancement
Stale

Now that starknet has a new firehose implementation that uses substreams to integrate with graph-node, remove partial starknet firehose support from graph-node.

Stale

We had a discussion with @abourget on Slack that `substreams/graph-entities` kind doesn't make sense for trigger-based SbS. This PR adds new kind `substreams/triggers`. Data source mapping of this kind requires...