The arbitrators are contacting indexer address 0xb06071394531b63b0bac78f27e12dc2beaa913e4 (protofire) about disputes filed in the protocol.
To make the investigation as brief as possible, please provide the following information and any other relevant records about the open disputes:
- Version of graph-node used.
- Graph-node configuration in full.
- Type and version of Ethereum node.
- Table of PoIs generated by the affected subgraphs.
- A dump of the call cache data from the database for the affected subgraphs.
- Entity values as of the divergent block once identified.
This is not an all-inclusive list. Request for additional information may be made if considered necessary.
How to Get Relevant Data
You can use the following queries to extract information from the indexer software to be used in the evaluation.
# Get subgraphs schema
SELECT name FROM public.deployment_schemas where subgraph = 'QmZDfRpakj4BTNaRUDiCAknzE5rbXQcQm2hRYzX8kNSpx6';
# Move to the subgraphs schema
SET SEARCH_PATH TO <RESULT_FROM_ABOVE>;
# Dump PoI TABLE - (from outside of psql console but on server)
pg_dump --dbname="<YOUR_DB_NAME" --host=<DB_HOST> --port=5432 --username=<USERNAME> --table='<SUBGRAPH_SCHEMA>."poi2$"' --file='<FILE_TO_SAVE_TO>'
# Dump call cache (on some setups this table may be in a different schema, check it with `select * from public.chains`)
pg_dump --dbname="<YOUR_DB_NAME" --host=<DB_HOST> --port=5432 --username=<USERNAME> --table='public.eth_call_cache"' --file='<FILE_TO_SAVE_TO>'
Once a divergent block is identified:
# loop through all entity tables and get changes for that block
# for each entity table in subgraph deployment schema:
select * from <entity_table> where lower(<DIVERGENT_BLOCK>);
Purpose of the Requirement
This requirement is related to the following disputes:
Dispute (0xa90f3240bd40c63359464063b4d8e76b67d1585f0f1e5303b588109feb0c559c)
ββ Type: Indexing
ββ Status: Undecided (2.98 days ago)
ββ Indexer: protofire (0xb06071394531b63b0bac78f27e12dc2beaa913e4)
ββ Fisherman: 0xc56961836857210e256d71c91a62e90865075380
ββ SubgraphDeployment
β ββ id: 0xa1a64dc25cf8e6bb6adc4072b3027cd12efca9d323421f91859e1bc796cf2def (QmZDfRpakj4BTNaRUDiCAknzE5rbXQcQm2hRYzX8kNSpx6)
ββ Economics
β ββ indexerSlashableStake: 572123.37197758264785916 GRT
β ββ indexingRewardsCollected: 420.819777305358077637 GRT
ββ Allocation
β ββ id: 0x23989375ebdb245bbde333dace036ece75f16c0a
β ββ createdAtEpoch: 547
β ββ createdAtBlock: 0x4c8d25dc9a8d5c2f8988a5224ab64762e2426f8f66d1576cfebee884edc78f5c
β ββ closedAtEpoch
β β ββ id: 548
β β ββ startBlock: 0xc1ee3e5f6a32d27c59ab250f70d1d0fbf08dd49bf69e2af2f7969bdee019a77c (#15088776)
β ββ closedAtBlock: 0x6894bdd62ae52610fdf3881fe902f4af9b625cd5fad732421aa5f5abb591070c (#15090955)
ββ POI
ββ submitted: 0x4c2c1b705092d41efaeddea5d2aac6d2a844bf3d90976a8b4fb9e14976075f51
ββ match: Not-Found
ββ previousEpochPOI: Not-Found
ββ lastEpochPOI: Not-Found
About the Procedure
The Arbitration Charter regulates the arbitration process. You can find it in Radicle project ID rad:git:hnrkrhnth6afcc6mnmtokbp4h9575fgrhzbay
For communications, please use this forum. Additionally, please monitor Graph Protocolβs Discord arbitration (https://discord.gg/9gg7XvfggW ) for any arbitrator reaching out for more information.

