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

- Remove some hand-written `Clone` implementations and replace them with derives. - Replace from `From` implementations for specific error variants and use the `#[from]` macro from `thiserror`.

Attempt with full hash of deployment: ``` pops@val01-grt-m:/home/pops/graph-node/target/debug$ ./graphman --config /home/pops/graphman.toml remove QmS5Pu88ZfZcFpTpbE2khnvdYVqdK9f41qxrwL4kw6rFG7 Removing subgraph QmS5Pu88ZfZcFpTpbE2khnvdYVqdK9f41qxrwL4kw6rFG7 pops@val01-grt-m:/home/pops/graph-node/target/debug$ ./graphman --config /home/pops/graphman.toml unused record Recording unused deployments. This might take a while....

area/graphman

**Do you want to request a *feature* or report a *bug*?** bug **What is the current behavior?** The number of blocks scanned does not grow,been Scanning blocks [0 , 0]...

Enables users to execute queries with logical operators. Query Example: ```graphql { musicians(where: {OR: {name: "John", id: "m2"}}) { name id } } ``` Question: should we limit this to...

The `structopt` crate is in maintenance mode, and authors suggest that users migrate to `clap`, which now has derive macros in a similar fashion. This PR updates all `structopt` occurrences...

This PR extends the Cosmos integration with a new type of handler, which enables subgraph developers to access transaction data in a more granular way. Each Cosmos transaction contains multiple...

**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** One of my subgraphs reliably fails on block 15402221 with the following error:...

graph-node fails when I define ipfs address using HTTP Basic Auth in the URL. **What is the current behavior?** Starting with `graph-cli:0.33.0`, I can add the `--headers` parameter to deploy...

area/ipfs

**Do you want to request a *feature* or report a *bug*?** Bug, I think **What is the current behavior?** `graphman rewind` does not clear the `synced` or `failed` columns for...

area/graphman

**Do you want to request a *feature* or report a *bug*?** Neither **What is the current behavior?** It seems that setting the size of a connection pool with the config...