graph-node
graph-node copied to clipboard
Graph Node indexes data from blockchains such as Ethereum and serves it over GraphQL
After restarting `graph-node` while it is copying a subgraph, the overall progress indication is wrong. It very much looks like after restarting, entities that were copied before the restart aren't...
**Do you want to request a *feature* or report a *bug*?** Bug. **What is the current behavior?** We've tried with several RPC providers now, but on all of them our...
Hi, Is there any plan to add support for the ETH 2.0 testnet ([Kiln](https://kiln.themerge.dev/)) in the hosted service soon? Thanks
# 🏆 The Graph is offering the following bounties in the category— ## "Best new subgraph(s) on The Graph Explorer": 🥇 **Grand prize:** $1500 🥈 **1st Runner-up:** $750 🥉 **2nd...
Related: https://github.com/graphprotocol/graph-node/issues/613 ### Background This PR introduces a non-breaking change, that adds `xyzConnection` filed on a `Query`, and the matching `XyzConnection` type for easy pagination. Related: - https://relay.dev/graphql/connections.htm - https://graphql.org/learn/pagination/...
This PR makes the `EntityCache` more memory efficient, meaning the same amount of memory will be able to store more entities with two changes: * Use `Word` (`Box`) for entity...
To support use cases where it is necessary to find out what has changed since a given block, we should offer a `changed_since_block: $block` filter that only matches entities that...
Hello! I am trying to deploy a subgraph for Trisolaris - a DEX on the aurora blockchain. I continue to run into this error when making an ETH call in...
I am not sure if what I am querying about is a feature request or a bug. Basically, what I am trying to do is write a script to deploy...
**Do you want to request a *feature* or report a *bug*?** feature **What is the current behavior?** not found example how to set **If the current behavior is a bug,...