The arbitrators are contacting indexer address 0x63c560997b8338f2b033f3ffdcc0f7c680feec45
(decisionbasis-inflex) 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 = 'QmTj6fHgHjuKKm43YL3Sm2hMvMci4AkFzx22Mdo9W3dyn8';
# 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:
└─ 0xd7fd2fa916c7690bbed5b7029e5ee0c9f2775acce5481175314df1d0f279adb4
├─ Type: Indexing
├─ Status: Undecided (0.12 days ago)
├─ Indexer: 0x63c560997b8338f2b033f3ffdcc0f7c680feec45
├─ Fisherman: 0xb25813a23c3cb8852133416ba6adc30552880dc3
├─ SubgraphDeployment
│ └─ id: 0x014e8a3184d5fad198123419a7b54d5f7c9f8a981116462591fbb1a922c39811 (QmNRkaVUwUQAwPwWgdQHYvw53A5gh3CP3giWnWQZdA2BTE)
├─ Allocation
│ ├─ id: 0x803371de0fce2d6d3691e0467886e8ff71460dad
│ ├─ createdAtEpoch: 201
│ ├─ createdAtBlock: 0x3c8fe439e77aa8af58a1dcd1165326fb603e7434399f517c56db3c18398c9d19
│ ├─ closedAtEpoch: 226
│ └─ closedAtBlock: 0x1ffe36600e884c1b87cb46d3ac03b609922a4e8da6ed2f0d84ff917901a1f383 (#12951561)
└─ POI
└─ submitted: 0xe401efac0e849d7478b01a3c632b6d4ac8bb9ca16d7648d09b66464fcf85ad41
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.