graph-node
graph-node copied to clipboard
Graph Node indexes data from blockchains such as Ethereum and serves it over GraphQL
### Bug report This bug report is related to #5101, but involves a at least one important difference - no reorg! Multiple copies of the same subgraph (against different deployments...
### Bug report This [subgraph](https://github.com/team-usd/ltusd-index) fails randomly with the error below. ``` "Failed to transact block operations: store error: duplicate key value violates unique constraint \"transfer_stats_hour_id_key\"", ``` The same block...
### Description The new indexed arguments filter is a big step forward in reducing indexing times when sifting through a large amount of events. This feature could be even more...
Firehose block detail level introduced a source of non deterministic behavior. This PR ensures that if Call or block handlers are used, the incoming blocks are required to use Extended...
- Ensure subgraphs are assigned to a provider that supports its features (if available) - Support switching providers if issues with currently assigned provider
## Background We have two major classes of files hosted on IPFS: core subgraph files (manifests, schemas, mappings) and files to be synced by subgraphs with file data sources (arbitrary...
```[tasklist] ### Tasks - [ ] https://github.com/graphprotocol/graph-node/issues/5573 - [ ] https://github.com/graphprotocol/graph-node/issues/5572 - [ ] Analyzing IPFS node usage + middleware implementation ```
Hi, I have problem when running with bsc chain. * graphnode: latest * RPC: `ethereum: "bsc:https://rpc.ankr.com/bsc"` * I don't know what's wrong with it ``` ay 06 10:51:19.277 TRCE Run...
### Bug report I'm not sure if this is actually a bug or if it's intended behavior, but either way the current behavior lessens the usefulness of the attribute. Currently,...