kleros/kleros-interaction

Update ERC792

Closed this issue · 2 comments

Arbitrator.sol has been changed since then

Changes for Arbitrator.sol:

  • Return values uint fees => uint fee.
  • createDispute now has _choices.
  • function appealPeriod(uint _disputeID) public view returns(uint start, uint end) {}.
  • Index _arbitrable in events.
  • event AppealPossible(uint indexed _disputeID, Arbitrable indexed _arbitrable);.