graph-node
graph-node copied to clipboard
Graph Node indexes data from blockchains such as Ethereum and serves it over GraphQL
Update readme with up-to-date tools (Ganache has been depracated as stated here: [Ganache: migrate-to-hardhat](https://archive.trufflesuite.com/docs/truffle/how-to/migrate-to-hardhat/)
If a data source is created in block N, but found only in block N + 1, and there is a non-deterministic error in block N + 1 after it...
### Description My idea: I want to know where the store logs are and use the cloudwatch agent follow that ### Are you aware of any blockers that must be...
### Bug report When sorting by a child field, [this line](https://github.com/graphprotocol/graph-node/blob/master/store/postgres/src/relational_queries.rs#L3702) needs to take into account whether the child table is mutable or immutable. ### Some information to help us...
### Bug report I have deployed my subgraph on local graph node running v0.33.0 . Whenever reorg happens in ethereum my subgraph stops indexing for a long time and recovers...
### Bug report Setting the block ingestor in the graph-node config toml file isn't enough, you have to have it set up in the docker-compose.yml or the kubes equivalent, otherwise...
Some use cases now rely on it so it should be tested, probably with a runner test.
We're seeing logs like this one frequently: ``` WARN Firehose selected first streamed block's parent should match subgraph start block, reverting to last know final chain segment, firehose_start_block: #18746373 (5ca99c16915d2cd025e4fc1b3962c08eb75d171840d70116d2ff9204d3a1c5cc),...
Bumps [bs58](https://github.com/Nullus157/bs58-rs) from 0.4.0 to 0.5.1. Changelog Sourced from bs58's changelog. 0.5.1 - 2024-03-19 Make it possible to decode in const-context (by @joncinque) 0.5.0 - 2023-05-23 Breaking change: make encoding...