-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement AppealableArbitrator.sol #3
Comments
sent you a pull request on this |
@bitonator 's PR: https://github.com/kleros/kleros-interaction/pull/18/files |
Few comments about how to implement it (but if you have something else which would work that's fine too): |
Got it, will look into this |
For assigning the Arbitrator contract, I could add an Regarding the ruling, I'll move the |
AppealableArbitrator, after an appeal is made, need to transfer the dispute to the appeal arbitrator, so it is in AppealableArbitrator. So AppealableArbitrator must also be Arbitrable. |
Looks like @bitonator gave up. I am starting to work on this. |
You may want to look at #4 as they are quite similar. |
Updating to the latest commit as of 29th June 2020
This is a centralized arbitrator who can be appealed to another arbitrator.
The other arbitrator can be any kind of arbitrator.
This contract can inherit from CentralizedArbitrator.
The text was updated successfully, but these errors were encountered: