RealityETH / reality-eth-monorepo

Monorepo containing reality.eth contracts, UI code and everything else.
39 stars 20 forks source link

Break out IArbitrator into core parts and other parts #125

Closed edmundedgar closed 10 months ago

edmundedgar commented 1 year ago

IArbitrator is based on our original Arbitrator implementation which has features that some contracts don't need. Break out the core parts so the interface can be imported without getting all the stuff you may not need to implement.