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*?** Bug **What is the current behavior?** If a subgraph handler calls a function that doesn't exist, the subgraph fails...
The DB storage of dynamic data sources needs to change to reflect that graph node is now multichain and to fullfill the requirements of file data sources. Dynamic data sources...
Right now there is no way to call an ether balance of an account or a contract. This functionality is very useful in protocols that use ether - this includes...
It frequently fails on CI with: ``` thread 'merge_fields_not_in_interface' panicked at 'called `Result::unwrap()` on an `Err` value: Unknown(NotFound)', /home/runner/work/graph-node/graph-node/store/test-store/src/store.rs:196:54 ```
suggestion: move graph-node-debug stage above the production stage graph-node For those that don't use --target then they will always get the production image by default This also helps for those...
An issue affecting the network, which sends queries by block hash, is that graph node will fail if it cannot find the block hash in its block cache. The block...
**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** The contract calls I am making in our subgraph are returning a different...
Fixes: https://github.com/graphprotocol/graph-node/issues/3060 This change should add a timestamp for EVM chains, should work well for both RPC and firehose ingestors. The fact the query depends heavily on the format of...
**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** Deploying a subgraph hangs forever, when checking the node's logs I see infinite...
I created a subgraph which is created at block 36381303. Then subgraph scans from 36381302, but fail to fetch block 36381303. The RPC server is `https://arpc.apothem.network`, Below is data in...