graph-node
graph-node copied to clipboard
Graph Node indexes data from blockchains such as Ethereum and serves it over GraphQL
### Description _No response_ ### Are you aware of any blockers that must be resolved before implementing this feature? If so, which? Link to any relevant GitHub issues. _No response_...
### Description It would be great if the CI/CD system published ARM images in addition to the x86 images for those of us interested in running this workload on ARM...
Fix #4643 Builds ARM64 docker images in additions to the AMD64 that's being deployed. Reference: [Use Cloud Build to build the image](https://cloud.google.com/dataflow/docs/guides/multi-architecture-container#use-cloud-build)
Implement tests for the new ipfs module
### Bug report When [this](https://gitlab.com/lobster-protocol/lobster-protocol-subgraph/-/tree/lf-505_graph_feat_features?ref_type=heads) subgraph is deployed with block handler, subgraph is indexing very slow even if block handler's start block has not reached. When the data source with...
### Bug report `graph-node:v0.34.1` `indexer-agent:v0.20.22` Activities that were undertaken before observing this bug: 1. Cleared call_cache for Arbitrum as part of a complex subgraph sync performance troubleshooting exercise via psql...
### Description Right now, aggregations only allow building hourly and daily statistics. It would be good to allow custom windows like 7 days or 6 hours. The one thorny thing...
### Description Aggregations right now can only be done over a single timeseries. It would be good to allow aggreagations from multiple timeseries. This won't be a problem as long...