Shiyas Mohammed
Shiyas Mohammed
### Bug report Declared eth_calls executes before eth_calls on handlers triggered. But when declared eth_calls get reverted, subgraph get stuck in syncing. Repo that can reproduce this error - [Link](https://github.com/Shiyasmohd/declared-eth-call-err)...
### Bug report When block ingestion stops due to RPC issues, graph-node stops retrying block ingestion. Even after an RPC issue is resolved graph node block ingestor doesn’t recover on...
With this PR, multiple subgraphs can be restarted in a single command using `graphman restart` command. ``` // Example graphman restart ```
### 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...
This PR optimizes the subgraph which results in increase in **Indexing** & **Querying** performance. #### Optimizations Implemented - Use `Bytes` for `id` of entities - Use immutable entities - Use...
Fixes #5739
### Bug report Graph node allows deploying subgraph with features labelled in `features` field in subgraph manifest even though the subgraph is not using that feature. This gives misleading info...