graph-node
graph-node copied to clipboard
Block_Ingestor Behavior
Bug: Whenever the block ingestor finds a block with data it can't process it throws an error and the indexing of a subgraph with relevant data in that block stops.
Expected Behavior: Indexing should skip the data in question and continue to the latest block without breaking. It's better to have a subgraph with a little data missing vs having no possibility to query at all. Maybe this could be controlled with a --skip flag at deployement?