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 682 graph-node issues
Sort by recently updated
recently updated
newest added

bug add dinamyc templates when indexing generate this error and not add template ![imagen](https://user-images.githubusercontent.com/17578723/187925428-909d4f01-0361-43a3-a4af-9bd94d864dc6.png) the code example template in this repo https://github.com/leovafme/thegraph-add-templates expected add template of my factory and listing...

Hey, I have an event with struct as a parameter ```event UserUpdated(User _user);``` On the event handler `handleUserUpdated` I access the event parameter this way ```event.params._user.amountOfAsset1``` When I access events,...

Here is my subgraph repo -> https://github.com/Roger-RumbleFish/Subgraph-test the issue is between `createOrLoadReserve` and `CollateralConfigurationChangedHandler` they should be called in order 1. createOrLoadReserve (all 6 tokens) 2. CollateralConfigurationChangedHandler (all 6 tokens)...

**Do you want to request a *feature* or report a *bug*?** bug **What is the current behavior?** Some subgraph are not indexing some events **If the current behavior is a...

I'm running a local node by build raw code, I want to delete some subgraph and stroe in the postgres. After saw some issues committed by others , I konw...

Bumps [iana-time-zone](https://github.com/strawlab/iana-time-zone) from 0.1.44 to 0.1.47. Changelog Sourced from iana-time-zone's changelog. [0.1.47] - 2022-08-30 Changed Update android_system_properties to v0.1.5 to run 9786% faster (YMMV) (#56) [0.1.46] - 2022-08-18 Added Implement...

dependencies
rust

**Do you want to request a *feature* or report a *bug*?** Both? **What is the current behavior?** A common pitfall for new users of The Graph is the `ID` or...

Mapping aborted at ~lib/@graphprotocol/graph-ts/chain/ethereum.ts, line 439, column 6, with message: Call reverted, probably because an `assert` or `require` in the contract failed, consider using `try_getRoundInfo` to handle this in the...

I'm seeing the below error when querying liquidityPools from the Uniswap V3 Polygon Subgraph. I can make the same query from tokens and swaps without any issue. I can also...