kleros / stake-curate

Curate with indefinite, capital-efficient stake.
8 stars 3 forks source link

Remove ArbitratorExtraDataId in DisputeSlot struct #21

Closed greenlucid closed 2 years ago

greenlucid commented 2 years ago

making arbitratorExtraDataId 64 bits instead of 32 meant that DisputeSlot struct needs more slots, which is awkward. turns out that the aparent sole reason we stored arbitratorExtraDataId in DisputeSlot was to make appeals. But stake-curate doesn't bother with that anymore, so it can be removed