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 request **What is the current behavior?** Currently `blockHandlers` are somewhat limited, and the fields available differ quite a...
My graph node starts in 2 months and works well until Tuesday. Follow graph-node logs, that error contains "function tokenURI not response"(ERC721). I try to restart the subgraph but I...
Hello, we are running a private graph container with 2 subgraphs(standard 721 and 1155 from OZ). Infura is used as provider with 1M/day requests plan. Blockchain - Polygon PoS. Until...
My hosted service works as usual but today I got the error when making any query on hosted service subgraph.I I deploy the subgraph for Rinkeby and Eurus testnet and...
Where filters should allow AND and OR logical operators to combine and nest conditions in the GraphQL queries.
**Do you want to request a *feature* or report a *bug*?** bug **What is the current behavior?** My subgraph is set to use aurora testnet. When I set the `startBlock`...
It would be very usefull if it was possible to track all native coin (ETH/Matic) transfers to/from specific addresses. It's easy to track ERC20/ERC721 tokens by just using eventHandler on...
**Do you want to request a *feature* or report a *bug*?** Feature **What is the current behavior?** Right now its only possible to filter results by number: #block or number_gte:...
**Do you want to request a *feature* or report a *bug*?** Feature request. Currently, there is handleBlock, which allows us to trigger on all incoming blocks in subgraphs, but is...
**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** If the RPC returns a variable length nonce for calls such as `eth_getBlockByNumber`,...