graph-node
graph-node copied to clipboard
Graph Node indexes data from blockchains such as Ethereum and serves it over GraphQL
### Bug report In a query for `parents` that orders by `child__id`, if many parents belong to the same child, the ordering is not deterministic because the SQL query only...
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.7 to 0.22.1. Changelog Sourced from base64's changelog. 0.22.1 Correct the symbols used for the predefined alphabet::BIN_HEX. 0.22.0 DecodeSliceError::OutputSliceTooSmall is now conservative rather than precise. That is,...
This is a simpler version of #5486, which adds a command to delete blocks past a certain point: ``` $ graphman chain rewind sepolia --block-hash 0xabc123 --block-number 123 ``` Note...
Hello I fixed several spelling issues. Br, Elias.
# Summary So far we only support Ethereum contracts as data sources and event handlers as mappings. As a consequence, the code that wires up subgraphs for indexing is kind...
### Description We change the config in graph-node quite a bit. This currently means writing a config file and restarting the container. For enterprise level production services it is expected...
### Bug report We use consul (https://www.hashicorp.com/products/consul) to manage DNS for our RPC servers. Consul will add/remove DNS entries based on health status of RPCs. If all the RPCs are...
### Description I saw graphman doc, graphman can remove unused subgraph, But it just tell how to use graphman in docker, So how to use Graphman with cargo builded local...
### Bug report During the synchronization process of the Gumball Arbitrum subgraph, while requesting IPFS data, an initial failure occurs. However, subsequent attempts are made, resulting in successful acquisition of...