kleros-v2
kleros-v2 copied to clipboard
Refactor: no coupling between dispute kit and sortition (WIP)
PR-Codex overview
This PR updates the arbitration system by renaming the draw function to drawOne for clarity and adds a new isJurorSolvent function for checking juror solvency.
Detailed summary
- Renamed
drawfunction todrawOneinIDisputeKit.sol,KlerosCoreBase.sol,KlerosCoreUniversity.sol,DisputeKitClassic.sol, andDisputeKitSybilResistant.sol - Added
isJurorSolventfunction inKlerosCoreBase.sol,KlerosCoreUniversity.sol,DisputeKitClassic.sol, andDisputeKitSybilResistant.sol
✨ Ask PR-Codex anything about this PR by commenting with
/codex {your question}