Archives disputes from an archived KlerosCore contract.
DisputeArchive Contract : arbitrum sepolia (For testing, archived the mainnet beta disputes on arbitrum sepolia)
- Populated dispute data from
kleros-sdk - Evidences for the disputes (Un-filtered)
- Dispute details from Subgraph. Subgraph here is the one that indexed the archived KlerosCore
- Templates for the dispute. These are saved in case the dispute is broken, in which case populated dispute data will be never. Acts as a recovery.
- Bot does not constantly monitor the archive core contract, it runs one time and archives any non archived disputes.
- The subgraph query is limited at 1000 entities, for now beta will likely not cross 1000 disputes and 1000 evidences per dispute and 1000 draws per dispute.
- Logic does not check for ongoing disputes yet, it archives regardless. During stable release, the disputes will all be closed, so should not be an issue.
- Subgraph support pending