graph-node
graph-node copied to clipboard
Graph Node indexes data from blockchains such as Ethereum and serves it over GraphQL
**Do you want to request a *feature* or report a *bug*?** Feature **What is the current behavior?** Transactions do not support the `status` flag from receipts, nor do they support...
**Do you want to request a *feature* or report a *bug*?** A bug I guess. **What is the current behavior?** I'm having troubles connecting the graph to EVMOS. What's weird...
**Do you want to request a *feature* or report a *bug*?** feature request **What is the current behavior?** For a runtime null-pointer error, it looks like the below: ``` Mapping...
I think it may be a bug, at least I couldn't find a way to get graph-node working with IPC transport to geth node. **What is the current behavior?** ```...
Closes #2330. I added +2 to chunk size calculation denominator, as @tilacog advises and our subgraph continued indexing. I don't know internals of `table.columns.len()` - does it counts full-text search...
**Do you want to request a *feature* or report a *bug*?** Report a bug **What is the current behavior?** I have two entity types with a shared interface, Split and...
# Proposal The injected entity API should also expose bulk operations like `findMany`, `saveMany`. This seems like a simple addition to me that would enable better bulk operations and indexing-time...
# 🏆 The Graph is offering the following bounties in the category— ## "Best use of existing subgraph(s) on The Graph Explorer": 🥇 **Grand prize:** $1500 🥈 **1st Runner-up:** $750...
As of late, while working on the Loopring subgraph, I've found that many times my subgraph would completely fail, and a non-change + redeploy would fix it (by non-change I...
As seen in the [Arweave integration PR](https://github.com/graphprotocol/graph-node/pull/3465/files#diff-d1859cd422acc06d37e3622428bb2178c7a74150788f826e906352e8f13b8ad8R110) the `BlockPtr` hash is limited to 32 bytes / 256 bits (`H256` type). This should be refactored so `graph-node` can deal with chains...