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

**Do you want to request a *feature* or report a *bug*?** Feature. **What is the current behavior?** `graphman chain check-blocks` panics if it finds more than a single block for...

enhancement
area/graphman

IPFS file data sources based on files in directories (e.g. https://ipfs.io/ipfs/QmaXzZhcYnsisuue5WRdQDH6FDvqkLQX1NckLqBYeYYEfm/1.json) fail with the following error: ``` "fatalError": { "message": "Failed to parse multihash", } ``` Example mapping: ``` token.tokenURI...

offchain

This is the first release candidate for `v0.28.0`. `NEWS.md` has been updated with the release notes from [this](https://github.com/graphprotocol/graph-node/compare/v0.27.0...1435fceb5840c479209c54330ce0dc6b5a3c1b6e) commit range.

**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** We are using version Graph Node version: 0.27.0 :: fraction2+16 (7356e0b16 2022-09-19). We...

I want to request a feature. When I deploy a subgraph, I will traverse all blocks. How to deploy incrementally

https://github.com/graphprotocol/graph-node/pull/3941

Currently entities inserted by an offchain data source are inserted in the block in which the trigger is found. This causes an issue with reverts, since if the block is...

offchain

It's a reasonable use case for grafting to add a data source with a start block larger than the graft block. However the recent change to a private data sources...

How can I set a gas limit to RPC ? ``` docker run -d ........... ethereum=doge:https://rpc02-sg.dogechain.dog ``` I need to set a gasLimit = 21000 GWEI