graph-node
graph-node copied to clipboard
Graph Node indexes data from blockchains such as Ethereum and serves it over GraphQL
A dataSource can have context, but this is not supported as part of the `subgraph.yaml`. Users should be able to add context to their manifest which can be accessed in...
The blocker to supporting static file data sources is that static data sources are not stored in the DB, and therefore we would not be able to update their status...
**Do you want to request a *feature* or report a *bug*?** Bug report. **What is the current behavior?** `./docker/Dockerfile` has a reference to `rust:buster`. **If the current behavior is a...
> ansi_term is Unmaintained | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `ansi_term` | | Version | `0.12.1` | | URL...
**Do you want to request a *feature* or report a *bug*?** BUG **What is the current behavior?** Subgraph ID: `6tGbL7WBx287EZwGUvvcQdL6m67JGMJrma3JSTtt5SV7` When querying a particular subgraph, we're encountering occasional server error...
It has interesting info but it logs very frequently and isn't actually read often. Better left outside the default logs.
This was added in a time when we were having problems with receiving chain head updates and were trying workarounds. This one had a hypothesis of a deadlock in tokio...
### Bug report On my Mac M2, I was successfully able to build the docker image for v0.33.0 but when I'm trying to build it for v0.34.1 I get `build...
Right now we rely on the `files/stat` ipfs route to fetch file sizes before processing them. However in practice we've found that this API tends to error when `cat` still...
### Bug report One of our indexers suddenly started crashing with the following. We're not sure why. ### Relevant log output ```Shell thread 'tokio-runtime-worker' panicked at 'failed to parse mappings:...